diff options
author | naddy <naddy@FreeBSD.org> | 2005-07-04 22:48:39 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2005-07-04 22:48:39 +0800 |
commit | 12901b9450652912ae6842fd2c213e69a9fe7c1a (patch) | |
tree | ab40d1020445f90c89d9a8854f716fb01c5719e6 | |
parent | 779e373093ba7ea5250a3875bf519e317233ff33 (diff) | |
download | freebsd-ports-gnome-12901b9450652912ae6842fd2c213e69a9fe7c1a.tar.gz freebsd-ports-gnome-12901b9450652912ae6842fd2c213e69a9fe7c1a.tar.zst freebsd-ports-gnome-12901b9450652912ae6842fd2c213e69a9fe7c1a.zip |
Update to 1.1.1. Minor bug and documentation fixes.
-rw-r--r-- | audio/libvorbis/Makefile | 5 | ||||
-rw-r--r-- | audio/libvorbis/distinfo | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index 7ba9933c594b..5c2e275cf8cb 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libvorbis -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.1.1 PORTEPOCH= 3 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/vorbis/ @@ -17,8 +16,6 @@ COMMENT= Audio compression codec library LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg -CONFLICTS= libvorbis-aotuv-[0-9]* - USE_INC_LIBTOOL_VER= 15 USE_GNOME= gnomehack CONFIGURE_ARGS= --with-ogg=${LOCALBASE} diff --git a/audio/libvorbis/distinfo b/audio/libvorbis/distinfo index bb62a1095b13..d59c7b6d4239 100644 --- a/audio/libvorbis/distinfo +++ b/audio/libvorbis/distinfo @@ -1,2 +1,2 @@ -MD5 (libvorbis-1.1.0.tar.gz) = bb764aeabde613d1a424a29b1f15e7e6 -SIZE (libvorbis-1.1.0.tar.gz) = 1312404 +MD5 (libvorbis-1.1.1.tar.gz) = b77270c24840af4de54bea5ad1c0b252 +SIZE (libvorbis-1.1.1.tar.gz) = 1307726 |