Revision: 98396 http://trac.macports.org//changeset/98396 Author: adfernandes@macports.org Date: 2012-10-04 09:52:58 -0700 (Thu, 04 Oct 2012) Log Message: ----------- x11/{xorg-libxcb,xorg-xcb-proto}: add python33 variants Modified Paths: -------------- trunk/dports/x11/xorg-libxcb/Portfile trunk/dports/x11/xorg-xcb-proto/Portfile Modified: trunk/dports/x11/xorg-libxcb/Portfile =================================================================== --- trunk/dports/x11/xorg-libxcb/Portfile 2012-10-04 16:39:53 UTC (rev 98395) +++ trunk/dports/x11/xorg-libxcb/Portfile 2012-10-04 16:52:58 UTC (rev 98396) @@ -51,32 +51,37 @@ DOXYGEN="${prefix}/bin/doxygen" } -variant python25 conflicts python26 python27 python31 python32 description {Use python 2.5} { +variant python25 conflicts python26 python27 python31 python32 python33 description {Use python 2.5} { depends_run-append port:python25 configure.python ${prefix}/bin/python2.5 } -variant python26 conflicts python25 python27 python31 python32 description {Use python 2.6} { +variant python26 conflicts python25 python27 python31 python32 python33 description {Use python 2.6} { depends_run-append port:python26 configure.python ${prefix}/bin/python2.6 } -variant python27 conflicts python25 python26 python31 python32 description {Use python 2.7} { +variant python27 conflicts python25 python26 python31 python32 python33 description {Use python 2.7} { depends_run-append port:python27 configure.python ${prefix}/bin/python2.7 } -variant python31 conflicts python25 python26 python27 python32 description {Use python 3.1} { +variant python31 conflicts python25 python26 python27 python32 python33 description {Use python 3.1} { depends_run-append port:python31 configure.python ${prefix}/bin/python3.1 } -variant python32 conflicts python25 python26 python27 python31 description {Use python 3.2} { +variant python32 conflicts python25 python26 python27 python31 python33 description {Use python 3.2} { depends_run-append port:python32 configure.python ${prefix}/bin/python3.2 } -if {![variant_isset python25] && ![variant_isset python26] && ![variant_isset python31] && ![variant_isset python32]} { +variant python33 conflicts python25 python26 python27 python31 python32 description {Use python 3.3} { + depends_run-append port:python33 + configure.python ${prefix}/bin/python3.3 +} + +if {![variant_isset python25] && ![variant_isset python26] && ![variant_isset python31] && ![variant_isset python32] && ![variant_isset python33]} { default_variants +python27 } Modified: trunk/dports/x11/xorg-xcb-proto/Portfile =================================================================== --- trunk/dports/x11/xorg-xcb-proto/Portfile 2012-10-04 16:39:53 UTC (rev 98395) +++ trunk/dports/x11/xorg-xcb-proto/Portfile 2012-10-04 16:52:58 UTC (rev 98396) @@ -25,32 +25,37 @@ patchfiles 0001-xcbgen-Address-API-incompatability-between-xcb-proto.patch patch.pre_args -p1 -variant python25 conflicts python26 python27 python31 python32 description {Use python 2.5} { +variant python25 conflicts python26 python27 python31 python32 python33 description {Use python 2.5} { depends_run-append port:python25 configure.python ${prefix}/bin/python2.5 } -variant python26 conflicts python25 python27 python31 python32 description {Use python 2.6} { +variant python26 conflicts python25 python27 python31 python32 python33 description {Use python 2.6} { depends_run-append port:python26 configure.python ${prefix}/bin/python2.6 } -variant python27 conflicts python25 python26 python31 python32 description {Use python 2.7} { +variant python27 conflicts python25 python26 python31 python32 python33 description {Use python 2.7} { depends_run-append port:python27 configure.python ${prefix}/bin/python2.7 } -variant python31 conflicts python25 python26 python27 python32 description {Use python 3.1} { +variant python31 conflicts python25 python26 python27 python32 python33 description {Use python 3.1} { depends_run-append port:python31 configure.python ${prefix}/bin/python3.1 } -variant python32 conflicts python25 python26 python27 python31 description {Use python 3.2} { +variant python32 conflicts python25 python26 python27 python31 python33 description {Use python 3.2} { depends_run-append port:python32 configure.python ${prefix}/bin/python3.2 } -if {![variant_isset python25] && ![variant_isset python26] && ![variant_isset python31] && ![variant_isset python32]} { +variant python33 conflicts python25 python26 python27 python31 python32 description {Use python 3.3} { + depends_run-append port:python32 + configure.python ${prefix}/bin/python3.2 +} + +if {![variant_isset python25] && ![variant_isset python26] && ![variant_isset python31] && ![variant_isset python32] && ![variant_isset python33]} { default_variants +python27 }
participants (1)
-
adfernandes@macports.org