Ticket #16655: libxslt.diff
File libxslt.diff, 1.2 KB (added by blb@…, 16 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name libxslt 6 version 1.1.23 7 revision 1 6 version 1.1.24 8 7 categories textproc 9 8 platforms darwin 10 9 maintainers nox openmaintainer … … 24 23 ftp://gd.tuwien.ac.at/pub/libxml/ \ 25 24 gnome:sources/${name}/[strsed ${version} {/\.[0-9]*$//}]/ 26 25 27 checksums md5 0650b23650b70ad7ce2447ee16f445a3 \28 sha1 9b6bb279808893643d9116e514eafecb22eff76c\29 rmd160 fcecbaddd9b35e4d5e44670f6bd6d9d5fff327bc26 checksums md5 e83ec5d27fc4c10c6f612879bea9a153 \ 27 sha1 b5402e24abff5545ed76f6a55049cbebc664bd58 \ 28 rmd160 41e7721eeed722c45310877d045422b47ab32973 30 29 31 depends_build port:autoconf \32 port:automake \33 port:libtool34 30 depends_lib port:libiconv \ 35 31 port:libxml2 \ 36 32 port:zlib 37 33 38 use_autoconf yes39 autoconf.cmd autoreconf40 41 34 configure.args --mandir=${prefix}/share/man \ 42 35 --enable-static=no \ 43 36 --with-libxml-prefix=${prefix} \