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

Number of commits found: 22

Sunday, 5 Jul 2020
17:43 naddy search for other commits by this committer
Update to 1.3.7 for an accumulation of small bug fixes.  No interface changes.
The port already had the CVE fixes.
Original commitRevision:541294 
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 
Thursday, 5 Mar 2015
20:29 naddy search for other commits by this committer
Update to 1.3.5.  Changes in this release:
* Tolerate single-entry codebooks.
* Fix decoder crash with invalid input.
* Fix encoder crash with non-positive sample rates.
* Fix issues in vorbisfile's seek bisection code.
* Spec errata.
* Reject multiple headers of the same type.
Original commitRevision:380550 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:374303 
Monday, 20 Oct 2014
06:36 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:371234 
Tuesday, 21 Jan 2014
22:56 bapt search for other commits by this committer
Fix properties on pkg-plist
Original commitRevision:340670 
Thursday, 25 Nov 2010
17:01 naddy search for other commits by this committer
Update to 1.3.2: robustness fixes and documentation updates.
Original commit
Monday, 6 Jul 2009
21:23 naddy search for other commits by this committer
Update to 1.2.2.  From the change log:
* define VENDOR and ENCODER strings
* fix regression from CVE-2008-1420; 1.0b1 files work again
* mark all tables as constant to reduce memory occupation
* additional decoder hardening against malicious streams
* substantially reduce amount of seeking performed by Vorbisfile
* Multichannel decode bugfix
* Improved robustness with corrupt streams.
* New ov_read_filter() vorbisfile call allows filtering decoded
  audio as floats before converting to integer samples.
* Fix an encoder bug with multichannel streams.
* Bare bones self test under 'make check'.
* Fix a problem encoding some streams between 14 and 28 kHz.
* Fix a numerical instability in the edge extrapolation filter.
* Specification correction.
Original commit
Saturday, 7 Feb 2009
16:19 naddy search for other commits by this committer
Install a few missing docs.

Submitted by:   Tim van der Molen (via OpenBSD)
Original commit
Wednesday, 24 Oct 2007
23:37 marcus search for other commits by this committer
Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
Original commit
Saturday, 28 Jul 2007
12:26 miwi search for other commits by this committer
- Update to 1.2.0

Approved by:    maintainer timeout (security, 1 day), simon (secteam)
Security:      
http://www.vuxml.org/freebsd/b73335a5-3bbe-11dc-8e83-0016179b2dd5.html
Original commit
Wednesday, 24 Nov 2004
02:44 kris search for other commits by this committer
Add some libtool .la droppings
Original commit
Tuesday, 12 Oct 2004
14:55 naddy search for other commits by this committer
Update to 1.1.0.  Changes in this release:
 * merges tuning improvements from Aoyumi's aoTuV with fixups
 * new managed bitrate (CBR) mode support
 * new vorbis_encoder_ctl() interface
 * extensive documentation updates
 * application/ogg mimetype is now official
 * autotools cleanup from Thomas Vander Stichele
 * various bugfixes
Original commit
Saturday, 20 Dec 2003
15:22 naddy search for other commits by this committer
Update to Ogg Vorbis 1.0.1.
Major user-visible change: vorbis-tools now integrates some support for
flac and speex files.
Original commit
Tuesday, 21 Oct 2003
11:24 osa search for other commits by this committer
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.

Submitted by:   Oleg Karachevtsev <ok@etrust.ru>
A part of PR:   57992
Original commit
Saturday, 5 Oct 2002
16:36 naddy search for other commits by this committer
Do not install .la library wrappers.
Original commit
Saturday, 20 Jul 2002
15:29 naddy search for other commits by this committer
Welcome to the long-awaited release of Ogg Vorbis 1.0!
Original commit
Wednesday, 16 Jan 2002
14:42 naddy search for other commits by this committer
Upgrade to Ogg Vorbis RC3.    
Original commit
Thursday, 19 Jul 2001
07:29 sf search for other commits by this committer
o update to 1.0 RC1.     PORTEPOCH bumped due to PKGNAME now strictly follows
handbook.     (1.0b4,1 > 1.0.r1,1 vs. 1.0b4,1 < 1.0.r1,2)   o support
NOPORTDOCS.   o remove stale MASTER_SITES.    
Original commit
Friday, 23 Mar 2001
22:21 trevor search for other commits by this committer
Change maintainer for libao, libogg, libvorbis, and vorbis.  Improve   use of
autoconf and automake.  Support NOPORTDOCS.  Respect CFLAGS.   Fix libvorbis
encoder on Alpha.  Install documentation in proper   places.    
Original commit
Thursday, 1 Mar 2001
09:36 sf search for other commits by this committer
update to 1.0 beta4.    
Original commit
Thursday, 2 Nov 2000
21:15 trevor search for other commits by this committer
Add new port of libvorbis, a library for handling Vorbis-encoded   Ogg streams. 
  
Original commit

Number of commits found: 22