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: ports-mgmt/portbuilder/Makefile

Number of commits found: 21

Sunday, 11 Jan 2015
15:18 dbn search for other commits by this committer
Mark ports-mgmt/portbuilder as depreciated.

This port is no longer updated and no longer works properly with the Ports
Collection.  Please use ports-mgmt/poudriere.
Original commitRevision:376791 
Sunday, 19 Oct 2014
17:45 mva search for other commits by this committer
- Convert ports from german/, java/, japanese/ and ports-mgmt/ to new
  USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371202 
Thursday, 24 Apr 2014
20:11 dbn search for other commits by this committer
Update my ports to be compliant with new USES framework and fix other issues.

Changes:
 * various: migrate USE_BZIP2 to USES=tar:bzip2
 * various: migrate USE_XZ to USES=tar:xz
 * multimedia/py-ffmpeg: add and prefer github (GH) as master site
 * ports-mgmt/portbuilder: specify license as BSD2CLAUSE (instead of just BSD)

Most ports are updated infrequently so a single batch commit is preferred over
collating changes per port.
Original commitRevision:352062 
Friday, 21 Feb 2014
13:39 ehaupt search for other commits by this committer
Remove trailing whitespaces from category ports-mgmt
Original commitRevision:345430 
Monday, 10 Feb 2014
13:54 ehaupt search for other commits by this committer
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Original commitRevision:343634 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Original commitRevision:339634 
Monday, 18 Nov 2013
18:12 dbn search for other commits by this committer
Add stage support for ports-mgmt/portbuilder.
Original commitRevision:334233 
Friday, 20 Sep 2013
22:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
ports-mgmt)
Original commitRevision:327762 
Wednesday, 16 Jan 2013
20:15 dbn search for other commits by this committer
 - Update to my new FreeBSD address
 - Trim header
 - Add myself as creator of devel/svn2git (see r272261)

Approved by:	eadler|bdrewery (mentor)
Original commitRevision:310522 
Saturday, 27 Oct 2012
07:36 avilla search for other commits by this committer
- Fix regression which prevented make.conf to be read.
- Bump PORTREVISION.

Submitted by:	David Naylor <naylor.b.david@gmail.com> (maintainer)
Feature safe:	yes
Original commitRevision:306482 
Friday, 26 Oct 2012
20:59 avilla search for other commits by this committer
- Update to 0.1.5.4.
- Fix LICENSE mispelling.
- Trim Makefile header.

Fixes:
* ordering of jobs
* auto (dependency) flag for pkgng
* deadlock between OS pipes and wait()
* options detection (track changes in Port's infrastructure)
* detection of pkgng mode (aka ${OSVERSION} > 1000017)

PR:		173121
Submitted by:	David Naylor <naylor.b.david@gmail.com> (maintainer)
Feature safe:	yes
Original commitRevision:306475 
Tuesday, 11 Sep 2012
01:16 tj search for other commits by this committer
Update to 0.1.5.3 - 2012 August 19.

Changes:
 * Dynamically work around python issue 11973

PR:             ports/170767
Subbmitted by:  David Naylor <naylor.b.david@gmail.com> (maintainer)
Approved by:	eadler (mantainer)
Original commitRevision:304069 
Monday, 9 Jul 2012
18:29 jgh search for other commits by this committer
- adopt new options framework

PR:     ports/169743
Submitted by:   jgh@
Approved by:    maintainer, naylor.b.david@gmail.com
Original commit
09:15 culot search for other commits by this committer
- Update to 0.1.5.2

Changes:        https://raw.github.com/DragonSA/portbuilder/master/ChangeLog
PR:             ports/169715
Submitted by:   David Naylor <naylor.b.david@gmail.com> (maintainer)
Original commit
Saturday, 16 Jun 2012
13:35 scheidell search for other commits by this committer
- Update to 0.1.5.1

PR:             ports/169147
Submitted by:   David Naylor <naylor.b.david@gmail.com> (maintainer)
Original commit
Tuesday, 29 May 2012
08:38 miwi search for other commits by this committer
- Update to 0.1.5

PR:             168422
Submitted by:   David Naylor <naylor.b.david@gmail.com> (maintainer)
Original commit
Monday, 23 Apr 2012
21:39 jgh search for other commits by this committer
- Update to 0.1.4.1

0.1.4 - 2012 April 22:
* Support pkgng as an alternative package manager
* Support installing packages from a repository
* Support port pre-cleaning
* Support dynamic defaults from /etc/make.conf (i.e. DEPENDS_(PRE)CLEAN)
* Major code cleanup and refactor effort
* Switch to a revised milestone schedule
* Fixes:
* Fix assertion when using PKGINSTALL builder
* If kevent fails with EINTR then retry command again

PR:     ports/167210
Submitted by:   maintainer, naylor.b.david@gmail.com
Original commit
Monday, 1 Aug 2011
16:37 zi search for other commits by this committer
Fix assertion when using PKGINSTALL builder (-DUSE_PACKAGE_DEPENDS)

PR:             ports/159268
Submitted by:   David Naylor <naylor.b.david@gmail.com> [maintainer]
Approved by:    wxs (mentor)
Original commit
Monday, 25 Jul 2011
01:40 zi search for other commits by this committer
Update to 0.1.3.1

PR:             ports/159073
Submitted by:   David Naylor <naylor.b.david@gmail.com> [maintainer]
Approved by:    wxs (mentor)
Original commit
Sunday, 19 Jun 2011
19:56 dhn search for other commits by this committer
- Update to 0.1.3

PR:             ports/158025
Submitted by:   David Naylor <naylor.b.david@gmail.com> (maintainer)
Original commit
Saturday, 30 Apr 2011
09:54 makc search for other commits by this committer
Add new port ports-mgmt/portbuilder:

A concurrent ports building tool.  Although FreeBSD ports supports building a
single port using multiple jobs (via MAKE_JOBS) however it cannot build
multiple ports concurrently.  This tool accomplishes just that.

Some of its key features:
 * Concurrent port building
 * Load control
 * Top like UI
 * Persistent builds (by default)

WWW: http://github.com/DragonSA/portbuilder/

PR:             ports/156441
Submitted by:   David Naylor <naylor.b.david at gmail.com>
Original commit

Number of commits found: 21