Revision: 80028 http://trac.macports.org/changeset/80028 Author: ryandesign@macports.org Date: 2011-07-02 18:46:27 -0700 (Sat, 02 Jul 2011) Log Message: ----------- html-xml-utils: update to 6.0; see #30004 Modified Paths: -------------- trunk/dports/textproc/html-xml-utils/Portfile Modified: trunk/dports/textproc/html-xml-utils/Portfile =================================================================== --- trunk/dports/textproc/html-xml-utils/Portfile 2011-07-02 20:58:22 UTC (rev 80027) +++ trunk/dports/textproc/html-xml-utils/Portfile 2011-07-03 01:46:27 UTC (rev 80028) @@ -3,7 +3,7 @@ PortSystem 1.0 name html-xml-utils -version 5.5 +version 6.0 categories textproc platforms darwin maintainers nomaintainer @@ -12,13 +12,14 @@ homepage http://www.w3.org/Tools/HTML-XML-utils/ master_sites ${homepage} -checksums md5 28c58add86e35a60e602a029c8e2f04b \ - sha1 ec1e6d52825a6aa9e9aff0a34679621de5e419ba \ - rmd160 a0a5fc13237fd3d4366f7a6bcf37efd9c1f08389 -configure.args --program-prefix=w3 \ - --mandir=${prefix}/share/man +checksums sha1 74f57eb8f1abec30fbc3dbbe37caa20ce6a72e48 \ + rmd160 50273cd1cdc9d3459c8a0b0b09e1c2c7660fb6d6 +configure.args --program-prefix=w3 + +configure.libs-append -liconv + livecheck.type regex livecheck.url [lindex ${master_sites} 0] livecheck.regex ${name}-(\[0-9.\]+)\\.tar
participants (1)
-
ryandesign@macports.org