aboutsummaryrefslogtreecommitdiff
path: root/audio/sox
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-06-02 15:24:22 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-06-02 15:24:22 +0000
commitab88efb1611bff408fb6ea2f26025d6da676fd65 (patch)
tree279145168b1423edc7761e55199dfeb2af456bda /audio/sox
parent10dd6521d7ed85a5a0b5c941961df803c56cf9a1 (diff)
downloadports-ab88efb1611bff408fb6ea2f26025d6da676fd65.tar.gz
ports-ab88efb1611bff408fb6ea2f26025d6da676fd65.zip
Notes
Diffstat (limited to 'audio/sox')
-rw-r--r--audio/sox/Makefile6
-rw-r--r--audio/sox/distinfo6
-rw-r--r--audio/sox/files/patch-Makefile.in13
-rw-r--r--audio/sox/pkg-plist5
4 files changed, 12 insertions, 18 deletions
diff --git a/audio/sox/Makefile b/audio/sox/Makefile
index 8c7487b93a4e..c1b354505b4f 100644
--- a/audio/sox/Makefile
+++ b/audio/sox/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= sox
-PORTVERSION= 12.17.8
+PORTVERSION= 12.18.1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= sox
+MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= dnelson@allantgroup.com
COMMENT= SOund eXchange - universal sound sample translator
@@ -25,6 +25,8 @@ OPTIONS= LAME "Enable mp3 encoding with LAME" off \
MAD "Enable mp3 decoding with MAD" off \
VORBIS "Enable Ogg Vorbis support" off
+PLIST_FILES= bin/sox bin/soxmix bin/rec bin/play
+
.include <bsd.port.pre.mk>
.if defined(WITH_VORBIS) || defined(WITH_LAME) || defined(WITH_MAD)
diff --git a/audio/sox/distinfo b/audio/sox/distinfo
index 24fa07b85336..4289f044b74d 100644
--- a/audio/sox/distinfo
+++ b/audio/sox/distinfo
@@ -1,3 +1,3 @@
-MD5 (sox-12.17.8.tar.gz) = 735e9add6979bd6308f213abefe389e8
-SHA256 (sox-12.17.8.tar.gz) = 68f1e62f42b9418f1a3063a1daf96fe6258daf480f699a726a15212d9b0d527b
-SIZE (sox-12.17.8.tar.gz) = 462079
+MD5 (sox-12.18.1.tar.gz) = b12507493d3c8571fa8b6e70a01d5438
+SHA256 (sox-12.18.1.tar.gz) = 2fc7bb73436e152a6cdd932bb772f13cc773da9596a45d17a64d88fa6726c283
+SIZE (sox-12.18.1.tar.gz) = 473181
diff --git a/audio/sox/files/patch-Makefile.in b/audio/sox/files/patch-Makefile.in
index 43db545cb5ea..61df268952bb 100644
--- a/audio/sox/files/patch-Makefile.in
+++ b/audio/sox/files/patch-Makefile.in
@@ -1,11 +1,8 @@
-
-$FreeBSD$
-
---- Makefile.in.orig
-+++ Makefile.in
-@@ -27,6 +27,9 @@
- nroff -man $(srcdir)/soxexam.1 | col -b > soxexam.txt
- nroff -man $(srcdir)/libst.3 | col -b > libst.txt
+--- ./Makefile.in.orig Mon Nov 8 01:37:20 2004
++++ ./Makefile.in Fri Jun 2 10:55:50 2006
+@@ -30,6 +30,9 @@
+ PLAY_INSTALL_0 =
+ PLAY_INSTALL_1 = install-play
+PLAY_INSTALL_0 =
+PLAY_INSTALL_1 = install-play
diff --git a/audio/sox/pkg-plist b/audio/sox/pkg-plist
deleted file mode 100644
index 19f3682da5b8..000000000000
--- a/audio/sox/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $FreeBSD$
-bin/play
-bin/rec
-bin/sox
-bin/soxmix