diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-04-26 07:09:16 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-04-26 07:09:16 +0000 |
commit | ba574b0cf2abe2bdd777117655a671f540b4bab5 (patch) | |
tree | cec03fec90d79773c563a2e92d52502c489e1bd1 /audio | |
parent | 7bb314d0b2441c3cc3b925b8348c45ce07053271 (diff) | |
download | freebsd-ports-ba574b0cf2abe2bdd777117655a671f540b4bab5.zip |
Chase audio/libmodplug update.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/bmp-modplug/Makefile | 1 | ||||
-rw-r--r-- | audio/cmus/Makefile | 2 | ||||
-rw-r--r-- | audio/modplugplay/Makefile | 1 | ||||
-rw-r--r-- | audio/xmms-modplug/Makefile | 2 | ||||
-rw-r--r-- | audio/xmms2/Makefile | 2 |
5 files changed, 5 insertions, 3 deletions
diff --git a/audio/bmp-modplug/Makefile b/audio/bmp-modplug/Makefile index 44fbb055bc6f..75172cf62b79 100644 --- a/audio/bmp-modplug/Makefile +++ b/audio/bmp-modplug/Makefile @@ -7,6 +7,7 @@ PORTNAME= modplug PORTVERSION= 2.0.5 +PORTREVISION= 1 CATEGORIES?= audio MASTER_SITES= ftp://ftp.dvo.ru/pub/Gentoo/distfiles/ \ ftp://ftp.cb.spb.ru/.6/Linux-Distrib/Gentoo/distfiles/ \ diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index bd3079e681e7..2c460f235757 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -7,6 +7,7 @@ PORTNAME= cmus PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://onion.dynserv.net/~timo/files/ \ http://mirror.greaterscope.net/cmus/ @@ -22,7 +23,6 @@ USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes HAS_CONFIGURE= yes -USE_REINPLACE= yes CONFIGURE_ARGS+=--prefix=${PREFIX} CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/audio/modplugplay/Makefile b/audio/modplugplay/Makefile index 2c8eb0863590..a794e8b55731 100644 --- a/audio/modplugplay/Makefile +++ b/audio/modplugplay/Makefile @@ -7,6 +7,7 @@ PORTNAME= modplugplay PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.linuks.mine.nu/modplugplay/ diff --git a/audio/xmms-modplug/Makefile b/audio/xmms-modplug/Makefile index 187efb0de54b..3bc27be64c81 100644 --- a/audio/xmms-modplug/Makefile +++ b/audio/xmms-modplug/Makefile @@ -7,7 +7,7 @@ PORTNAME= modplug PORTVERSION= 2.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME}-${PKGNAMEPREFIX:S/-//} diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index 0616a629c08e..d0566aca4299 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmms2 PORTVERSION= 0.2.d.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |