[127287] trunk/dports/audio/ices0/Portfile

larryv at macports.org larryv at macports.org
Fri Oct 24 15:37:09 PDT 2014


Revision: 127287
          https://trac.macports.org/changeset/127287
Author:   larryv at macports.org
Date:     2014-10-24 15:37:09 -0700 (Fri, 24 Oct 2014)
Log Message:
-----------
ices0: Switch from Python 2.5 to 2.7

Modified Paths:
--------------
    trunk/dports/audio/ices0/Portfile

Modified: trunk/dports/audio/ices0/Portfile
===================================================================
--- trunk/dports/audio/ices0/Portfile	2014-10-24 22:37:07 UTC (rev 127286)
+++ trunk/dports/audio/ices0/Portfile	2014-10-24 22:37:09 UTC (rev 127287)
@@ -4,7 +4,7 @@
 
 name             ices0
 version          0.4
-revision         1
+revision         2
 categories       audio net
 license          GPL-2+
 maintainers      nomaintainer
@@ -42,8 +42,8 @@
 
 variant	python description {Enable Python support} {
 		configure.args-delete --without-python
-		configure.args-append --with-python=${prefix}/bin/python2.5
-		depends_lib-append		port:python25
+		configure.args-append --with-python=${prefix}/bin/python2.7
+		depends_lib-append		port:python27
 }
 
 variant	perl description {Enable Perl support} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141024/9a61601e/attachment.html>


More information about the macports-changes mailing list