Revision: 72906 http://trac.macports.org/changeset/72906 Author: jeremyhu@macports.org Date: 2010-10-30 00:34:56 -0700 (Sat, 30 Oct 2010) Log Message: ----------- xorg-libXmu: Bump to 1.1.0 Modified Paths: -------------- trunk/dports/x11/xorg-libXmu/Portfile Modified: trunk/dports/x11/xorg-libXmu/Portfile =================================================================== --- trunk/dports/x11/xorg-libXmu/Portfile 2010-10-30 00:36:59 UTC (rev 72905) +++ trunk/dports/x11/xorg-libXmu/Portfile 2010-10-30 07:34:56 UTC (rev 72906) @@ -3,7 +3,7 @@ PortSystem 1.0 name xorg-libXmu -version 1.0.5 +version 1.1.0 categories x11 devel maintainers jeremyhu openmaintainer description X.org libXmu @@ -13,9 +13,9 @@ master_sites http://xorg.freedesktop.org/archive/individual/lib distname libXmu-${version} -checksums md5 fc4d66be7a1a1eb474954728415e46d6 \ - sha1 e7ff5960f2374852b941f909cdbdeafe7d29322f \ - rmd160 3d07f6ca5dc5ddb571dd25e35253dba3baff834b +checksums md5 6836883a0120e8346cf7f58dc42e465a \ + sha1 81876a0848070bfc4476a2538fc16898eb6d96cd \ + rmd160 e6ca19dfb86a3532faa6e37c8a5cd6edff6a1c62 use_bzip2 yes use_parallel_build yes @@ -26,6 +26,39 @@ port:xorg-libXext \ port:xorg-libXt +configure.args \ + --without-xmlto \ + --without-fop \ + --disable-docs + +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 + + depends_skip_archcheck-append \ + fop \ + xmlto + + configure.args-delete \ + --without-xmlto \ + --without-fop \ + --disable-docs + + configure.args-append \ + --with-xmlto \ + --with-fop \ + --enable-docs + + 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 libXmu-(\\d+(?:\\.\\d+)*)
participants (1)
-
jeremyhu@macports.org