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/py3-nose/Makefile

Number of commits found: 1

Wednesday, 18 May 2016
16:50 woodsb02 search for other commits by this committer
Create new port devel/py3-nose:
- This is a variant of devel/py-nose for Python 3.x.
  A separate port is needed until the ports tree gets VARIANTS support.
  The science/gramps port will soon be updated to a version which only
  supports python3, and it depends on py-nose with python3.
  To allow people to only use packages directly (and not ports),
  the package building infrastructure needs to build 2 packages:
  py-nose with python2 and py-nose with python3.
  Since the ports tree doesn't yet have VARIANTS support, this is not
  yet possible without making a separate py3-nose port.
- Ensure devel/py-nose does not clobber USES variable in slave devel/py3-nose
- Fix devel/py-nose target regression-test to use selftest.py [1]

  [1] https://github.com/nose-devs/nose/issues/400

PR:		207036
Reviewed by:	mat (mentor)
Approved by:	adamw (mentor), koobs (maintainer)
Differential Revision:	https://reviews.freebsd.org/D6280
Original commitRevision:415456 

Number of commits found: 1