notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: textproc/py-rxp/Makefile

Number of commits found: 24

Thursday, 26 Dec 2019
07:54 antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
Original commitRevision:520894 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Sunday, 18 Jun 2017
18:09 dbn search for other commits by this committer
qa: add check for NO_ARCH

If NO_ARCH is set then check that no FreeBSD elf(5) files are in $STAGEDIR.
If an elf(5) file is bundles as part of the package, but is not meant to be
run directly (i.e. the elf(5) file is a payload, and not compiled) then
those files can be added to NO_ARCH_IGNORE to avoid the check from failing,

Changes to ports:
 - Ports that have NO_ARCH set, but actually compile files have had NO_ARCH
   removed.
 - Ports that have elf(5) payloads have had those files added to
   NO_ARCH_IGNORE.
 - R-cran ports that do not set USES=cran:compiles have NO_ARCH set,

PR:		218976
Reviewed by:	antoine, mat
Approved by:	portmgr
Original commitRevision:443845 
Thursday, 7 Jan 2016
11:09 miwi search for other commits by this committer
- Convert to options helper
- Add NO_ARCH
Original commitRevision:405414 
Saturday, 28 Mar 2015
11:38 amdmi3 search for other commits by this committer
- Switch to USES=tar
- Strip library
Original commitRevision:382462 
Sunday, 7 Dec 2014
10:01 mva search for other commits by this committer
- Convert textproc/ to USES=python

With hat:	python@
Original commitRevision:374183 
Monday, 30 Dec 2013
12:00 wg search for other commits by this committer
textproc/py-rxp: support staging and use auto plist
Original commitRevision:338095 
Friday, 20 Sep 2013
23:17 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
Original commitRevision:327773 
Monday, 13 Feb 2012
07:05 wen search for other commits by this committer
- Unbreak on FreeBSD-9 and above

PR:             ports/164928
Submitted by:   Denis Generalov <gd@rambler-co.ru>
Original commit
Sunday, 23 May 2010
21:16 linimon search for other commits by this committer
Reset perky@FreeBSD.org due to maintainer-timeouts and no response
to email.

Hat:            portmgr
Original commit
Monday, 28 Dec 2009
12:16 erwin search for other commits by this committer
Mark BROKEN on 9.x: does not build.
Original commit
Thursday, 20 Dec 2007
15:16 pav search for other commits by this committer
- Fix build on FreeBSD 8.x

Submitted by:   Wesley Shields <wxs@atarininja.org>
Original commit
Monday, 30 Jul 2007
09:42 alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
Original commit
Sunday, 19 Mar 2006
07:44 perky search for other commits by this committer
- Update WWW
- Clean pkg-plist up

PR:             94343
Submitted by:   Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Original commit
Friday, 30 Dec 2005
13:07 ru search for other commits by this committer
Unbreak on FreeBSD 7 too.
Original commit
09:50 ru search for other commits by this committer
Unbreak on FreeBSD 6.
Original commit
Thursday, 18 Nov 2004
22:39 kris search for other commits by this committer
BROKEN on 6.x: Does not build
Original commit
Tuesday, 25 Feb 2003
06:25 perky search for other commits by this committer
De-pkg-comment for my ports.
Original commit
Tuesday, 19 Nov 2002
16:39 perky search for other commits by this committer
Update to 0.9
Original commit
Tuesday, 25 Jun 2002
19:19 perky search for other commits by this committer
Use REINPLACE_CMD as well as USE_REINPLACE
Original commit
07:50 perky search for other commits by this committer
Updating my email address.

Approved by: cjh (mentor)
Original commit
Thursday, 23 May 2002
22:22 pat search for other commits by this committer
back out commit made comparing OSVERSION and use sed(1) to workaround perl
on current issue. gotta back it out sooner or later.

/me puts on pointy hat

Requested by:   many
Original commit
00:32 pat search for other commits by this committer
Fix ports for building with -current without perl

PR:             38359
Submitted by:   maintainer
Original commit
Friday, 10 May 2002
17:32 ijliao search for other commits by this committer
add py-rxp 0.7
Fast validating XML parser for Python

PR:             37926
Submitted by:   Hye-Shik Chang <perky@fallin.lv>
Original commit

Number of commits found: 24