summaryrefslogtreecommitdiff
path: root/audio/pimp3
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2001-04-02 06:13:18 +0000
committerMichael Haro <mharo@FreeBSD.org>2001-04-02 06:13:18 +0000
commitfbc78188bdfc64a491d5f922242809d7c5fb22a4 (patch)
tree1ea672f9059a17e218a0db1208658df0ce2d9bc8 /audio/pimp3
parentadd mdk (diff)
update to 0.5.8
PR: 25391 Submitted by: Rod Taylor <rbt@zort.ca>
Notes
Notes: svn path=/head/; revision=40717
Diffstat (limited to 'audio/pimp3')
-rw-r--r--audio/pimp3/Makefile2
-rw-r--r--audio/pimp3/distinfo2
-rw-r--r--audio/pimp3/files/patch-aa8
3 files changed, 10 insertions, 2 deletions
diff --git a/audio/pimp3/Makefile b/audio/pimp3/Makefile
index 9812543a6cf5..5f21eda74a39 100644
--- a/audio/pimp3/Makefile
+++ b/audio/pimp3/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pimp3
-PORTVERSION= 0.5.7
+PORTVERSION= 0.5.8
CATEGORIES= audio
MASTER_SITES= ftp://pimp3.sourceforge.net/pub/pimp3/
diff --git a/audio/pimp3/distinfo b/audio/pimp3/distinfo
index 0efa67e58cf1..819b97118fa9 100644
--- a/audio/pimp3/distinfo
+++ b/audio/pimp3/distinfo
@@ -1 +1 @@
-MD5 (pimp3-0.5.7.tar.gz) = ed76d7323d5685fa23b8aadea824ea8f
+MD5 (pimp3-0.5.8.tar.gz) = 0159abef89ac9d0fbcaf703801cfc3b9
diff --git a/audio/pimp3/files/patch-aa b/audio/pimp3/files/patch-aa
new file mode 100644
index 000000000000..2ea543e034a5
--- /dev/null
+++ b/audio/pimp3/files/patch-aa
@@ -0,0 +1,8 @@
+--- pimp3.py.orig Sun Feb 11 19:17:02 2001
++++ pimp3.py Sun Feb 11 19:17:20 2001
+@@ -1,4 +1,4 @@
+-#! /usr/bin/python
++#! /usr/local/bin/python
+ import sys, getopt, os, string, gdbm, struct, commands
+ programname = 'pimp3'
+ versionnumber = '0.5.8'