Ticket #42987: Portfile.diff
File Portfile.diff, 746 bytes (added by mndavidoff (Monte Davidoff), 11 years ago) |
---|
-
Portfile
old new 8 8 9 9 # Remember to keep py34-tkinter and py34-gdbm's versions sync'd with this 10 10 version 3.4.0 11 revision 111 revision 2 12 12 13 13 # typo in epoch, meant to have 20140105 at the end, wait until May to correct 14 14 epoch 20140506 … … 118 118 # remove -arch flags from the config 119 119 reinplace -E {s|-arch [a-z0-9_]+||g} \ 120 120 ${destroot}${framewdir}/lib/python${branch}/$confdir/Makefile 121 122 foreach unversionedFile {2to3 idle3 pydoc3 python3 python3-config pyvenv} { 123 delete ${destroot}${prefix}/bin/${unversionedFile} 124 } 121 125 } 122 126 123 127 platform darwin {