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: devel/py-gflags/Makefile

Number of commits found: 14

Wednesday, 14 Sep 2016
17:26 antoine search for other commits by this committer
- Unbreak by using CHEESESHOP, distfile differs from 1 line in SOURCES.txt
- Remove dependency on the python2 metaport

MFH:		2016Q3 (rerolled distfile)
Original commitRevision:422144 
15:59 mat search for other commits by this committer
GOOGLE_CODE has gone away.

- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
Original commitRevision:422140 
Monday, 19 Oct 2015
14:50 amdmi3 search for other commits by this committer
Improve shebangfix framework

- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
Original commitRevision:399684 
Wednesday, 29 Jul 2015
22:09 antoine search for other commits by this committer
Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python

PR:		201077
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D2955
Original commitRevision:393196 
Saturday, 20 Dec 2014
18:18 sunpoet search for other commits by this committer
- Fix build when DEFAULT_VERSIONS=python=3.*
- Fix shebang
- Bump PORTREVISION for package change

With hat:	python
Original commitRevision:375063 
Monday, 20 Oct 2014
16:04 mva search for other commits by this committer
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371280 
Sunday, 9 Mar 2014
18:10 jlaffaye search for other commits by this committer
- Bump PORTREVISION (forgotten in previous commit)

Spotted by:	sunpoet
Original commitRevision:347677 
17:19 jlaffaye search for other commits by this committer
- Remove deprecated easy_install
- STAGE support
- Specify BSD license
Original commitRevision:347670 
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 
Friday, 20 Sep 2013
17:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Original commitRevision:327724 
Wednesday, 27 Jun 2012
21:15 jlaffaye search for other commits by this committer
- Update to 2.0

PR:             ports/169441
Submitted by:   Denis Generalov <gd@rambler-co.ru>
Original commit
Wednesday, 14 Sep 2011
13:58 jlaffaye search for other commits by this committer
- Update to 1.6
- Restrict USE_PYTHON range
- Use PLIST_FILES instead of pkg-plist
- Pet portlint

PR:             ports/160687
Submitted by:   sunpoet
Original commit
Wednesday, 8 Jun 2011
16:52 jlaffaye search for other commits by this committer
Update my e-mail to my FreeBSD one.
While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE}

Approved by:    bapt (mentor)
Original commit
Tuesday, 11 Jan 2011
16:15 bapt search for other commits by this committer
Add py-gflags 1.4, commandline flags module for Python.

PR:             ports/153865
Submitted by:   Julien Laffaye <kimelto at gmail.com>
Feature safe:   yes
Original commit

Number of commits found: 14