diff options
-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 $? - } - |