diff options
author | mnag <mnag@FreeBSD.org> | 2006-05-07 10:57:34 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-05-07 10:57:34 +0800 |
commit | a4fc62f81e5b4865d1880eae5796b9f2459ba72d (patch) | |
tree | e3e9ef4dfa32b78235d1be6b4c54dc303657d4e0 /audio/icecast2 | |
parent | b6cf8a9699d0397e6750737f567e9d1d1fa0f230 (diff) | |
download | freebsd-ports-gnome-a4fc62f81e5b4865d1880eae5796b9f2459ba72d.tar.gz freebsd-ports-gnome-a4fc62f81e5b4865d1880eae5796b9f2459ba72d.tar.zst freebsd-ports-gnome-a4fc62f81e5b4865d1880eae5796b9f2459ba72d.zip |
- Update PORTREVISION and libtheora version reflecting multimedia/libtheora update.
- portlint(1) while here
Diffstat (limited to 'audio/icecast2')
-rw-r--r-- | audio/icecast2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index c9f8e84eb835..fbfe180f00a2 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/Makefile @@ -7,7 +7,7 @@ PORTNAME= icecast2 PORTVERSION= 2.3.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= audio net ipv6 MASTER_SITES= http://svn.xiph.org/releases/icecast/ @@ -19,12 +19,12 @@ COMMENT= A streaming mp3/ogg-vorbis audio server LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ shout.5:${PORTSDIR}/audio/libshout2 \ speex.3:${PORTSDIR}/audio/speex \ - theora.1:${PORTSDIR}/multimedia/libtheora \ + theora.2:${PORTSDIR}/multimedia/libtheora \ vorbis.3:${PORTSDIR}/audio/libvorbis \ xslt.2:${PORTSDIR}/textproc/libxslt USE_GMAKE= yes -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes USE_RC_SUBR= icecast2.sh SUB_FILES+= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message |