[113765] trunk/dports/audio/aubio/Portfile

sean at macports.org sean at macports.org
Sat Nov 23 08:38:55 PST 2013


Revision: 113765
          https://trac.macports.org/changeset/113765
Author:   sean at macports.org
Date:     2013-11-23 08:38:55 -0800 (Sat, 23 Nov 2013)
Log Message:
-----------
aubio: remove python25 variant py-gnuplot bump

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

Modified: trunk/dports/audio/aubio/Portfile
===================================================================
--- trunk/dports/audio/aubio/Portfile	2013-11-23 16:38:52 UTC (rev 113764)
+++ trunk/dports/audio/aubio/Portfile	2013-11-23 16:38:55 UTC (rev 113765)
@@ -5,7 +5,7 @@
 
 name                    aubio
 version                 0.3.2
-revision                3
+revision                4
 license                 GPL-2
 categories              audio
 maintainers             devans openmaintainer
@@ -45,17 +45,6 @@
     depends_lib-append      port:jack
 }
 
-variant python25 conflicts python26 description {Build bindings for Python 2.5 and Gnuplot} {
-    configure.python        ${prefix}/bin/python2.5
-    depends_lib-append      port:py25-numarray \
-                            port:swig-python
-    depends_run-append      port:py25-gnuplot
-    post-patch {
-        reinplace "s| -Wno-long-double||g" ${worksrcpath}/configure
-        reinplace "s|__MP_PYTHON_INCLUDE_PREFIX__|${prefix}|" ${worksrcpath}/python/aubio/Makefile.in
-    }
-}
-
 variant python26 conflicts python25 description {Build bindings for Python 2.6 and Gnuplot} {
     configure.python        ${prefix}/bin/python2.6
     depends_lib-append      port:py26-numarray \
@@ -67,9 +56,7 @@
     }
 }
 
-if {![variant_isset python25]} {
-    default_variants +python26
-}
+default_variants +python26
 
 livecheck.type  regex
 livecheck.url   ${master_sites}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131123/9fc51412/attachment.html>


More information about the macports-changes mailing list