[37529] branches/python-frameworks/dports/lang

raimue at macports.org raimue at macports.org
Wed Jun 11 08:32:13 PDT 2008


Revision: 37529
          http://trac.macosforge.org/projects/macports/changeset/37529
Author:   raimue at macports.org
Date:     2008-06-11 08:32:11 -0700 (Wed, 11 Jun 2008)

Log Message:
-----------
lang/python{24,25,30}:
Correct a symlink inside the framework directory pointing into the destroot

Modified Paths:
--------------
    branches/python-frameworks/dports/lang/python24/Portfile
    branches/python-frameworks/dports/lang/python25/Portfile
    branches/python-frameworks/dports/lang/python30/Portfile

Modified: branches/python-frameworks/dports/lang/python24/Portfile
===================================================================
--- branches/python-frameworks/dports/lang/python24/Portfile	2008-06-11 14:20:52 UTC (rev 37528)
+++ branches/python-frameworks/dports/lang/python24/Portfile	2008-06-11 15:32:11 UTC (rev 37529)
@@ -89,7 +89,7 @@
         }
         foreach bin [list python${branch} pythonw${branch} idle${branch} pydoc${branch} smtpd${branch}.py] {
             file rename -force ${destroot}${framewdir}/bin/${bin} ${destroot}${prefix}/bin
-            ln -s ${destroot}${prefix}/bin/${bin} ${destroot}${framewdir}/bin/${bin}
+            ln -s ${prefix}/bin/${bin} ${destroot}${framewdir}/bin/${bin}
         }
 
         foreach dir { Headers Resources Python Versions/Current } {

Modified: branches/python-frameworks/dports/lang/python25/Portfile
===================================================================
--- branches/python-frameworks/dports/lang/python25/Portfile	2008-06-11 14:20:52 UTC (rev 37528)
+++ branches/python-frameworks/dports/lang/python25/Portfile	2008-06-11 15:32:11 UTC (rev 37529)
@@ -87,7 +87,7 @@
         }
         foreach bin [list python${branch} pythonw${branch} idle${branch} pydoc${branch} smtpd${branch}.py python${branch}-config] {
             file rename -force ${destroot}${framewdir}/bin/${bin} ${destroot}${prefix}/bin
-            ln -s ${destroot}${prefix}/bin/${bin} ${destroot}${framewdir}/bin/${bin}
+            ln -s ${prefix}/bin/${bin} ${destroot}${framewdir}/bin/${bin}
         }
 
         foreach dir { Headers Resources Python Versions/Current } {

Modified: branches/python-frameworks/dports/lang/python30/Portfile
===================================================================
--- branches/python-frameworks/dports/lang/python30/Portfile	2008-06-11 14:20:52 UTC (rev 37528)
+++ branches/python-frameworks/dports/lang/python30/Portfile	2008-06-11 15:32:11 UTC (rev 37529)
@@ -67,7 +67,7 @@
         }
         foreach bin [list python${branch} pythonw${branch} idle${branch} pydoc${branch} smtpd${branch}.py python${branch}-config] {
             file rename -force ${destroot}${framewdir}/bin/${bin} ${destroot}${prefix}/bin
-            ln -s ${destroot}${prefix}/bin/${bin} ${destroot}${framewdir}/bin/${bin}
+            ln -s ${prefix}/bin/${bin} ${destroot}${framewdir}/bin/${bin}
         }
 
         foreach dir { Headers Resources Python Versions/Current } {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080611/d97ec8d9/attachment.htm 


More information about the macports-changes mailing list