[89085] trunk/dports/audio/libsdl_mixer/Portfile

jmr at macports.org jmr at macports.org
Wed Jan 18 21:52:59 PST 2012


Revision: 89085
          http://trac.macports.org/changeset/89085
Author:   jmr at macports.org
Date:     2012-01-18 21:52:57 -0800 (Wed, 18 Jan 2012)
Log Message:
-----------
libsdl_mixer: update to 1.2.12

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

Modified: trunk/dports/audio/libsdl_mixer/Portfile
===================================================================
--- trunk/dports/audio/libsdl_mixer/Portfile	2012-01-19 05:31:37 UTC (rev 89084)
+++ trunk/dports/audio/libsdl_mixer/Portfile	2012-01-19 05:52:57 UTC (rev 89085)
@@ -4,11 +4,10 @@
 
 name            libsdl_mixer
 set my_name     SDL_mixer
-version         1.2.11
-revision        3
+version         1.2.12
 categories      audio devel
-platforms       macosx
-license         LGPL-2.1+
+platforms       darwin
+license         zlib
 maintainers     jmr openmaintainer
 description     Audio mixer library for SDL
 
@@ -21,22 +20,19 @@
 master_sites    ${homepage}release/
 distname        ${my_name}-${version}
 
-checksums       md5     65ada3d997fe85109191a5fb083f248c \
-                sha1    ef5d45160babeb51eafa7e4019cec38324ee1a5d \
-                rmd160  559355116a1c380edf71879da0dbcf5359f05476
+checksums       rmd160 99089725824095398bfb34fd9ccb7c16674192d8 \
+                sha256 1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f86992a
 
 depends_build   port:pkgconfig
 depends_lib     path:lib/pkgconfig/sdl.pc:libsdl \
-				port:flac \
+                port:flac \
                 port:smpeg \
                 port:libvorbis \
                 port:libmikmod
 
 patchfiles      Makefile.in.diff
 
-configure.args  --with-sdl-prefix=${prefix} \
-                --disable-sdltest \
-                --with-smpeg-prefix=${prefix} \
+configure.args  --disable-sdltest \
                 --disable-smpegtest \
                 --enable-music-mod \
                 --disable-music-mod-shared \
@@ -45,7 +41,7 @@
                 --disable-music-mp3-shared
 
 post-destroot {
-    set docdir ${prefix}/share/doc/${name}-${version}
+    set docdir ${prefix}/share/doc/${name}
     xinstall -d ${destroot}${docdir}
     xinstall -m 0644 -W ${worksrcpath} CHANGES COPYING README \
         ${destroot}${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120118/796eff65/attachment-0001.html>


More information about the macports-changes mailing list