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: audio/py-vorbis/Makefile

Number of commits found: 34

Tuesday, 18 Feb 2020
10:58 antoine search for other commits by this committer
Deprecate a few unmaintained ports that use python27

With hat:	portmgr
Original commitRevision:526451 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Monday, 19 Feb 2018
11:10 antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Original commitRevision:462307 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Thursday, 8 Dec 2016
15:38 tijl search for other commits by this committer
Remove libogg.so.8, libvorbis.so.4 and libvorbisfile.so.6 compatibility
links that were added in r374303 to prevent massive PORTREVISION bumps.
Bump dependent ports that have not been bumped since.
Original commitRevision:428129 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Friday, 27 Feb 2015
04:33 sunpoet search for other commits by this committer
- Fix LICENSE
Original commitRevision:380062 
Tuesday, 24 Feb 2015
13:57 amdmi3 search for other commits by this committer
- Add LICENSE
- Strip library
Original commitRevision:379794 
Sunday, 19 Oct 2014
07:33 mva search for other commits by this committer
- Convert ports from audio/ to new USES=python

Reviewed by:	portmgr (implicit)
Original commitRevision:371170 
Saturday, 5 Jul 2014
18:05 wg search for other commits by this committer
audio/py-vorbis: remove useless PYDISTUTILS_PKGNAME knob
Original commitRevision:360788 
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, 27 Sep 2013
22:36 mva search for other commits by this committer
- Enable stage support
- Convert to PYDISTUTILS_AUTOPLIST
- Limit to the supported python versions
- Change to new LIB_DEPENDS where necessary
Original commitRevision:328530 
Friday, 20 Sep 2013
14:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
Original commitRevision:327706 
Thursday, 19 Jul 2012
20:15 naddy search for other commits by this committer
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
Original commit
Thursday, 7 Jun 2012
19:26 mva search for other commits by this committer
- Fix MASTER_SITES to make it fetchable again
Original commit
Friday, 2 Mar 2012
21:52 xride search for other commits by this committer
Passing MAINTAINER to ports@
Original commit
Sunday, 12 Feb 2012
15:25 rm search for other commits by this committer
- convert to using PYTHON_SITELIBDIR (not functional change)
Original commit
Sunday, 6 Jun 2010
20:44 naddy search for other commits by this committer
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
Original commit
Monday, 6 Jul 2009
21:26 naddy search for other commits by this committer
Bump PORTREVISION after libogg and libvorbisfile major version increment.
Original commit
Sunday, 31 May 2009
15:33 xride search for other commits by this committer
Fix PREFIX

Obtained from:  QAT
Original commit
Sunday, 28 Dec 2008
10:54 pgollucci search for other commits by this committer
CATEGORIES+=    python   for py- ports missing it

PR:             ports/124921
Approved by:    portmgr (pav)
Original commit
Friday, 7 Mar 2008
17:56 xride search for other commits by this committer
Removed gcc 3.4 dependency

PR:             ports/118080
Submitted by:   Michael Moll < kvedulv at kvedulv.de >
Original commit
Monday, 30 Jul 2007
09:42 alexbl search for other commits by this committer
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
Original commit
Saturday, 28 Jul 2007
12:27 miwi search for other commits by this committer
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
Original commit
Friday, 29 Sep 2006
22:01 xride search for other commits by this committer
Change my MAINTAINER email to be my @FreeBSD email

Approved by:    tmclaugh
Original commit
Wednesday, 26 Jul 2006
11:13 itetcu search for other commits by this committer
- pass maintainership to Soeren Straarup
- correct WWW

PR:             100860
Submitted by:    Soeren Straarup
Original commit
Tuesday, 26 Oct 2004
13:46 vs search for other commits by this committer
Update to 1.4

PR:             ports/71172
Submitted by:   Michael Johnson
Original commit
Thursday, 25 Mar 2004
18:28 nbm search for other commits by this committer
Drop maintainership.
Original commit
Friday, 6 Feb 2004
13:12 trevor search for other commits by this committer
Use PLIST_FILES (bento-tested, marcus-reviewed).
Original commit
Saturday, 20 Dec 2003
16:14 naddy search for other commits by this committer
Catch up with libogg/libvorbis version bump.
Original commit
Friday, 22 Aug 2003
20:06 nbm search for other commits by this committer
Update py-vorbis to 1.3
Original commit
Friday, 7 Mar 2003
05:56 ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Original commit
Wednesday, 18 Dec 2002
21:37 edwin search for other commits by this committer
Mastersite reorganisations, make ports fetchable again.

PR:             ports/46355
Submitted by:   Christopher Sharp <csharp@gmx.net>
Original commit
Monday, 7 Oct 2002
13:43 nbm search for other commits by this committer
Add py-vorbis 1.0, object-oriented Python bindings for the vorbis library.
Original commit

Number of commits found: 34