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 patch to update py-cx_Freeze to newer version

  • Portfile

    old new  
    44PortGroup           python 1.0
    55
    66name                py-cx_Freeze
    7 version             4.3.1
     7version             5.0.2
    88categories-append   devel
    99platforms           darwin
    1010universal_variant   no
     
    1818                    and should work on any platform that Python itself works on.
    1919homepage            https://anthony-tuininga.github.io/cx_Freeze/
    2020
    21 master_sites        sourceforge:cx-freeze
     21master_sites        pypi:c/cx_Freeze
    2222distname            cx_Freeze-${version}
    23 checksums           rmd160  746c673c2f3e5c6ff5fa50874f898be9d288ae17 \
    24                     sha256  11f8818ab4e1754c81c1226ce3430f29e6ba231a22a153ce3794a5cc464fa11b
     23checksums           rmd160  bf969fb2ad526aa15d5be90d0875bd5d51fd3ce8 \
     24                    sha256  253466f0acde1661d67aead4fe2493ffd496e0b17b63baf95e06d0f28b4c7d7d
    2525
    26 python.versions     27 34
     26python.versions     27 36
    2727
    2828if {${name} ne ${subport}} {
    2929    livecheck.type  none