Ticket #59358: Portfile.diff

File Portfile.diff, 1.1 KB (added by jwhowarth, 5 years ago)

Portfile diff to add python2_qstring.diff to py-pyqt5

  • Portfile

    old new  
    66name                    py-pyqt5
    77# we the next bump check --allow-sip-warnings if needed
    88version                 5.12.3
    9 revision                0
     9revision                1
    1010categories-append       devel
    1111platforms               darwin
    1212maintainers             {mmoll @mamoll} openmaintainer
     
    5353    PortGroup           qmake5 1.0
    5454
    5555    version             5.12.1
    56     revision            0
     56    revision            1
    5757    description         PyQt5 Webengine bindings
    5858    long_description    ${description}
    5959    master_sites        https://www.riverbankcomputing.com/static/Downloads/PyQtWebEngine/${version}
     
    128128    # (actually, the insistence appears to be on sip using a private module directory;
    129129    # see the online pyqt5 build-from-source instructions).
    130130    patchfiles-append   patch-use-default-sip.diff
     131    patchfiles-append   python2_qstring.diff
    131132
    132133    build.cmd           make
    133134    build.target        all