[131001] trunk/dports/security/libprelude/Portfile

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


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

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

Modified: trunk/dports/security/libprelude/Portfile
===================================================================
--- trunk/dports/security/libprelude/Portfile	2015-01-05 00:38:08 UTC (rev 131000)
+++ trunk/dports/security/libprelude/Portfile	2015-01-05 00:38:13 UTC (rev 131001)
@@ -6,7 +6,7 @@
 name            libprelude
 version         1.0.1
 set download_id 241
-revision        1
+revision        2
 categories      security
 license         GPL-2+
 maintainers     googlemail.com:usx303 \
@@ -60,20 +60,12 @@
     delete ${destroot}${prefix}/lib/charset.alias
 }
 
-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
-}
+# TODO: Remove after 2016-01-04.
+variant python24 requires python27 description {Legacy variant} {}
+variant python25 requires python27 description {Legacy variant} {}
 
-variant python25 conflicts python24 python27 description {python2.5 bindings} {
+variant python27 description {python2.7 bindings} {
         configure.args-delete	--without-python
-        configure.args-append	--with-python=${prefix}/bin/python2.5
-        depends_lib-append port:python25
-}
-
-variant python27 conflicts python24 python25 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/aae52ccc/attachment-0001.html>


More information about the macports-changes mailing list