aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2005-10-20 00:40:35 +0800
committeradamw <adamw@FreeBSD.org>2005-10-20 00:40:35 +0800
commit53273f43271d6914f48d163c8044b5021ebabddc (patch)
tree402e961306dd9d303d87ecbd9c493c3e11584e3c /audio
parent6aee39c901378303b3f6262aee0b6d88c904987b (diff)
downloadfreebsd-ports-gnome-53273f43271d6914f48d163c8044b5021ebabddc.tar.gz
freebsd-ports-gnome-53273f43271d6914f48d163c8044b5021ebabddc.tar.zst
freebsd-ports-gnome-53273f43271d6914f48d163c8044b5021ebabddc.zip
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.
Diffstat (limited to 'audio')
-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
'2005-03-30 07:41:58 +0800'>2005-03-301-0/+1 * Update to 4.3.p2hq2005-03-152-3/+3 * Assign new maintainerhq2005-02-251-1/+1 * - Update to 4.3pre1hq2005-02-225-35/+26 * Set LATEST_LINK.krion2005-01-221-0/+1 * This port is scheduled to be removed on 2005-02-18 if it is stillkris2004-12-191-1/+3 * Mark as IGNORE: editors/jedit is the latest version as there is currentlyvs2004-09-031-1/+3 * Update to pre 15vs2004-07-192-3/+3 * Update to pre14.vs2004-06-072-3/+3 * - Update to pre13vs2004-06-032-3/+4