Revision: 72911 http://trac.macports.org/changeset/72911 Author: jeremyhu@macports.org Date: 2010-10-30 00:44:29 -0700 (Sat, 30 Oct 2010) Log Message: ----------- xorg-libXtst: Bump to 1.2.0 Modified Paths: -------------- trunk/dports/x11/xorg-libXtst/Portfile Modified: trunk/dports/x11/xorg-libXtst/Portfile =================================================================== --- trunk/dports/x11/xorg-libXtst/Portfile 2010-10-30 07:42:26 UTC (rev 72910) +++ trunk/dports/x11/xorg-libXtst/Portfile 2010-10-30 07:44:29 UTC (rev 72911) @@ -3,7 +3,7 @@ PortSystem 1.0 name xorg-libXtst -version 1.1.0 +version 1.2.0 categories x11 devel maintainers jeremyhu openmaintainer description X.org libXt @@ -13,9 +13,9 @@ master_sites http://xorg.freedesktop.org/archive/individual/lib/ distname libXtst-${version} -checksums md5 dd6f3e20b87310187121539f9605d977 \ - sha1 4363e9285bfb5a884073efacc50d39edb803a1a5 \ - rmd160 588fe77d9f915f5f6521ec660129b45adfc16acc +checksums md5 7c592c72da6676f8b0aeec9133b81686 \ + sha1 9fb06ed599caf7f9e7115cbbfadf02b47c17aa72 \ + rmd160 0cde01dd80e77308e79ffecad01f0a1e3d391c39 use_bzip2 yes use_parallel_build yes @@ -26,6 +26,40 @@ port:xorg-libXi \ port:xorg-recordproto +configure.args \ + --without-xmlto \ + --without-fop \ + --disable-specs + +build.args V=1 + +# Depending on ghostscript for the PDF documentation creates a dependency +# loop, so you may want to install first without the docs variant +variant docs description "Install extra documentation" { + depends_build-append \ + port:fop \ + port:xmlto \ + port:xorg-sgml-doctools + + depends_skip_archcheck-append \ + fop \ + xmlto + + configure.args-delete \ + --without-xmlto \ + --without-fop \ + --disable-specs + + configure.args-append \ + --with-xmlto \ + --with-fop \ + --enable-specs + + configure.env-append \ + XMLTO="${prefix}/bin/xmlto" \ + FOP="${prefix}/bin/fop" +} + livecheck.type regex livecheck.url [lindex ${master_sites} 0]?C=M&O=D livecheck.regex libXtst-(\\d+(?:\\.\\d+)*)