aboutsummaryrefslogtreecommitdiff
path: root/audio/cutmp3
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2009-08-23 18:40:55 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2009-08-23 18:40:55 +0000
commit5d7a74787a161ae0d5277e038aeacfe4504876d2 (patch)
tree1dc6d8f650b9a0e93855f8fc75aed8fce23d361b /audio/cutmp3
parent4ee05c1f1bf32e4dc2051dea08ac7e9ed8e5ff23 (diff)
downloadports-5d7a74787a161ae0d5277e038aeacfe4504876d2.tar.gz
ports-5d7a74787a161ae0d5277e038aeacfe4504876d2.zip
- Update to 2.0.1
Notes
Notes: svn path=/head/; revision=240219
Diffstat (limited to 'audio/cutmp3')
-rw-r--r--audio/cutmp3/Makefile2
-rw-r--r--audio/cutmp3/distinfo6
-rw-r--r--audio/cutmp3/files/patch-Makefile10
3 files changed, 9 insertions, 9 deletions
diff --git a/audio/cutmp3/Makefile b/audio/cutmp3/Makefile
index 876c4a1236ff..9aebc2577379 100644
--- a/audio/cutmp3/Makefile
+++ b/audio/cutmp3/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= cutmp3
-PORTVERSION= 2.0
+PORTVERSION= 2.0.1
CATEGORIES= audio
MASTER_SITES= http://www.puchalla-online.de/ \
http://mirror.mcx2.org/
diff --git a/audio/cutmp3/distinfo b/audio/cutmp3/distinfo
index 8d6e0cbc64b2..666912ecddb8 100644
--- a/audio/cutmp3/distinfo
+++ b/audio/cutmp3/distinfo
@@ -1,3 +1,3 @@
-MD5 (cutmp3-2.0.tar.bz2) = 34f56ee6b3867c7287e108cf92bc3595
-SHA256 (cutmp3-2.0.tar.bz2) = 50f261b169fb1696c80c0defc91e5539f453f9d5fd6c74a616efe1d4948dd764
-SIZE (cutmp3-2.0.tar.bz2) = 46484
+MD5 (cutmp3-2.0.1.tar.bz2) = c3561ea14d1a7ca7f1ba2cffb5539d52
+SHA256 (cutmp3-2.0.1.tar.bz2) = 547a99b9eee8fe9541f9768e7c46198242f0e44243bc521116d228b178ae38e9
+SIZE (cutmp3-2.0.1.tar.bz2) = 47320
diff --git a/audio/cutmp3/files/patch-Makefile b/audio/cutmp3/files/patch-Makefile
index 747c7113fb8e..c08b3ebc0405 100644
--- a/audio/cutmp3/files/patch-Makefile
+++ b/audio/cutmp3/files/patch-Makefile
@@ -1,8 +1,8 @@
---- Makefile.orig 2009-06-28 10:06:33.000000000 -0300
-+++ Makefile 2009-06-28 16:01:33.000000000 -0300
-@@ -1,13 +1,11 @@
+--- Makefile.orig 2009-07-10 16:43:02.000000000 +0200
++++ Makefile 2009-08-23 20:30:20.000000000 +0200
+@@ -1,13 +1,12 @@
NAME=cutmp3
--VERSION=2.0
+ VERSION=2.0.1
-PREFIX=/usr
+PREFIX?=/usr/local
BINDIR=${PREFIX}/bin
@@ -17,7 +17,7 @@
gcc -O ${CFLAGS} -c mpglib.c
gcc -O ${CFLAGS} -c main.c
gcc main.o mpglib.o -o ${NAME} -lm -lreadline -lncurses
-@@ -28,12 +26,8 @@
+@@ -28,12 +27,8 @@
if [ -d /usr/share/apps/konqueror/servicemenus ]; then install -m 644 ${NAME}.desktop /usr/share/apps/konqueror/servicemenus; fi
if [ -d /opt/kde/share/apps/konqueror/servicemenus ]; then install -m 644 ${NAME}.desktop /opt/kde/share/apps/konqueror/servicemenus; fi
if [ -d /opt/kde3/share/apps/konqueror/servicemenus ]; then install -m 644 ${NAME}.desktop /opt/kde3/share/apps/konqueror/servicemenus; fi