[76541] trunk/dports/x11/xorg-xextproto/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Feb 27 11:03:38 PST 2011


Revision: 76541
          http://trac.macports.org/changeset/76541
Author:   jeremyhu at macports.org
Date:     2011-02-27 11:03:36 -0800 (Sun, 27 Feb 2011)
Log Message:
-----------
xorg-xextproto: Bump to 7.2.0

Modified Paths:
--------------
    trunk/dports/x11/xorg-xextproto/Portfile

Modified: trunk/dports/x11/xorg-xextproto/Portfile
===================================================================
--- trunk/dports/x11/xorg-xextproto/Portfile	2011-02-27 18:59:34 UTC (rev 76540)
+++ trunk/dports/x11/xorg-xextproto/Portfile	2011-02-27 19:03:36 UTC (rev 76541)
@@ -2,7 +2,7 @@
 PortSystem 1.0
 
 name		xorg-xextproto
-version		7.1.2
+version		7.2.0
 categories	x11 devel
 maintainers	jeremyhu openmaintainer
 description	X.org xextproto
@@ -14,12 +14,44 @@
 distname	xextproto-${version}
 use_bzip2	yes
 
-checksums           md5     263ae968b223c23b2986603d84e5c30e \
-                    sha1    be6303a9449277af58f38e1be57e442d98f400fe \
-                    rmd160  ca120b173646957da8026c7033f4ce44770485af
+checksums           md5     220732210ceffb01bf1caf970e3b1bfb \
+                    sha1    a117fb9d7fdebee7af3f9e79efe9812e39e650a5 \
+                    rmd160  f7ea5722a70d64c62f8cf0bea0b53fbf2688166a
 
-configure.args --disable-specs
+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:xmlto \
+		port:fop \
+		port:xorg-sgml-doctools
+
+	depends_skip_archcheck-append \
+		xmlto \
+		fop
+
+	configure.args-delete \
+		--without-xmlto \
+		--without-fop \
+		--disable-specs
+
+	configure.args-append \
+		--with-xmlto \
+		--with-fop \
+		--enable-specs
+
+	configure.env-append \
+		FOP="${prefix}/bin/fop" \
+		XMLTO="${prefix}/bin/xmlto"
+}
+
 livecheck.type  regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D
 livecheck.regex xextproto-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110227/050126d4/attachment.html>


More information about the macports-changes mailing list