[101499] trunk/dports/devel/coccinelle/Portfile

g5pw at macports.org g5pw at macports.org
Fri Jan 11 15:43:53 PST 2013


Revision: 101499
          https://trac.macports.org/changeset/101499
Author:   g5pw at macports.org
Date:     2013-01-11 15:43:53 -0800 (Fri, 11 Jan 2013)
Log Message:
-----------
devel/coccinelle:
  add python33 variant

Modified Paths:
--------------
    trunk/dports/devel/coccinelle/Portfile

Modified: trunk/dports/devel/coccinelle/Portfile
===================================================================
--- trunk/dports/devel/coccinelle/Portfile	2013-01-11 22:43:45 UTC (rev 101498)
+++ trunk/dports/devel/coccinelle/Portfile	2013-01-11 23:43:53 UTC (rev 101499)
@@ -35,34 +35,41 @@
 # Build optimized version only
 # build.target        opt-only
                     
-variant python26 conflicts python32 python31 python27 description {Build with python 2.6 support} {
+variant python26 conflicts python33 python32 python31 python27 description {Build with python 2.6 support} {
     set mypydir ${frameworks_dir}/Python.framework/Versions/2.6
     configure.args-delete   --without-python
     configure.args-append   --with-python=${mypydir}/bin/python
     depends_lib-append      port:python26
 }
 
-variant python27 conflicts python32 python31 python26 description {Build with python 2.7 support} {
+variant python27 conflicts python33 python32 python31 python26 description {Build with python 2.7 support} {
     set mypydir ${frameworks_dir}/Python.framework/Versions/2.7
     configure.args-delete   --without-python
     configure.args-append   --with-python=${mypydir}/bin/python
     depends_lib-append      port:python27
 }
 
-variant python31 conflicts python32 python27 python26 description {Build with python 3.1 support} {
+variant python31 conflicts python33 python32 python27 python26 description {Build with python 3.1 support} {
     set mypydir ${frameworks_dir}/Python.framework/Versions/3.1
     configure.args-delete   --without-python
     configure.args-append   --with-python=${mypydir}/bin/python3
     depends_lib-append      port:python31
 }
 
-variant python32 conflicts python31 python27 python26 description {Build with python 3.2 support} {
+variant python32 conflicts python33 python31 python27 python26 description {Build with python 3.2 support} {
     set mypydir ${frameworks_dir}/Python.framework/Versions/3.2
     configure.args-delete   --without-python
     configure.args-append   --with-python=${mypydir}/bin/python3
     depends_lib-append      port:python32
 }
 
+variant python33 conflicts python32 python31 python27 python26 description {Build with python 3.3 support} {
+    set mypydir ${frameworks_dir}/Python.framework/Versions/3.3
+    configure.args-delete   --without-python
+    configure.args-append   --with-python=${mypydir}/bin/python3
+    depends_lib-append      port:python33
+}
+
 livecheck.type      regex
 livecheck.url       ${homepage}/download.php
 livecheck.regex     "Current version: (\\d+\\.\\d+\\.\\d+(-rc\\d+)?)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130111/1135fd45/attachment.html>


More information about the macports-changes mailing list