Ticket #54957: cx_Freeze_portfile_update.patch
File cx_Freeze_portfile_update.patch, 1.2 KB (added by kandrew (Andrii Kryzhyk), 7 years ago) |
---|
-
Portfile
old new 4 4 PortGroup python 1.0 5 5 6 6 name py-cx_Freeze 7 version 4.3.17 version 5.0.2 8 8 categories-append devel 9 9 platforms darwin 10 10 universal_variant no … … 18 18 and should work on any platform that Python itself works on. 19 19 homepage https://anthony-tuininga.github.io/cx_Freeze/ 20 20 21 master_sites sourceforge:cx-freeze21 master_sites pypi:c/cx_Freeze 22 22 distname cx_Freeze-${version} 23 checksums rmd160 746c673c2f3e5c6ff5fa50874f898be9d288ae17\24 sha256 11f8818ab4e1754c81c1226ce3430f29e6ba231a22a153ce3794a5cc464fa11b23 checksums rmd160 bf969fb2ad526aa15d5be90d0875bd5d51fd3ce8 \ 24 sha256 253466f0acde1661d67aead4fe2493ffd496e0b17b63baf95e06d0f28b4c7d7d 25 25 26 python.versions 27 3 426 python.versions 27 36 27 27 28 28 if {${name} ne ${subport}} { 29 29 livecheck.type none