diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-12-16 23:25:40 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-12-16 23:25:40 +0800 |
commit | e5e7d34149d7e8a8a7935adf87b44152b39a9c59 (patch) | |
tree | f7049a97e28109d188463f07b91e9b1f61cf49ed /textproc | |
parent | e5accc2f3ffd43ce8844e508fc53e37f16b57ab0 (diff) | |
download | freebsd-ports-gnome-e5e7d34149d7e8a8a7935adf87b44152b39a9c59.tar.gz freebsd-ports-gnome-e5e7d34149d7e8a8a7935adf87b44152b39a9c59.tar.zst freebsd-ports-gnome-e5e7d34149d7e8a8a7935adf87b44152b39a9c59.zip |
Update PyQt5 to 5.11.3
- sip upgrade to 4.19.13
- qscintilla2 upgrade to 2.10.8
- PyQt5 upgrade to 5.11.3
This has been worked on by arrowd and myself.
PR: 233954
Exp-run by: antoine
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-qt5-xml/Makefile | 3 | ||||
-rw-r--r-- | textproc/py-qt5-xmlpatterns/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/textproc/py-qt5-xml/Makefile b/textproc/py-qt5-xml/Makefile index 26a26c6230de..8c1dcd8f76b0 100644 --- a/textproc/py-qt5-xml/Makefile +++ b/textproc/py-qt5-xml/Makefile @@ -6,6 +6,9 @@ CATEGORIES= textproc devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, QtXml module +BUILD_DEPENDS= ${PY_ENUM34} +RUN_DEPENDS= ${PY_ENUM34} + CONFIGURE_ARGS= --enable QtXml PYQT_DIST= yes diff --git a/textproc/py-qt5-xmlpatterns/Makefile b/textproc/py-qt5-xmlpatterns/Makefile index 4dd131d93e3a..a05c67e6c693 100644 --- a/textproc/py-qt5-xmlpatterns/Makefile +++ b/textproc/py-qt5-xmlpatterns/Makefile @@ -6,6 +6,9 @@ CATEGORIES= textproc devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, QtXmlPatterns module +BUILD_DEPENDS= ${PY_ENUM34} +RUN_DEPENDS= ${PY_ENUM34} + CONFIGURE_ARGS= --enable QtXmlPatterns PYQT_DIST= yes |