diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-04-02 06:13:18 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-04-02 06:13:18 +0000 |
commit | fbc78188bdfc64a491d5f922242809d7c5fb22a4 (patch) | |
tree | 1ea672f9059a17e218a0db1208658df0ce2d9bc8 /audio/pimp3 | |
parent | 6c9b37352c8ddd6ef4956d50c8b4824f62dafbbd (diff) | |
download | ports-fbc78188bdfc64a491d5f922242809d7c5fb22a4.tar.gz ports-fbc78188bdfc64a491d5f922242809d7c5fb22a4.zip |
Notes
Diffstat (limited to 'audio/pimp3')
-rw-r--r-- | audio/pimp3/Makefile | 2 | ||||
-rw-r--r-- | audio/pimp3/distinfo | 2 | ||||
-rw-r--r-- | audio/pimp3/files/patch-aa | 8 |
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' |