diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-10-13 22:48:31 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-10-13 22:48:31 +0000 |
commit | 7ccf66ea4f4b8e1e4299d0a65dd085d78c7fa085 (patch) | |
tree | 32702b05396c0f1dff5a10ace2de1156e550ba37 | |
parent | 365e5f712efee4f63c2f6d1516074f6d560e99b4 (diff) | |
download | ports-7ccf66ea4f4b8e1e4299d0a65dd085d78c7fa085.tar.gz ports-7ccf66ea4f4b8e1e4299d0a65dd085d78c7fa085.zip |
Notes
-rw-r--r-- | audio/icecast2/Makefile | 6 | ||||
-rw-r--r-- | audio/icecast2/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index 07730c79db67..242b2a425724 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/Makefile @@ -6,10 +6,10 @@ # PORTNAME= icecast2 -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 PORTEPOCH= 1 CATEGORIES= audio net ipv6 -MASTER_SITES= http://www.icecast.org/files/ +MASTER_SITES= http://svn.xiph.org/releases/icecast/ DISTNAME= icecast-${PORTVERSION} MAINTAINER= lofi@freebsd.org @@ -21,7 +21,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ xslt.2:${PORTSDIR}/textproc/libxslt USE_GMAKE= yes -USE_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 CONFIGURE_ENV= OGG_PREFIX=${LOCALBASE} WRKSRC= ${WRKDIR}/icecast-${PORTVERSION} diff --git a/audio/icecast2/distinfo b/audio/icecast2/distinfo index 206ec401539f..f79a95186e06 100644 --- a/audio/icecast2/distinfo +++ b/audio/icecast2/distinfo @@ -1,2 +1,2 @@ -MD5 (icecast-2.0.1.tar.gz) = dc193027769aa49d2223ff06dcc80f5c -SIZE (icecast-2.0.1.tar.gz) = 750259 +MD5 (icecast-2.0.2.tar.gz) = 92d7a814db7c64075c3d4c1e480fbf25 +SIZE (icecast-2.0.2.tar.gz) = 750391 |