Ticket #56863: Portfile.diff

File Portfile.diff, 1.2 KB (added by josephsacco, 6 years ago)

Portfile diff

  • (a) Portfile- vs. (b) Portfile

    a b  
    44PortGroup           python 1.0
    55
    66name                py-enchant
    7 version             1.6.6
     7version             2.0.0
    88revision            1
    99categories-append   textproc
    1010license             LGPL-2.1+
     
    2020master_sites        pypi:p/pyenchant/
    2121distname            pyenchant-${version}
    2222
    23 checksums           md5     9f5acfd87d04432bf8df5f9710a17358 \
    24                     rmd160  1032e5f5da257211c69705f1468bb00b864a287b \
    25                     sha256  25c9d2667d512f8fc4410465fdd2e868377ca07eb3d56e2b6e534a86281d64d3
     23checksums           md5     c224ea53e119b04116d5301e5027051c \
     24                    rmd160  418e2f231f11f4b7c23ab5e2217ad4971c407560 \
     25                    sha256  fc31cda72ace001da8fe5d42f11c26e514a91fa8c70468739216ddd8de64e2a0 \
     26                    size    64022
    2627
    27 
    28 python.versions     27 34 35 36
     28python.versions     27 34 35 36 37
    2929
    3030if {${name} ne ${subport}} {
    31     depends_lib-append      port:py${python.version}-setuptools port:enchant
     31    depends_lib-append      port:py${python.version}-setuptools port:enchant2
    3232
    3333    patchfiles              patch-enchant-_enchant.py.diff
    3434