diff options
author | adamw <adamw@FreeBSD.org> | 2005-10-20 00:40:35 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-10-20 00:40:35 +0800 |
commit | 53273f43271d6914f48d163c8044b5021ebabddc (patch) | |
tree | 402e961306dd9d303d87ecbd9c493c3e11584e3c /audio | |
parent | 6aee39c901378303b3f6262aee0b6d88c904987b (diff) | |
download | freebsd-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/Makefile | 7 | ||||
-rw-r--r-- | audio/cmus/distinfo | 4 |
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 |