[33133] trunk/dports

raimue at macports.org raimue at macports.org
Fri Jan 18 12:48:28 PST 2008


Revision: 33133
          http://trac.macosforge.org/projects/macports/changeset/33133
Author:   raimue at macports.org
Date:     2008-01-18 12:48:27 -0800 (Fri, 18 Jan 2008)

Log Message:
-----------
Move select file for python24 to python24 port

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

Added Paths:
-----------
    trunk/dports/lang/python24/files/python24

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

Modified: trunk/dports/lang/python24/Portfile
===================================================================
--- trunk/dports/lang/python24/Portfile	2008-01-18 20:43:28 UTC (rev 33132)
+++ trunk/dports/lang/python24/Portfile	2008-01-18 20:48:27 UTC (rev 33133)
@@ -4,7 +4,7 @@
 
 name            python24
 version         2.4.4
-revision        1
+revision        2
 set major_version   2
 set minor_version   4
 categories      lang
@@ -98,6 +98,10 @@
         file delete ${destroot}${prefix}/bin/pydoc
         file delete ${destroot}${prefix}/bin/smtpd.py
         file rename ${destroot}${prefix}/share/man/man1/python.1 ${destroot}${prefix}/share/man/man1/python2.4.1
+
+        # install select file for python_select
+        xinstall -m 755 -d ${destroot}${prefix}/etc/select/python
+        xinstall -m 644 ${filespath}/python24 ${destroot}${prefix}/etc/select/python/
     }
 }
 

Copied: trunk/dports/lang/python24/files/python24 (from rev 33127, trunk/dports/sysutils/python_select/files/python24)
===================================================================
--- trunk/dports/lang/python24/files/python24	                        (rev 0)
+++ trunk/dports/lang/python24/files/python24	2008-01-18 20:48:27 UTC (rev 33133)
@@ -0,0 +1,8 @@
+bin/python2.4
+bin/pythonw2.4
+-
+bin/idle2.4
+bin/pydoc2.4
+bin/smtpd2.4.py
+-
+share/man/man1/python2.4.1.gz

Modified: trunk/dports/sysutils/python_select/Portfile
===================================================================
--- trunk/dports/sysutils/python_select/Portfile	2008-01-18 20:43:28 UTC (rev 33132)
+++ trunk/dports/sysutils/python_select/Portfile	2008-01-18 20:48:27 UTC (rev 33133)
@@ -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 python24 python25 ${destroot}${prefix}/etc/select/python
+    xinstall -m 644 -W ${filespath} base python23 python25 ${destroot}${prefix}/etc/select/python
 }
 
 platform darwin 7 {

Deleted: trunk/dports/sysutils/python_select/files/python24
===================================================================
--- trunk/dports/sysutils/python_select/files/python24	2008-01-18 20:43:28 UTC (rev 33132)
+++ trunk/dports/sysutils/python_select/files/python24	2008-01-18 20:48:27 UTC (rev 33133)
@@ -1,8 +0,0 @@
-bin/python2.4
-bin/pythonw2.4
--
-bin/idle2.4
-bin/pydoc2.4
-bin/smtpd2.4.py
--
-share/man/man1/python2.4.1.gz

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


More information about the macports-changes mailing list