diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-01-08 18:25:49 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-01-08 18:25:49 +0000 |
commit | 3e2c2b109c113328f74c170007800d02ae6f85c4 (patch) | |
tree | e6e0d3f345d82b3fa6a777fafea88a8c5ae0835e /audio/icecast2 | |
parent | fbc0b3182ee4e859dab234186c3f6dd619c8a026 (diff) | |
download | ports-3e2c2b109c113328f74c170007800d02ae6f85c4.tar.gz ports-3e2c2b109c113328f74c170007800d02ae6f85c4.zip |
Notes
Diffstat (limited to 'audio/icecast2')
-rw-r--r-- | audio/icecast2/Makefile | 6 | ||||
-rw-r--r-- | audio/icecast2/distinfo | 2 | ||||
-rw-r--r-- | audio/icecast2/pkg-plist | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index 449a13757877..86138641e2e4 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/Makefile @@ -6,12 +6,12 @@ # PORTNAME= icecast2 -PORTVERSION= 2.0.b.2 +PORTVERSION= 2.0.0 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio net ipv6 MASTER_SITES= http://www.icecast.org/files/ -DISTNAME= icecast-2.0-beta-2 +DISTNAME= icecast-${PORTVERSION} MAINTAINER= lofi@freebsd.org COMMENT= A streaming mp3/ogg-vorbis audio server @@ -25,6 +25,6 @@ USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_ENV= OGG_PREFIX=${LOCALBASE} -WRKSRC= ${WRKDIR}/icecast-2.0-beta-2 +WRKSRC= ${WRKDIR}/icecast-${PORTVERSION} .include <bsd.port.mk> diff --git a/audio/icecast2/distinfo b/audio/icecast2/distinfo index b5ad276a4835..7a182f5a6765 100644 --- a/audio/icecast2/distinfo +++ b/audio/icecast2/distinfo @@ -1 +1 @@ -MD5 (icecast-2.0-beta-2.tar.gz) = 477ba74e7091e8290d085bf466f7d18e +MD5 (icecast-2.0.0.tar.gz) = d3e902bee8c0a60ad7d5d054a2047aa1 diff --git a/audio/icecast2/pkg-plist b/audio/icecast2/pkg-plist index 6854cc030d04..5f59ae3fce70 100644 --- a/audio/icecast2/pkg-plist +++ b/audio/icecast2/pkg-plist @@ -5,7 +5,6 @@ share/doc/icecast/COPYING share/doc/icecast/NEWS share/doc/icecast/README share/doc/icecast/TODO -share/doc/icecast/icecast2_TOC.html share/doc/icecast/icecast2_admin.html share/doc/icecast/icecast2_basicsetup.html share/doc/icecast/icecast2_config_file.html @@ -16,6 +15,7 @@ share/doc/icecast/icecast2_relay.html share/doc/icecast/icecast2_stats.html share/doc/icecast/icecast2_win32.html share/doc/icecast/icecast2_yp.html +share/doc/icecast/index.html share/icecast/admin/listclients.xsl share/icecast/admin/listmounts.xsl share/icecast/admin/moveclients.xsl |