diff options
author | culot <culot@FreeBSD.org> | 2011-04-26 15:22:20 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2011-04-26 15:22:20 +0800 |
commit | bd8e6f341c57b4b5d00d02501e35123632be71a7 (patch) | |
tree | cfd91c9c61bf02ce0ef136a1d4a2d269ed165e66 /audio | |
parent | 2c3c741faa4077b6a23ac13de364bf4f051ea196 (diff) | |
download | freebsd-ports-gnome-bd8e6f341c57b4b5d00d02501e35123632be71a7.tar.gz freebsd-ports-gnome-bd8e6f341c57b4b5d00d02501e35123632be71a7.tar.zst freebsd-ports-gnome-bd8e6f341c57b4b5d00d02501e35123632be71a7.zip |
- Update to 2.4.0
PR: ports/156646
Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cmus/Makefile | 2 | ||||
-rw-r--r-- | audio/cmus/distinfo | 4 | ||||
-rw-r--r-- | audio/cmus/files/patch-configure | 11 |
3 files changed, 3 insertions, 14 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index cfe53785fadb..30fdd1310ff8 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cmus -PORTVERSION= 2.3.5 +PORTVERSION= 2.4.0 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/audio/cmus/distinfo b/audio/cmus/distinfo index dae8b156b472..c7b86f78ef3b 100644 --- a/audio/cmus/distinfo +++ b/audio/cmus/distinfo @@ -1,2 +1,2 @@ -SHA256 (cmus-v2.3.5.tar.bz2) = b3a48a99828a7378b3f90ac0a0fdfae862482ba85f7e448fe0557a6474f4b055 -SIZE (cmus-v2.3.5.tar.bz2) = 169625 +SHA256 (cmus-v2.4.0.tar.bz2) = 42a1ea7597d7388e50a1534ad1f51636ce05cf31a939e01b4901a539f7348803 +SIZE (cmus-v2.4.0.tar.bz2) = 202970 diff --git a/audio/cmus/files/patch-configure b/audio/cmus/files/patch-configure deleted file mode 100644 index 96d84302b8d4..000000000000 --- a/audio/cmus/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2010-09-10 23:37:55.577146100 +0200 -+++ configure 2010-09-10 23:38:07.609090631 +0200 -@@ -135,7 +135,7 @@ - { - check_header mpc/mpcdec.h - MPC_SV7=$? -- check_library MPC "" "-lmpcdec" -+ check_library MPC "" "-lmpcdec -lm" - return $? - } - |