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/pkg-plist

Number of commits found: 4

Sunday, 2 Mar 2014
22:00 rm search for other commits by this committer
devel/py-stevedore: support staging and do general clean-up

- remove dependency on argparse - it's a part of all supported pythons in the
  ports tree
- do not use easy_install for installation and convert to auto-generated packing
  list
- add staging support
- unmute docs installation command
- remove inclusion of devel/py-virtualenv/files/py3k-fix-pkg-plist.inc - it's
  implemented in bsd.python.mk
- add slash to pkg-descr:WWW
- bump PORTREVISION because of package change and dependency list change

Approved by:	nivit (maintainer, explicitly for such changes in his ports)
Original commitRevision:346817 
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 
Sunday, 3 Feb 2013
21:07 nivit search for other commits by this committer
- Update to 0.8
- Remove OPTIONS_DEFINE
- Include fix for pkg-plist when Python ver >= 3.2
Original commitRevision:311497 
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: 4