Revision: 91519 https://trac.macports.org/changeset/91519 Author: ryandesign@macports.org Date: 2012-04-03 17:24:46 -0700 (Tue, 03 Apr 2012) Log Message: ----------- expat: update to 2.1.0; remove old cruft Modified Paths: -------------- trunk/dports/textproc/expat/Portfile Modified: trunk/dports/textproc/expat/Portfile =================================================================== --- trunk/dports/textproc/expat/Portfile 2012-04-04 00:14:54 UTC (rev 91518) +++ trunk/dports/textproc/expat/Portfile 2012-04-04 00:24:46 UTC (rev 91519) @@ -4,8 +4,7 @@ PortSystem 1.0 name expat -version 2.0.1 -revision 1 +version 2.1.0 categories textproc devel platforms darwin freebsd maintainers ryandesign @@ -18,23 +17,14 @@ registers handlers for things the parser might find \ in the XML document (like start tags). -homepage http://expat.sourceforge.net/ +homepage http://www.libexpat.org/ master_sites sourceforge:project/${name}/${name}/${version} -checksums md5 ee8b492592568805593f81f8cdf2a04c \ - sha1 663548c37b996082db1f2f2c32af060d7aa15c2d \ - rmd160 d31bcb152adaff9e358968be1ea901e1b4ed3b2f +checksums rmd160 bffca083d29fe7688f106a902ef9b909c3321c5d \ + sha256 823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86 -configure.args --mandir=${prefix}/share/man - use_parallel_build yes -build.type gnu -pre-test { - copy -force ${worksrcpath}/lib/expat.h ${worksrcpath}/lib/expat_external.h ${worksrcpath}/tests -} -# extract from tests/README.txt: "Expat must be built and installed -# before "make check" can be executed." test.run yes test.target check @@ -48,8 +38,6 @@ xinstall -m 0644 -W ${worksrcpath}/examples elements.c outline.c \ ${examplesdir} - - ln -s libexpat.1.dylib ${destroot}${prefix}/lib/libexpat.0.dylib } livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}