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: dns/py-dnspython/pkg-plist-py3

Number of commits found: 5

Sunday, 15 Dec 2013
16:22 wg search for other commits by this committer
Use setuptools for all Python ports.

Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.

Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.

Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.

pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
unavailable or has other issues associated with it.

This work allows us to unify how python packages are built, ensure that Python
distributions are installed consistently, reduces complexity for Python port
maintainers and paves the way for simplifying the Python ports framework in
the future.

With hat on:	python
Reviewed by:	koobs, antoine
Exp-run:	bdrewery
Approved by:	bdrewery (portmgr)
Original commitRevision:336553 
Monday, 9 Dec 2013
14:09 wg search for other commits by this committer
dns/py-dnspython: revert last egginfo commit as it doesn't work with python 3
Original commitRevision:335990 
13:16 wg search for other commits by this committer
dns/py-dnspython: use auto egg info

Submitted by:	wg (myself, via email)
Approved by:	maintainer
Original commitRevision:335979 
Thursday, 18 Jul 2013
12:24 rm search for other commits by this committer
- update to 1.11.0

changelog:
- 1.11.0 is mostly a bug fix release, but two new features are support
  for the $GENERATE syntax and the TLSA RR type.
- A number of bugs have been fixed as well.
- Python 2.4 or later is required.
Original commitRevision:323227 
Friday, 1 Mar 2013
19:32 rm search for other commits by this committer
- make this port aware of python3 version distribution (different codebase)

Submitted by:	Bertrand Petit <elrond@phoe.frmug.org> (by mail)
Original commitRevision:313164 

Number of commits found: 5