aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorDavid Thiel <lx@FreeBSD.org>2009-06-16 04:05:34 +0000
committerDavid Thiel <lx@FreeBSD.org>2009-06-16 04:05:34 +0000
commitb1822a015fe94e63b9a96894212e0bd46e40cfd5 (patch)
treec52f49ef5d6f6eb32fc9d66188d70697b4ebc18e /audio
parent2b9da571f3bef1a8d1248e488bd315146260ce41 (diff)
downloadports-b1822a015fe94e63b9a96894212e0bd46e40cfd5.tar.gz
ports-b1822a015fe94e63b9a96894212e0bd46e40cfd5.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/pytone/Makefile3
-rw-r--r--audio/pytone/distinfo6
-rw-r--r--audio/pytone/files/patch-pytone6
3 files changed, 4 insertions, 11 deletions
diff --git a/audio/pytone/Makefile b/audio/pytone/Makefile
index 80fe3ec81955..0c1bdfddc7f1 100644
--- a/audio/pytone/Makefile
+++ b/audio/pytone/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= pytone
-PORTVERSION= 3.0.1
-PORTREVISION= 1
+PORTVERSION= 3.0.2
CATEGORIES= audio python
MASTER_SITES= http://www.luga.de/pytone/download/ \
http://redundancy.redundancy.org/mirror/
diff --git a/audio/pytone/distinfo b/audio/pytone/distinfo
index d88d6e818a89..c1da984938be 100644
--- a/audio/pytone/distinfo
+++ b/audio/pytone/distinfo
@@ -1,3 +1,3 @@
-MD5 (PyTone-3.0.1.tar.gz) = 719c2db53d0702460ae4d19c76846b7b
-SHA256 (PyTone-3.0.1.tar.gz) = 3f4db79f66196fb32ea05c1be47a3c42680756af8871a51309273582176d6430
-SIZE (PyTone-3.0.1.tar.gz) = 156983
+MD5 (PyTone-3.0.2.tar.gz) = f9560c571df84ad9c83c3a113882bb81
+SHA256 (PyTone-3.0.2.tar.gz) = 303fdf52733deb27f00f8449e339972c6568b0180f58450685f101fdc1c24832
+SIZE (PyTone-3.0.2.tar.gz) = 161636
diff --git a/audio/pytone/files/patch-pytone b/audio/pytone/files/patch-pytone
deleted file mode 100644
index c89489061ef4..000000000000
--- a/audio/pytone/files/patch-pytone
+++ /dev/null
@@ -1,6 +0,0 @@
---- pytone.orig 2007-12-14 10:42:55.000000000 -0800
-+++ pytone 2007-12-14 10:44:18.000000000 -0800
-@@ -1,2 +1,2 @@
- #!/bin/sh
--python2.4 src/pytone.py "$@"
-+python src/pytone.py "$@"