diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2009-07-06 21:25:59 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2009-07-06 21:25:59 +0000 |
commit | 94d47b2ecd581b68ef0e363f9ff1145074acc0a0 (patch) | |
tree | 237d3a327976b01fb3b1ba117cdb3fbf5c71466e /audio/py-ogg | |
parent | 033d15101864d3cf997968dd46cfc5226fd903fd (diff) | |
download | ports-94d47b2ecd581b68ef0e363f9ff1145074acc0a0.tar.gz ports-94d47b2ecd581b68ef0e363f9ff1145074acc0a0.zip |
Bump PORTREVISION after libogg and libvorbisfile major version increment.
Notes
Notes:
svn path=/head/; revision=237283
Diffstat (limited to 'audio/py-ogg')
-rw-r--r-- | audio/py-ogg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/py-ogg/Makefile b/audio/py-ogg/Makefile index 89a1aa79518c..35f1b6eb0e02 100644 --- a/audio/py-ogg/Makefile +++ b/audio/py-ogg/Makefile @@ -7,7 +7,7 @@ PORTNAME= ogg PORTVERSION= 1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio python MASTER_SITES= http://www.andrewchatham.com/pyogg/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ DISTNAME= pyogg-${PORTVERSION} MAINTAINER= xride@FreeBSD.org COMMENT= Object-oriented Python bindings for the ogg library -LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg +LIB_DEPENDS= ogg.6:${PORTSDIR}/audio/libogg USE_PYTHON= yes USE_PYDISTUTILS= yes |