[136745] trunk/dports/sysutils/python2_select/Portfile

larryv at macports.org larryv at macports.org
Mon May 25 13:07:19 PDT 2015


Revision: 136745
          https://trac.macports.org/changeset/136745
Author:   larryv at macports.org
Date:     2015-05-25 13:07:19 -0700 (Mon, 25 May 2015)
Log Message:
-----------
python2_select: Actually use `python2` group

Modified Paths:
--------------
    trunk/dports/sysutils/python2_select/Portfile

Modified: trunk/dports/sysutils/python2_select/Portfile
===================================================================
--- trunk/dports/sysutils/python2_select/Portfile	2015-05-25 20:05:31 UTC (rev 136744)
+++ trunk/dports/sysutils/python2_select/Portfile	2015-05-25 20:07:19 UTC (rev 136745)
@@ -6,6 +6,7 @@
 
 name                python2_select
 version             0.0
+revision            1
 categories          sysutils
 platforms           darwin
 supported_archs     noarch
@@ -29,43 +30,43 @@
 #   select.entries  [list python2 python2-$pythonNoDot $pythonNoDot]
 
 # install all files
-select.entries              {python base} \
-                            {python none}
+select.entries              {python2 base} \
+                            {python2 none}
 
 platform darwin 8 {
-    select.entries-append   {python python23-apple}
+    select.entries-append   {python2 python23-apple}
 }
 
 platform darwin 9 {
-    select.entries-append   {python python25-apple}
+    select.entries-append   {python2 python25-apple}
 }
 
 platform darwin 10 {
-    select.entries-append   {python python25-apple} \
-                            {python python26-apple}
+    select.entries-append   {python2 python25-apple} \
+                            {python2 python26-apple}
 }
 
 platform darwin 11 {
-    select.entries-append   {python python25-apple} \
-                            {python python26-apple} \
-                            {python python27-apple}
+    select.entries-append   {python2 python25-apple} \
+                            {python2 python26-apple} \
+                            {python2 python27-apple}
 }
 
 platform darwin 12 {
-    select.entries-append   {python python25-apple.mtln python25-apple} \
-                            {python python26-apple.mtln python26-apple} \
-                            {python python27-apple.mtln python27-apple}
+    select.entries-append   {python2 python25-apple.mtln python25-apple} \
+                            {python2 python26-apple.mtln python26-apple} \
+                            {python2 python27-apple.mtln python27-apple}
 }
 
 platform darwin 13 {
-    select.entries-append   {python python25-apple.mtln python25-apple} \
-                            {python python26-apple.mtln python26-apple} \
-                            {python python27-apple.mtln python27-apple}
+    select.entries-append   {python2 python25-apple.mtln python25-apple} \
+                            {python2 python26-apple.mtln python26-apple} \
+                            {python2 python27-apple.mtln python27-apple}
 }
 
 platform darwin 14 {
-    select.entries-append   {python python26-apple.mtln python26-apple} \
-                            {python python27-apple.mtln python27-apple}
+    select.entries-append   {python2 python26-apple.mtln python26-apple} \
+                            {python2 python27-apple.mtln python27-apple}
 }
 
 livecheck.type     none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150525/b5411da3/attachment.html>


More information about the macports-changes mailing list