most recent changes, diff for mpeg4ip

Index: audio/mpeg4ip/Portfile
--- audio/mpeg4ip/Portfile (revision 30000)
+++ audio/mpeg4ip/Portfile (revision 30001)
@@ -1,39 +1,42 @@
# $Id$

-PortSystem 1.0
-name mpeg4ip
-version 1.5.0.1
-categories audio
-platforms darwin
-maintainers nomaintainer@macports.org
-homepage http://mpeg4ip.sf.net/
-description Mpeg4 library and tools from mpeg4ip
+PortSystem 1.0

-long_description The MPEG4IP project provides a standards-based system for encoding, \
- streaming, and playing encoded audio, video and text.
+name mpeg4ip
+version 1.5.0.1
+categories audio
+platforms darwin
+maintainers nomaintainer
+homepage http://mpeg4ip.sf.net/
+description Mpeg4 library and tools from mpeg4ip

-master_sites sourceforge
-
-checksums md5 f53b06c62e914ab724bda9d9af041e08 \
- sha1 1271de695ed65284d9c39aa91bf26c5494603fd3 \
- rmd160 fee5c21c17a470e6de349e07d233a1eb46b2064a
+long_description \
+ The MPEG4IP project provides a standards-based system for encoding, \
+ streaming, and playing encoded audio, video and text.

-depends_lib port:libsdl
+master_sites sourceforge
+
+checksums md5 f53b06c62e914ab724bda9d9af041e08 \
+ sha1 1271de695ed65284d9c39aa91bf26c5494603fd3 \
+ rmd160 fee5c21c17a470e6de349e07d233a1eb46b2064a

-depends_build port:libtool \
- port:automake \
- port:autoconf
+depends_build port:libtool \
+ port:automake \
+ port:autoconf

-configure.cmd ./bootstrap \
- --disable-player \
- --mandir=${prefix}/share/man
+depends_lib port:libsdl

+patchfiles patch-bootstrap.diff
+
+configure.cmd ./bootstrap \
+ --disable-player \
+ --mandir=${prefix}/share/man
+
post-configure {
if {[variant_isset universal]} {
reinplace "s|CC -dynamiclib|CC -dynamiclib ${configure.universal_ldflags}|g" ${worksrcpath}/libtool
}
}

-patchfiles patch-bootstrap.diff
+build.target

-build.target {}