Ticket #44288: python27-Portfile.diff
File python27-Portfile.diff, 781 bytes (added by mbrethen, 10 years ago) |
---|
-
Portfile
old new 8 8 epoch 2 9 9 # Remember to keep py27-tkinter and py27-gdbm's versions sync'd with this 10 10 version 2.7.8 11 11 revision 1 12 12 set major [lindex [split $version .] 0] 13 13 set branch [join [lrange [split ${version} .] 0 1] .] 14 14 categories lang … … 36 36 patch-Lib-cgi.py.diff \ 37 37 patch-Lib-ctypes-macholib-dyld.py.diff \ 38 38 patch-configure.diff \ 39 patch-libedit.diff 39 patch-libedit.diff \ 40 patch-Include-pyport.h.diff 40 41 41 42 depends_lib port:gettext \ 42 43 port:zlib \