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-stevedore/files/patch-setup.py

Number of commits found: 2

Friday, 30 Aug 2013
00:07 nivit search for other commits by this committer
- Update to 0.10
- Trim Makefile header  [1]
- Add LICENSE (AL2)
- Add a regression-test target
- Pass long options to BuildDoc command, so it is clear what they do
- Define DOCS option  [1]
- Remove files/patch-setup.py
- Add files/patch-tox.ini

Build log:	https://redports.org/buildarchive/20130829235200-19910/
PR:	ports/177475  [1]
Submitted by:	olgeni
Original commitRevision:325641 
Tuesday, 21 Aug 2012
21:07 nivit search for other commits by this committer
Python makes loading code dynamically easy, allowing you to configure
and extend your application by discovering and loading extensions
("plugins") at runtime. Many applications implement their own library
for doing this, using __import__ or importlib. Stevedore avoids
creating yet another extension mechanism by building on top of setuptools
entry points.

WWW: https://github.com/dreamhost/stevedore
Original commit

Number of commits found: 2