[65543] trunk/dports/audio/libsndfile/Portfile

perry at macports.org perry at macports.org
Fri Mar 26 23:55:15 PDT 2010


Revision: 65543
          http://trac.macports.org/changeset/65543
Author:   perry at macports.org
Date:     2010-03-26 23:55:12 -0700 (Fri, 26 Mar 2010)
Log Message:
-----------
Updated audio/libsndfile to 1.0.21; and added openmaintainer, license and livecheck.

Modified Paths:
--------------
    trunk/dports/audio/libsndfile/Portfile

Modified: trunk/dports/audio/libsndfile/Portfile
===================================================================
--- trunk/dports/audio/libsndfile/Portfile	2010-03-27 05:54:26 UTC (rev 65542)
+++ trunk/dports/audio/libsndfile/Portfile	2010-03-27 06:55:12 UTC (rev 65543)
@@ -3,27 +3,35 @@
 PortSystem          1.0
 
 name                libsndfile
-version             1.0.20
-revision            0
+version             1.0.21
 categories          audio
-maintainers         perry
+maintainers         perry openmaintainer
 platforms           darwin
 
 description         libsndfile is a C library for reading and writing files \
                     containing sampled sound (such as MS Windows WAV and the \
-                    Apple/SGI AIFF format) through one standard library interface.
+                    Apple/SGI AIFF format) through one standard library \
+                    interface.
 long_description    ${description}
+license             LGPLv2.1
 homepage            http://www.mega-nerd.com/libsndfile/
 
+livecheck.regex     {Updates for (.+).}
+livecheck.type      regex
+livecheck.url       ${homepage}/ChangeLog
+
 depends_build       port:pkgconfig
 depends_lib         port:flac port:libogg port:libvorbis
 
-master_sites        ${homepage}
+master_sites        ${homepage}/files/
 
-checksums           rmd160 873802efaa3f1e3303167fe1b7302fe2ab4cbd59
+checksums           rmd160 3f4d3472aebf24b02c2ce3f370023f50096c1fbd
 
 configure.args \
-    --disable-alsa --disable-octave --disable-sqlite --enable-external-libs
+    --disable-alsa \
+    --disable-octave \
+    --disable-sqlite \
+    --enable-external-libs
 
 post-configure {
     system "ed - ${worksrcpath}/src/config.h < ${filespath}/src__config.h.ed"
@@ -40,7 +48,7 @@
     configure.args-delete --enable-external-libs
 }
 
-variant octave description {Enable support for GNU Octave} {
+variant octave description {Enable support for Octave} {
     depends_build-append port:gsed
     depends_lib-append   port:octave
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100326/7351e904/attachment.html>


More information about the macports-changes mailing list