This brings audio/sox to the latest release,
adds myself as MAINTAINER as the port didn't have one,
and deletes an unnecessary "-I" option that was solved upstream.
http://sourceforge.net/mailarchive/message.php?msg_id=27073571

        Jan


Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/sox/Makefile,v
retrieving revision 1.48
diff -u -w -r1.48 Makefile
--- Makefile    3 Jan 2011 19:22:59 -0000       1.48
+++ Makefile    14 Jun 2011 12:53:03 -0000
@@ -2,11 +2,13 @@
 
 COMMENT=       Sound eXchange, the Swiss Army knife of audio manipulation
 
-DISTNAME=      sox-14.3.0
+DISTNAME=      sox-14.3.2
 SHARED_LIBS += sox 1.0 # .1.0
 REVISION=      0
+
 CATEGORIES=    audio
 HOMEPAGE=      http://sox.sourceforge.net/
+MAINTAINER=    Jan Stary <h...@stare.cz>
 
 # GPLv2
 PERMIT_PACKAGE_CDROM=  Yes
@@ -64,7 +66,7 @@
                --without-ladspa
 
 CONFIGURE_ENV= \
-       CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \
+       CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"
 
 do-regress:
Index: distinfo
===================================================================
RCS file: /cvs/ports/audio/sox/distinfo,v
retrieving revision 1.10
diff -u -w -r1.10 distinfo
--- distinfo    6 Nov 2009 00:04:37 -0000       1.10
+++ distinfo    14 Jun 2011 12:53:03 -0000
@@ -1,5 +1,5 @@
-MD5 (sox-14.3.0.tar.gz) = jjUJgE5iJyc++ECS4aL+pw==
-RMD160 (sox-14.3.0.tar.gz) = kwLgDXbJcsSRaXnRR0aPZA4ErKo=
-SHA1 (sox-14.3.0.tar.gz) = NLjpkbqFEfqWg+np01b7f0F50Dw=
-SHA256 (sox-14.3.0.tar.gz) = mr9BHJSTZtdciEs2goRpC2yMfV+13w3q9ZlTm3BLI5c=
-SIZE (sox-14.3.0.tar.gz) = 1007679
+MD5 (sox-14.3.2.tar.gz) = 6dNc87D4h4WW4LfEn56DAg==
+RMD160 (sox-14.3.2.tar.gz) = W46GvWSt4tlTSZMxdHTDO0EJAYM=
+SHA1 (sox-14.3.2.tar.gz) = rUYhFP9HsJQHjxgUi8ninjG0K5I=
+SHA256 (sox-14.3.2.tar.gz) = BmjMCHw0b3xAhK4pTGdqEd3vtGKXS8P2e+MNeJyFDo8=
+SIZE (sox-14.3.2.tar.gz) = 1110175
Index: patches/patch-src_formats_c
===================================================================
RCS file: /cvs/ports/audio/sox/patches/patch-src_formats_c,v
retrieving revision 1.1
diff -u -w -r1.1 patch-src_formats_c
--- patches/patch-src_formats_c 6 Nov 2009 00:04:37 -0000       1.1
+++ patches/patch-src_formats_c 14 Jun 2011 12:53:03 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-src_formats_c,v 1.1 2009/11/06 00:04:37 sthen Exp $
---- src/formats.c.orig Mon Nov  2 17:11:55 2009
-+++ src/formats.c      Mon Nov  2 17:11:34 2009
-@@ -403,7 +403,7 @@ static void UNUSED rewind_pipe(FILE * fp)
+--- src/formats.c.orig Tue Jun 14 14:47:49 2011
++++ src/formats.c      Tue Jun 14 14:48:58 2011
+@@ -407,7 +407,7 @@
    /* To fix this #error, either simply remove the #error line and live without
     * file-type detection with pipes, or add support for your compiler in the
     * lines above.  Test with cat monkey.au | ./sox --info - */

Reply via email to