Commits

Chris Jones authored 6646171eab6
libxslt: update to 1.1.34
No tags

textproc/libxslt/Portfile

Modified
1 1 # -*- coding: utf-8; 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
2 2
3 3 PortSystem 1.0
4 4
5 5 name libxslt
6 -version 1.1.33
6 +version 1.1.34
7 7 categories textproc
8 8 license MIT
9 9 platforms darwin
10 10 maintainers nomaintainer
11 11 description gnome xslt library and xsltproc
12 12
13 13 long_description \
14 14 Libxslt is the XSLT C library developed for the Gnome project. \
15 15 XSLT itself is a an XML language to define transformation for XML. \
16 16 Libxslt is based on libxml2 the XML C library developed for the Gnome project. \
17 17 It also implements most of the EXSLT set of processor-portable extensions \
18 18 functions and some of Saxon's evaluate and expressions extensions.
19 19
20 20 homepage http://xmlsoft.org/XSLT/
21 21 master_sites http://xmlsoft.org/sources/ \
22 22 ftp://xmlsoft.org/libxslt/ \
23 23 ftp://fr.rpmfind.net/pub/libxml/ \
24 24 ftp://gd.tuwien.ac.at/pub/libxml/
25 25 # gnome mirrors only have up to 1.1.22, ticket #17737
26 26 # gnome:sources/${name}/[strsed ${version} {/\.[0-9]*$//}]/
27 27
28 -checksums rmd160 e1c3ad9b6f7dbdf069320097e19fce0f11ce5c12 \
29 - sha256 8e36605144409df979cab43d835002f63988f3dc94d5d3537c12796db90e38c8 \
30 - size 3444093
28 +checksums rmd160 46a5d1ac1524ad685447cec71c0f8313d727f0af \
29 + sha256 98b1bd46d6792925ad2dfe9a87452ea2adebf69dcb9919ffd55bf926a7f93f7f \
30 + size 3552258
31 31
32 32 configure.args --without-python \
33 33 --without-crypto \
34 34 --disable-silent-rules
35 35
36 36 if {${name} eq ${subport}} {
37 37 revision 1
38 38
39 39 depends_build port:pkgconfig
40 40 depends_lib-append port:libiconv \

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut