[108190] trunk/dports/_resources/port1.0/group/python25-1.0.tcl

jmr at macports.org jmr at macports.org
Mon Jul 15 08:31:03 PDT 2013


Revision: 108190
          https://trac.macports.org/changeset/108190
Author:   jmr at macports.org
Date:     2013-07-15 08:31:03 -0700 (Mon, 15 Jul 2013)
Log Message:
-----------
print deprecation warning in python25 portgroup; no ports in the main tree now use it

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/python25-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/python25-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/python25-1.0.tcl	2013-07-15 15:18:00 UTC (rev 108189)
+++ trunk/dports/_resources/port1.0/group/python25-1.0.tcl	2013-07-15 15:31:03 UTC (rev 108190)
@@ -36,6 +36,12 @@
 # Please switch existing ports using this to 'PortGroup python 1.0' (which
 # supports multiple python versions) at your earliest convenience.
 
+pre-fetch {
+    ui_warn "The $name port is using the deprecated 'python25'\
+PortGroup, which will be disabled in the near future and eventually removed.\
+The maintainer should switch to the 'python' PortGroup."
+}
+
 set python.branch	2.5
 set python.bin		${prefix}/bin/python${python.branch}
 set python.lib		${prefix}/lib/libpython${python.branch}.dylib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130715/3b38191c/attachment.html>


More information about the macports-changes mailing list