summaryrefslogtreecommitdiff
path: root/audio/cmus
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2005-10-19 16:40:35 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2005-10-19 16:40:35 +0000
commitf8cc502146d44d24af9203e46bfc68087e5e8666 (patch)
treee87f4dfa493e8a9e5dc3300fcca76fa79047eff2 /audio/cmus
parentFix compilation on 4.x (diff)
Update to 1.6.1, and change the default dependencies for BATCH
to not depend on vorbis or libmodplug by default, mainly to make the package as light as possible.
Notes
Notes: svn path=/head/; revision=145880
Diffstat (limited to 'audio/cmus')
-rw-r--r--audio/cmus/Makefile7
-rw-r--r--audio/cmus/distinfo4
2 files changed, 5 insertions, 6 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile
index a0fab77f0915..8575f42ebdec 100644
--- a/audio/cmus/Makefile
+++ b/audio/cmus/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= cmus
-PORTVERSION= 1.6.0
-PORTREVISION= 1
+PORTVERSION= 1.6.1
CATEGORIES= audio
MASTER_SITES= http://onion.dynserv.net/~timo/files/
@@ -29,10 +28,10 @@ CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
.include <bsd.port.pre.mk>
-.if exists(${LOCALBASE}/lib/libvorbisfile.so) || defined(BATCH)
+.if exists(${LOCALBASE}/lib/libvorbisfile.so)
WITH_VORBIS= yes
.endif
-.if exists(${LOCALBASE}/lib/libmodplug.so) || defined(BATCH)
+.if exists(${LOCALBASE}/lib/libmodplug.so)
WITH_MODPLUG= yes
.endif
.if exists(${LOCALBASE}/lib/libartsc.so)
diff --git a/audio/cmus/distinfo b/audio/cmus/distinfo
index 5db322eedb29..bf4e917eaa1b 100644
--- a/audio/cmus/distinfo
+++ b/audio/cmus/distinfo
@@ -1,2 +1,2 @@
-MD5 (cmus-1.6.0.tar.bz2) = b8e5accbaacedfbdb6858e5f6b28f560
-SIZE (cmus-1.6.0.tar.bz2) = 136782
+MD5 (cmus-1.6.1.tar.bz2) = 1f5f9dc14f1d311f1af49e16ac21e352
+SIZE (cmus-1.6.1.tar.bz2) = 137485