[34437] trunk/dports

raimue at macports.org raimue at macports.org
Sun Feb 24 12:56:26 PST 2008


Revision: 34437
          http://trac.macosforge.org/projects/macports/changeset/34437
Author:   raimue at macports.org
Date:     2008-02-24 12:56:24 -0800 (Sun, 24 Feb 2008)

Log Message:
-----------
lang/python23, sysutils/python_select:
Move select file into python23 port, see #13985

Modified Paths:
--------------
    trunk/dports/lang/python23/Portfile
    trunk/dports/sysutils/python_select/Portfile

Removed Paths:
-------------
    trunk/dports/sysutils/python_select/files/python23

Modified: trunk/dports/lang/python23/Portfile
===================================================================
--- trunk/dports/lang/python23/Portfile	2008-02-24 20:49:21 UTC (rev 34436)
+++ trunk/dports/lang/python23/Portfile	2008-02-24 20:56:24 UTC (rev 34437)
@@ -41,6 +41,10 @@
 	file rename bin/idle bin/idle2.3
 	reinplace "s|${prefix}/bin/python|${prefix}/bin/python2.3|g" \
 		bin/pydoc2.3 bin/idle2.3
+
+	# install select file for python_select
+	xinstall -m 755 -d ${destroot}${prefix}/etc/select/python
+	xinstall -m 644 ${filespath}/python23 ${destroot}${prefix}/etc/select/python/
 }
 
 variant nothreads {

Modified: trunk/dports/sysutils/python_select/Portfile
===================================================================
--- trunk/dports/sysutils/python_select/Portfile	2008-02-24 20:49:21 UTC (rev 34436)
+++ trunk/dports/sysutils/python_select/Portfile	2008-02-24 20:56:24 UTC (rev 34437)
@@ -4,7 +4,7 @@
 
 name			python_select
 version			0.1
-revision        1
+revision		2
 categories		sysutils
 platforms		darwin
 maintainers		raimue
@@ -23,7 +23,7 @@
 # install all files
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/etc/select/python
-    xinstall -m 644 -W ${filespath} base python23 ${destroot}${prefix}/etc/select/python
+    xinstall -m 644 -W ${filespath} base ${destroot}${prefix}/etc/select/python
 }
 
 platform darwin 7 {

Deleted: trunk/dports/sysutils/python_select/files/python23
===================================================================
--- trunk/dports/sysutils/python_select/files/python23	2008-02-24 20:49:21 UTC (rev 34436)
+++ trunk/dports/sysutils/python_select/files/python23	2008-02-24 20:56:24 UTC (rev 34437)
@@ -1,8 +0,0 @@
-bin/python2.3
--
--
-bin/idle2.3
-bin/pydoc2.3
--
--
-share/man/man1/python2.3.1.gz

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080224/98096570/attachment.html 


More information about the macports-changes mailing list