[74921] trunk/dports/multimedia/libgpod/Portfile

rmstonecipher at macports.org rmstonecipher at macports.org
Fri Jan 7 05:20:03 PST 2011


Revision: 74921
          http://trac.macports.org/changeset/74921
Author:   rmstonecipher at macports.org
Date:     2011-01-07 05:19:56 -0800 (Fri, 07 Jan 2011)
Log Message:
-----------
multimedia/libgpod revised to default to +python27, dropped variant +python25

Modified Paths:
--------------
    trunk/dports/multimedia/libgpod/Portfile

Modified: trunk/dports/multimedia/libgpod/Portfile
===================================================================
--- trunk/dports/multimedia/libgpod/Portfile	2011-01-07 10:20:26 UTC (rev 74920)
+++ trunk/dports/multimedia/libgpod/Portfile	2011-01-07 13:19:56 UTC (rev 74921)
@@ -33,22 +33,22 @@
 configure.ldflags-delete "-L${prefix}/lib"
 configure.cppflags-delete "-I${prefix}/include"
 
-variant python25 conflicts python26 \
-description {Build Bindings for Python 2.5} {}
+variant python27 conflicts python26 \
+description {Build Bindings for Python 2.7} {}
 
-variant python26 conflicts python25 \
+variant python26 conflicts python27 \
 description {Build Bindings for Python 2.6} {}
 
-# default to python26 bindings
-if {![variant_isset python25] && ![variant_isset python26]} {
-    default_variants +python26
+# default to python27 bindings
+if {![variant_isset python27] && ![variant_isset python26]} {
+    default_variants +python27
 }
 
-# allow for -python26 to disable all Python support
+# allow for -python27 to disable all Python support
 
 set python.branch ""
-if {[variant_isset python25]} {
-    set python.branch 2.5
+if {[variant_isset python27]} {
+    set python.branch 2.7
 } elseif {[variant_isset python26]} {
     set python.branch 2.6
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110107/bcbc6863/attachment.html>


More information about the macports-changes mailing list