[131576] trunk/dports/www/redland-bindings/Portfile

larryv at macports.org larryv at macports.org
Wed Jan 14 16:02:23 PST 2015


Revision: 131576
          https://trac.macports.org/changeset/131576
Author:   larryv at macports.org
Date:     2015-01-14 16:02:23 -0800 (Wed, 14 Jan 2015)
Log Message:
-----------
redland-bindings: Retire +python{24,25} (#46390)

Modified Paths:
--------------
    trunk/dports/www/redland-bindings/Portfile

Modified: trunk/dports/www/redland-bindings/Portfile
===================================================================
--- trunk/dports/www/redland-bindings/Portfile	2015-01-14 22:28:09 UTC (rev 131575)
+++ trunk/dports/www/redland-bindings/Portfile	2015-01-15 00:02:23 UTC (rev 131576)
@@ -4,6 +4,7 @@
 
 name                redland-bindings
 version             1.0.16.1
+revision            1
 description         Redland RDF Language Bindings
 long_description    Redland is a set of free software libraries that provide \
                     support for the Resource Description Framework (RDF). \
@@ -47,22 +48,16 @@
 	depends_lib-append path:bin/php:php5
 }
 
-variant python24 conflicts python25 python26 python27 {
-	configure.args-append --with-python --with-python-ldflags="-Wl,-F. -Wl,-F. -bundle ${prefix}/Library/Frameworks/Python.framework/Versions/2.4/Python"
-	depends_lib-append port:python24
-}
+# TODO: Remove after 2016-01-04.
+variant python24 requires python27 description {Legacy variant} {}
+variant python25 requires python27 description {Legacy variant} {}
 
-variant python25 conflicts python24 python26 python27 {
-	configure.args-append --with-python --with-python-ldflags="-Wl,-F. -Wl,-F. -bundle ${prefix}/Library/Frameworks/Python.framework/Versions/2.5/Python"
-	depends_lib-append port:python25
-}
-
-variant python26 conflicts python24 python25 python27 {
+variant python26 conflicts python27 {
 	configure.args-append --with-python --with-python-ldflags="-Wl,-F. -Wl,-F. -bundle ${prefix}/Library/Frameworks/Python.framework/Versions/2.6/Python"
 	depends_lib-append port:python26
 }
 
-variant python27 conflicts python24 python25 python26 {
+variant python27 conflicts python26 {
 	configure.args-append --with-python --with-python-ldflags="-Wl,-F. -Wl,-F. -bundle ${prefix}/Library/Frameworks/Python.framework/Versions/2.7/Python"
 	depends_lib-append port:python27
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150114/3b4c63d6/attachment.html>


More information about the macports-changes mailing list