aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorlx <lx@FreeBSD.org>2009-06-16 12:05:34 +0800
committerlx <lx@FreeBSD.org>2009-06-16 12:05:34 +0800
commit2119ea31a19903896b4c55d7a15dbc4afd14f458 (patch)
tree23d4f3c0b2503dd1d015d38e6187fd4b525713b5 /audio
parent984b854610485a3ba881b803303bef979d51c6cd (diff)
downloadfreebsd-ports-gnome-2119ea31a19903896b4c55d7a15dbc4afd14f458.tar.gz
freebsd-ports-gnome-2119ea31a19903896b4c55d7a15dbc4afd14f458.tar.zst
freebsd-ports-gnome-2119ea31a19903896b4c55d7a15dbc4afd14f458.zip
Update to 3.0.2.
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 "$@"