most recent changes, diff for portaudio

Index: audio/portaudio/Portfile
--- audio/portaudio/Portfile (revision 34335)
+++ audio/portaudio/Portfile (revision 34336)
@@ -2,7 +2,7 @@
# -*- Mode: Tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
name portaudio
-version 19.061121
+version 19.20071207
categories audio devel
platforms macosx
maintainers themiwi@users.sourceforge.net
@@ -20,20 +20,16 @@
list available audio devices, etc.

master_sites ${homepage}archives
-distname pa_stable_v19_061121
-checksums md5 f2ceca92b3bfc206abccfb439c169a3c \
- sha1 798fc900251e2df423ba9e60b832ca76f85c3ad0 \
- rmd160 f7b6a83ad6b120b9c3b7736b86231e88d709ee7f
+distname pa_stable_v19_20071207
+checksums md5 d2943e4469834b25afe62cc51adc025f \
+ sha1 3841453bb7be672a15b6b632ade6f225eb0a4efc \
+ rmd160 5185bd85bd4bc75dddb3fa56f172a346bdeea0c7

-use_configure no
worksrcdir ${name}

-pre-build {
- reinplace -E "s|/usr/local|${prefix}|g" ${worksrcpath}/Makefile.darwin
-}
+# Universal building is on by default
+universal_variant no

-build.cmd make -f Makefile.darwin -j3
-
post-build {
copy ${worksrcpath}/portaudio-2.0.pc.in ${worksrcpath}/portaudio.pc
reinplace -E "s|\@prefix\@|${prefix}|g" ${worksrcpath}/portaudio.pc
@@ -44,10 +40,7 @@
reinplace -E "s|\@THREAD_CFLAGS\@||g" ${worksrcpath}/portaudio.pc
}

-destroot {
- xinstall -c -m 644 ${worksrcpath}/include/portaudio.h ${destroot}/${prefix}/include
- xinstall -c -m 644 ${worksrcpath}/lib/libportaudio.a ${worksrcpath}/lib/libportaudio.0.0.19.dylib ${destroot}/${prefix}/lib
- system "(cd ${destroot}/${prefix}/lib && ln -s libportaudio.0.0.19.dylib libportaudio.dylib)"
+post-destroot {
xinstall -c -d ${destroot}/${prefix}/lib/pkgconfig
xinstall -c -m 644 ${worksrcpath}/portaudio.pc ${destroot}/${prefix}/lib/pkgconfig
xinstall -c -d ${destroot}/${prefix}/share/doc/${name}