Ticket #42987: Portfile.diff

File Portfile.diff, 746 bytes (added by mndavidoff (Monte Davidoff), 10 years ago)
  • Portfile

    old new  
    88
    99# Remember to keep py34-tkinter and py34-gdbm's versions sync'd with this
    1010version                 3.4.0
    11 revision                1
     11revision                2
    1212
    1313# typo in epoch, meant to have 20140105 at the end, wait until May to correct
    1414epoch                   20140506
     
    118118   # remove -arch flags from the config
    119119    reinplace -E {s|-arch [a-z0-9_]+||g} \
    120120       ${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    }
    121125}
    122126
    123127platform darwin {