[101883] trunk/dports/_resources/port1.0/group

jmr at macports.org jmr at macports.org
Sun Jan 20 14:13:39 PST 2013


Revision: 101883
          https://trac.macports.org/changeset/101883
Author:   jmr at macports.org
Date:     2013-01-20 14:13:39 -0800 (Sun, 20 Jan 2013)
Log Message:
-----------
add comments indicating deprecation of version-specific python portgroups

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/python24-1.0.tcl
    trunk/dports/_resources/port1.0/group/python25-1.0.tcl
    trunk/dports/_resources/port1.0/group/python26-1.0.tcl
    trunk/dports/_resources/port1.0/group/python27-1.0.tcl
    trunk/dports/_resources/port1.0/group/python31-1.0.tcl
    trunk/dports/_resources/port1.0/group/python32-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/python24-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/python24-1.0.tcl	2013-01-20 21:38:30 UTC (rev 101882)
+++ trunk/dports/_resources/port1.0/group/python24-1.0.tcl	2013-01-20 22:13:39 UTC (rev 101883)
@@ -32,6 +32,10 @@
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 
+# This PortGroup is DEPRECATED. Please do not use for new development.
+# Please switch existing ports using this to 'PortGroup python 1.0' (which
+# supports multiple python versions) at your earliest convenience.
+
 set python.branch	2.4
 set python.bin		${prefix}/bin/python${python.branch}
 set python.lib		${prefix}/lib/libpython${python.branch}.dylib

Modified: trunk/dports/_resources/port1.0/group/python25-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/python25-1.0.tcl	2013-01-20 21:38:30 UTC (rev 101882)
+++ trunk/dports/_resources/port1.0/group/python25-1.0.tcl	2013-01-20 22:13:39 UTC (rev 101883)
@@ -32,6 +32,10 @@
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 
+# This PortGroup is DEPRECATED. Please do not use for new development.
+# Please switch existing ports using this to 'PortGroup python 1.0' (which
+# supports multiple python versions) at your earliest convenience.
+
 set python.branch	2.5
 set python.bin		${prefix}/bin/python${python.branch}
 set python.lib		${prefix}/lib/libpython${python.branch}.dylib

Modified: trunk/dports/_resources/port1.0/group/python26-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/python26-1.0.tcl	2013-01-20 21:38:30 UTC (rev 101882)
+++ trunk/dports/_resources/port1.0/group/python26-1.0.tcl	2013-01-20 22:13:39 UTC (rev 101883)
@@ -32,6 +32,10 @@
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 
+# This PortGroup is DEPRECATED. Please do not use for new development.
+# Please switch existing ports using this to 'PortGroup python 1.0' (which
+# supports multiple python versions) at your earliest convenience.
+
 set python.branch	2.6
 set python.prefix	${frameworks_dir}/Python.framework/Versions/${python.branch}
 set python.bin		${python.prefix}/bin/python${python.branch}

Modified: trunk/dports/_resources/port1.0/group/python27-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/python27-1.0.tcl	2013-01-20 21:38:30 UTC (rev 101882)
+++ trunk/dports/_resources/port1.0/group/python27-1.0.tcl	2013-01-20 22:13:39 UTC (rev 101883)
@@ -32,6 +32,10 @@
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 
+# This PortGroup is DEPRECATED. Please do not use for new development.
+# Please switch existing ports using this to 'PortGroup python 1.0' (which
+# supports multiple python versions) at your earliest convenience.
+
 set python.branch	2.7
 set python.prefix	${frameworks_dir}/Python.framework/Versions/${python.branch}
 set python.bin		${python.prefix}/bin/python${python.branch}

Modified: trunk/dports/_resources/port1.0/group/python31-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/python31-1.0.tcl	2013-01-20 21:38:30 UTC (rev 101882)
+++ trunk/dports/_resources/port1.0/group/python31-1.0.tcl	2013-01-20 22:13:39 UTC (rev 101883)
@@ -32,6 +32,10 @@
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 
+# This PortGroup is DEPRECATED. Please do not use for new development.
+# Please switch existing ports using this to 'PortGroup python 1.0' (which
+# supports multiple python versions) at your earliest convenience.
+
 set python.branch	3.1
 set python.prefix	${frameworks_dir}/Python.framework/Versions/${python.branch}
 set python.bin		${python.prefix}/bin/python${python.branch}

Modified: trunk/dports/_resources/port1.0/group/python32-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/python32-1.0.tcl	2013-01-20 21:38:30 UTC (rev 101882)
+++ trunk/dports/_resources/port1.0/group/python32-1.0.tcl	2013-01-20 22:13:39 UTC (rev 101883)
@@ -32,6 +32,10 @@
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 
+# This PortGroup is DEPRECATED. Please do not use for new development.
+# Please switch existing ports using this to 'PortGroup python 1.0' (which
+# supports multiple python versions) at your earliest convenience.
+
 set python.branch	3.2
 set python.prefix	${frameworks_dir}/Python.framework/Versions/${python.branch}
 set python.bin		${python.prefix}/bin/python${python.branch}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130120/d6fd1a37/attachment.html>


More information about the macports-changes mailing list