[118159] trunk/dports/lang/python34/Portfile
jwa at macports.org
jwa at macports.org
Sun Mar 23 23:12:35 PDT 2014
Revision: 118159
https://trac.macports.org/changeset/118159
Author: jwa at macports.org
Date: 2014-03-23 23:12:35 -0700 (Sun, 23 Mar 2014)
Log Message:
-----------
python34: drop unversioned files to prevent install collisions, closes #42987
Modified Paths:
--------------
trunk/dports/lang/python34/Portfile
Modified: trunk/dports/lang/python34/Portfile
===================================================================
--- trunk/dports/lang/python34/Portfile 2014-03-24 05:26:37 UTC (rev 118158)
+++ trunk/dports/lang/python34/Portfile 2014-03-24 06:12:35 UTC (rev 118159)
@@ -8,7 +8,7 @@
# Remember to keep py34-tkinter and py34-gdbm's versions sync'd with this
version 3.4.0
-revision 1
+revision 2
# typo in epoch, meant to have 20140105 at the end, wait until May to correct
epoch 20140506
@@ -118,6 +118,9 @@
# remove -arch flags from the config
reinplace -E {s|-arch [a-z0-9_]+||g} \
${destroot}${framewdir}/lib/python${branch}/$confdir/Makefile
+ foreach unversioned {2to3 idle3 pydoc3 python3 python3-config pyvenv} {
+ delete ${destroot}${prefix}/bin/${unversioned}
+ }
}
platform darwin {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140323/5c17cd7f/attachment-0001.html>
More information about the macports-changes
mailing list