Ticket #59358: Portfile.diff
File Portfile.diff, 1.1 KB (added by jwhowarth, 5 years ago) |
---|
-
Portfile
old new 6 6 name py-pyqt5 7 7 # we the next bump check --allow-sip-warnings if needed 8 8 version 5.12.3 9 revision 09 revision 1 10 10 categories-append devel 11 11 platforms darwin 12 12 maintainers {mmoll @mamoll} openmaintainer … … 53 53 PortGroup qmake5 1.0 54 54 55 55 version 5.12.1 56 revision 056 revision 1 57 57 description PyQt5 Webengine bindings 58 58 long_description ${description} 59 59 master_sites https://www.riverbankcomputing.com/static/Downloads/PyQtWebEngine/${version} … … 128 128 # (actually, the insistence appears to be on sip using a private module directory; 129 129 # see the online pyqt5 build-from-source instructions). 130 130 patchfiles-append patch-use-default-sip.diff 131 patchfiles-append python2_qstring.diff 131 132 132 133 build.cmd make 133 134 build.target all