[91638] trunk/dports/lang

ryandesign at macports.org ryandesign at macports.org
Fri Apr 6 19:08:57 PDT 2012


Revision: 91638
          https://trac.macports.org/changeset/91638
Author:   ryandesign at macports.org
Date:     2012-04-06 19:08:56 -0700 (Fri, 06 Apr 2012)
Log Message:
-----------
python*: fix notes

Modified Paths:
--------------
    trunk/dports/lang/python24/Portfile
    trunk/dports/lang/python25/Portfile
    trunk/dports/lang/python26/Portfile
    trunk/dports/lang/python27/Portfile
    trunk/dports/lang/python31/Portfile
    trunk/dports/lang/python32/Portfile
    trunk/dports/lang/python33/Portfile

Modified: trunk/dports/lang/python24/Portfile
===================================================================
--- trunk/dports/lang/python24/Portfile	2012-04-07 02:05:55 UTC (rev 91637)
+++ trunk/dports/lang/python24/Portfile	2012-04-07 02:08:56 UTC (rev 91638)
@@ -153,11 +153,13 @@
     }
 }
 
-notes \
-"To make python ${branch} the default (i.e. the version you get when you run
+notes "
+To make python ${branch} the default (i.e. the version you get when you run\
 'python'), please run:
-    \tsudo port select --set ${select.group} [file tail ${select.file}]"
 
+sudo port select --set ${select.group} [file tail ${select.file}]
+"
+
 platform darwin {
     post-configure {
         # See http://trac.macports.org/ticket/18376

Modified: trunk/dports/lang/python25/Portfile
===================================================================
--- trunk/dports/lang/python25/Portfile	2012-04-07 02:05:55 UTC (rev 91637)
+++ trunk/dports/lang/python25/Portfile	2012-04-07 02:08:56 UTC (rev 91638)
@@ -96,11 +96,13 @@
 select.group            python
 select.file             ${filespath}/python[string map {. {}} ${branch}]
 
-notes \
-"To make python ${branch} the default (i.e. the version you get when you run
+notes "
+To make python ${branch} the default (i.e. the version you get when you run\
 'python'), please run:
-    \tsudo port select --set ${select.group} [file tail ${select.file}]"
 
+sudo port select --set ${select.group} [file tail ${select.file}]
+"
+
 platform macosx {
 post-destroot {
 

Modified: trunk/dports/lang/python26/Portfile
===================================================================
--- trunk/dports/lang/python26/Portfile	2012-04-07 02:05:55 UTC (rev 91637)
+++ trunk/dports/lang/python26/Portfile	2012-04-07 02:08:56 UTC (rev 91638)
@@ -96,11 +96,13 @@
 select.group            python
 select.file             ${filespath}/python[string map {. {}} ${branch}]
 
-notes \
-"To make python ${branch} the default (i.e. the version you get when you run
+notes "
+To make python ${branch} the default (i.e. the version you get when you run\
 'python'), please run:
-    \tsudo port select --set ${select.group} [file tail ${select.file}]"
 
+sudo port select --set ${select.group} [file tail ${select.file}]
+"
+
 post-destroot {
    set framewpath ${frameworks_dir}/Python.framework
    set framewdir  ${framewpath}/Versions/${branch}

Modified: trunk/dports/lang/python27/Portfile
===================================================================
--- trunk/dports/lang/python27/Portfile	2012-04-07 02:05:55 UTC (rev 91637)
+++ trunk/dports/lang/python27/Portfile	2012-04-07 02:08:56 UTC (rev 91638)
@@ -95,11 +95,13 @@
 select.group        python
 select.file         ${filespath}/python[string map {. {}} ${branch}]
 
-notes \
-"To make python ${branch} the default (i.e. the version you get when you run
+notes "
+To make python ${branch} the default (i.e. the version you get when you run\
 'python'), please run:
-    \tsudo port select --set ${select.group} [file tail ${select.file}]"
 
+sudo port select --set ${select.group} [file tail ${select.file}]
+"
+
 post-destroot {
     set framewpath ${frameworks_dir}/Python.framework
     set framewdir  ${framewpath}/Versions/${branch}

Modified: trunk/dports/lang/python31/Portfile
===================================================================
--- trunk/dports/lang/python31/Portfile	2012-04-07 02:05:55 UTC (rev 91637)
+++ trunk/dports/lang/python31/Portfile	2012-04-07 02:08:56 UTC (rev 91638)
@@ -85,11 +85,13 @@
 select.group            python
 select.file             ${filespath}/python[string map {. {}} ${branch}]
 
-notes \
-"To make python ${branch} the default (i.e. the version you get when you run
+notes "
+To make python ${branch} the default (i.e. the version you get when you run\
 'python'), please run:
-    \tsudo port select --set ${select.group} [file tail ${select.file}]"
 
+sudo port select --set ${select.group} [file tail ${select.file}]
+"
+
 post-destroot {
    set framewpath ${frameworks_dir}/Python.framework
    set framewdir  ${framewpath}/Versions/${branch}

Modified: trunk/dports/lang/python32/Portfile
===================================================================
--- trunk/dports/lang/python32/Portfile	2012-04-07 02:05:55 UTC (rev 91637)
+++ trunk/dports/lang/python32/Portfile	2012-04-07 02:08:56 UTC (rev 91638)
@@ -83,11 +83,13 @@
 select.file             ${filespath}/python[string map {. {}} ${branch}]
 set confdir config-${branch}m
 
-notes \
-"To make python ${branch} the default (i.e. the version you get when you run
+notes "
+To make python ${branch} the default (i.e. the version you get when you run\
 'python'), please run:
-    \tsudo port select --set ${select.group} [file tail ${select.file}]"
 
+sudo port select --set ${select.group} [file tail ${select.file}]
+"
+
 post-destroot {
    set framewpath ${frameworks_dir}/Python.framework
    set framewdir  ${framewpath}/Versions/${branch}

Modified: trunk/dports/lang/python33/Portfile
===================================================================
--- trunk/dports/lang/python33/Portfile	2012-04-07 02:05:55 UTC (rev 91637)
+++ trunk/dports/lang/python33/Portfile	2012-04-07 02:08:56 UTC (rev 91638)
@@ -82,11 +82,13 @@
 select.file             ${filespath}/python[string map {. {}} ${branch}]
 set confdir config-${branch}m
 
-notes \
-"To make python ${branch} the default (i.e. the version you get when you run
+notes "
+To make python ${branch} the default (i.e. the version you get when you run\
 'python'), please run:
-    \tsudo port select --set ${select.group} [file tail ${select.file}]"
 
+sudo port select --set ${select.group} [file tail ${select.file}]
+"
+
 post-destroot {
    set framewpath ${frameworks_dir}/Python.framework
    set framewdir  ${framewpath}/Versions/${branch}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120406/49743659/attachment.html>


More information about the macports-changes mailing list