- Update to 12.18.1

- Move plist to Makefile

Approved by:	Dan Nelson <dnelson@allantgroup.com> (maintainer), krion (mentor)
This commit is contained in:
Andrew Pantyukhin 2006-06-02 15:24:22 +00:00
parent 10dd6521d7
commit ab88efb161
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164227
4 changed files with 12 additions and 18 deletions

View file

@ -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)

View file

@ -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

View file

@ -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

View file

@ -1,5 +0,0 @@
@comment $FreeBSD$
bin/play
bin/rec
bin/sox
bin/soxmix