[68666] trunk/dports/devel
blair at macports.org
blair at macports.org
Wed Jun 9 12:00:00 PDT 2010
Revision: 68666
http://trac.macports.org/changeset/68666
Author: blair at macports.org
Date: 2010-06-09 11:59:57 -0700 (Wed, 09 Jun 2010)
Log Message:
-----------
Mark the three Protobuf Python packages as "supported_archs noarch"
for newer versions of MacPorts and "universal_variant no" for older
versions. Fixes #25175.
Modified Paths:
--------------
trunk/dports/devel/protobuf-python/Portfile
trunk/dports/devel/protobuf-python25/Portfile
trunk/dports/devel/protobuf-python26/Portfile
Modified: trunk/dports/devel/protobuf-python/Portfile
===================================================================
--- trunk/dports/devel/protobuf-python/Portfile 2010-06-09 17:53:09 UTC (rev 68665)
+++ trunk/dports/devel/protobuf-python/Portfile 2010-06-09 18:59:57 UTC (rev 68666)
@@ -38,6 +38,12 @@
platforms darwin
+if {[info exists supported_archs]} {
+ supported_archs noarch
+} else {
+ universal_variant no
+}
+
depends_lib port:protobuf-cpp \
port:py-setuptools
Modified: trunk/dports/devel/protobuf-python25/Portfile
===================================================================
--- trunk/dports/devel/protobuf-python25/Portfile 2010-06-09 17:53:09 UTC (rev 68665)
+++ trunk/dports/devel/protobuf-python25/Portfile 2010-06-09 18:59:57 UTC (rev 68666)
@@ -38,6 +38,12 @@
platforms darwin
+if {[info exists supported_archs]} {
+ supported_archs noarch
+} else {
+ universal_variant no
+}
+
depends_lib port:protobuf-cpp \
port:py25-distribute
Modified: trunk/dports/devel/protobuf-python26/Portfile
===================================================================
--- trunk/dports/devel/protobuf-python26/Portfile 2010-06-09 17:53:09 UTC (rev 68665)
+++ trunk/dports/devel/protobuf-python26/Portfile 2010-06-09 18:59:57 UTC (rev 68666)
@@ -38,6 +38,12 @@
platforms darwin
+if {[info exists supported_archs]} {
+ supported_archs noarch
+} else {
+ universal_variant no
+}
+
depends_lib port:protobuf-cpp \
port:py26-distribute
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100609/177780a0/attachment.html>
More information about the macports-changes
mailing list