Revision: 149033 https://trac.macports.org/changeset/149033 Author: mps@macports.org Date: 2016-05-25 11:57:08 -0700 (Wed, 25 May 2016) Log Message: ----------- libxslt: update to version 1.1.29, remove patch now included upstream. Modified Paths: -------------- trunk/dports/textproc/libxslt/Portfile Removed Paths: ------------- trunk/dports/textproc/libxslt/files/ Modified: trunk/dports/textproc/libxslt/Portfile =================================================================== --- trunk/dports/textproc/libxslt/Portfile 2016-05-25 18:55:11 UTC (rev 149032) +++ trunk/dports/textproc/libxslt/Portfile 2016-05-25 18:57:08 UTC (rev 149033) @@ -4,7 +4,7 @@ PortSystem 1.0 name libxslt -version 1.1.28 +version 1.1.29 categories textproc license MIT platforms darwin @@ -26,8 +26,8 @@ # gnome mirrors only have up to 1.1.22, ticket #17737 # gnome:sources/${name}/[strsed ${version} {/\.[0-9]*$//}]/ -checksums rmd160 a4e2f9c3ac235284cc58a37ed26707a870e0f976 \ - sha256 5fc7151a57b89c03d7b825df5a0fae0a8d5f05674c0e7cf2937ecec4d54a028c +checksums rmd160 40a5202b3967db6b01cd6c0e722a9e459cac7960 \ + sha256 b5976e3857837e7617b29f2249ebb5eeac34e249208d31f1fbf7a6ba7a4090ce configure.args --mandir=${prefix}/share/man \ --enable-static \ @@ -46,8 +46,6 @@ reinplace s|need_relink=yes|need_relink=no| ${worksrcpath}/ltmain.sh } -patchfiles-append yosemite-libtool.patch - post-patch { if {![variant_isset doc]} { reinplace -E "/^install-data-am:/s|install-data-local||" ${worksrcpath}/doc/Makefile.in