[131003] trunk/dports/security/libpreludedb/Portfile

larryv at macports.org larryv at macports.org
Sun Jan 4 16:38:19 PST 2015


Revision: 131003
          https://trac.macports.org/changeset/131003
Author:   larryv at macports.org
Date:     2015-01-04 16:38:19 -0800 (Sun, 04 Jan 2015)
Log Message:
-----------
libpreludedb: Replace +python{24,25} with +python27

Modified Paths:
--------------
    trunk/dports/security/libpreludedb/Portfile

Modified: trunk/dports/security/libpreludedb/Portfile
===================================================================
--- trunk/dports/security/libpreludedb/Portfile	2015-01-05 00:38:17 UTC (rev 131002)
+++ trunk/dports/security/libpreludedb/Portfile	2015-01-05 00:38:19 UTC (rev 131003)
@@ -5,6 +5,7 @@
 
 name            libpreludedb
 version         0.9.15.1
+revision        1
 categories      security
 license         GPL-2+
 maintainers     googlemail.com:usx303 \
@@ -45,19 +46,12 @@
 
 default_variants \
                 +sqlite3
-variant python24 conflicts python25 python27 description {python2.4 bindings} {
-        configure.args-delete   --without-python
-        configure.args-append   --with-python=${prefix}/bin/python2.4
-        depends_lib-append port:python24
-}
 
-variant python25 conflicts python24 python27 description {python2.5 bindings} {
-        configure.args-delete   --without-python
-        configure.args-append   --with-python=${prefix}/bin/python2.5
-        depends_lib-append port:python25
-}
+# TODO: Remove after 2016-01-04.
+variant python24 requires python27 description {Legacy variant} {}
+variant python25 requires python27 description {Legacy variant} {}
 
-variant python27 conflicts python24 python25 description {python2.7 bindings} {
+variant python27 description {python2.7 bindings} {
         configure.args-delete   --without-python
         configure.args-append   --with-python=${prefix}/bin/python2.7
         depends_lib-append port:python27
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150104/f8916fd3/attachment.html>


More information about the macports-changes mailing list