[43501] trunk/dports/x11/xorg-xcb-proto/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Dec 10 22:44:36 PST 2008


Revision: 43501
          http://trac.macports.org/changeset/43501
Author:   jeremyhu at macports.org
Date:     2008-12-10 22:44:36 -0800 (Wed, 10 Dec 2008)
Log Message:
-----------
xorg-xcbproto: Version bump to 1.3

Modified Paths:
--------------
    trunk/dports/x11/xorg-xcb-proto/Portfile

Modified: trunk/dports/x11/xorg-xcb-proto/Portfile
===================================================================
--- trunk/dports/x11/xorg-xcb-proto/Portfile	2008-12-11 06:40:29 UTC (rev 43500)
+++ trunk/dports/x11/xorg-xcb-proto/Portfile	2008-12-11 06:44:36 UTC (rev 43501)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name		xorg-xcb-proto
-version		1.2
+version		1.3
 categories	x11 devel
 maintainers	jeremyhu
 description	X.org xcb-proto
@@ -13,9 +13,9 @@
 master_sites	 ${homepage}/dist/
 
 distname	xcb-proto-${version}
-checksums           md5     09f912486d8a2353bb4b99ddc28ba3c7 \
-                    sha1    8af555f05bcd790352391a868edd0c0d4af82253 \
-                    rmd160  d28b79269e680e1ba61358980e9c90a5663b8256
+checksums           md5     d9275a714e83ab9c1f9b260c6eff1609 \
+                    sha1    9623d544338cdec292d04200aab5df5c88e96811 \
+                    rmd160  76d11cc3749db09e5a11497a5fbed2b6fc0efe2d
 use_bzip2	yes
 
 universal_variant no
@@ -30,19 +30,16 @@
 }
 
 variant python26 conflicts python25 python30 description {Use python 2.6 for xcbgen} {
-    set pyversion           2.6
-
     depends_run-append      port:python26
     configure.python        ${prefix}/bin/python2.6
 }
 
 variant python30 conflicts python25 python26 description {Use python 3.0 for xcbgen} {
-    set pyversion           3.0
-
     depends_run-append      port:python30
     configure.python        ${prefix}/bin/python3.0
 }
 
+# Default to 2.6 since 2.5 fails universal for me on Leopard... Ticket #17501
 if {![variant_isset python25] && ![variant_isset python30]} {
     default_variants +python26
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081210/00657ae0/attachment-0001.html>


More information about the macports-changes mailing list