[133759] trunk/dports/lang/python34/Portfile

mmoll at macports.org mmoll at macports.org
Tue Mar 10 14:21:07 PDT 2015


Revision: 133759
          https://trac.macports.org/changeset/133759
Author:   mmoll at macports.org
Date:     2015-03-10 14:21:07 -0700 (Tue, 10 Mar 2015)
Log Message:
-----------
python34: correctly use patch for default library path

Modified Paths:
--------------
    trunk/dports/lang/python34/Portfile

Modified: trunk/dports/lang/python34/Portfile
===================================================================
--- trunk/dports/lang/python34/Portfile	2015-03-10 20:47:09 UTC (rev 133758)
+++ trunk/dports/lang/python34/Portfile	2015-03-10 21:21:07 UTC (rev 133759)
@@ -8,7 +8,7 @@
 
 # Remember to keep py34-tkinter and py34-gdbm's versions sync'd with this
 version                 3.4.3
-revision                1
+revision                2
 
 epoch                   20150225
 
@@ -62,7 +62,9 @@
 use_parallel_build      yes
 
 post-patch {
-   reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/Lib/cgi.py
+   reinplace "s|@@PREFIX@@|${prefix}|g" \
+       ${worksrcpath}/Lib/cgi.py \
+       ${worksrcpath}/Lib/ctypes/macholib/dyld.py
 
    reinplace "s|/setup.py|/setup.py --no-user-cfg|" ${worksrcpath}/Makefile.pre.in
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150310/ef9dfde5/attachment.html>


More information about the macports-changes mailing list