Modified: trunk/dports/lang/python34/Portfile (118158 => 118159)
--- 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 {