diff options
author | lofi <lofi@FreeBSD.org> | 2004-10-14 06:48:31 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-10-14 06:48:31 +0800 |
commit | 34faf619f5168971a8e0308917164a2a98b50b6e (patch) | |
tree | 520d9fa544d6465589b212e3df13a4e8a4c8b986 /audio/icecast2/Makefile | |
parent | 14030ff65ade40ed0ae3c9a18b1f6f3244fd635f (diff) | |
download | freebsd-ports-gnome-34faf619f5168971a8e0308917164a2a98b50b6e.tar.gz freebsd-ports-gnome-34faf619f5168971a8e0308917164a2a98b50b6e.tar.zst freebsd-ports-gnome-34faf619f5168971a8e0308917164a2a98b50b6e.zip |
Update to 2.0.2
Diffstat (limited to 'audio/icecast2/Makefile')
-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 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} |