diff options
author | tcberner <tcberner@FreeBSD.org> | 2019-04-06 07:05:20 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2019-04-06 07:05:20 +0800 |
commit | 9d97bb958075a92687283fde1ec1d3093af70aef (patch) | |
tree | 88f778895c6ba8e8241647ca738d99e27c1f261d /misc | |
parent | 6b4c1a56ba0669d64ba347ef05e1c7f7c1a2486e (diff) | |
download | freebsd-ports-gnome-9d97bb958075a92687283fde1ec1d3093af70aef.tar.gz freebsd-ports-gnome-9d97bb958075a92687283fde1ec1d3093af70aef.tar.zst freebsd-ports-gnome-9d97bb958075a92687283fde1ec1d3093af70aef.zip |
Update PyQt5 to 5.12.1
- Upgrade sip to 4.19.15
- Upgrade qscintilla2 to 2.11.1
- Upgrade PyQt to 5.12.1
- From this version on www/py-qt5-webengine is unbundled and ships its own distfile
PR: 236894
Exp-run by: antoine
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-qt5-demo/Makefile | 1 | ||||
-rw-r--r-- | misc/py-qt5-demo/pkg-plist | 18 |
2 files changed, 18 insertions, 1 deletions
diff --git a/misc/py-qt5-demo/Makefile b/misc/py-qt5-demo/Makefile index 3f4d15d1db9d..73acb30c2753 100644 --- a/misc/py-qt5-demo/Makefile +++ b/misc/py-qt5-demo/Makefile @@ -2,7 +2,6 @@ PORTNAME= demo PORTVERSION= ${PYQT5_VERSION} -PORTREVISION= 1 CATEGORIES= misc devel python MASTER_SITES= ${MASTER_SITES_PYQT5} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt5- diff --git a/misc/py-qt5-demo/pkg-plist b/misc/py-qt5-demo/pkg-plist index 138e1bd69385..28a1a3698f5f 100644 --- a/misc/py-qt5-demo/pkg-plist +++ b/misc/py-qt5-demo/pkg-plist @@ -899,6 +899,24 @@ %%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/pieslice.pyo %%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter6-plugins/Charts/qmldir %%PYQT_EXAMPLEDIR%%/quick/tutorials/extending/chapter6-plugins/app.qml +%%PYQT_EXAMPLEDIR%%/remoteobjects/modelview/modelviewclient.py +%%PYQT_EXAMPLEDIR%%/remoteobjects/modelview/modelviewclient.pyc +%%PYQT_EXAMPLEDIR%%/remoteobjects/modelview/modelviewclient.pyo +%%PYQT_EXAMPLEDIR%%/remoteobjects/modelview/modelviewserver.py +%%PYQT_EXAMPLEDIR%%/remoteobjects/modelview/modelviewserver.pyc +%%PYQT_EXAMPLEDIR%%/remoteobjects/modelview/modelviewserver.pyo +%%PYQT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectdynamicclient.py +%%PYQT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectdynamicclient.pyc +%%PYQT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectdynamicclient.pyo +%%PYQT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectdynamicserver.py +%%PYQT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectdynamicserver.pyc +%%PYQT_EXAMPLEDIR%%/remoteobjects/simpleswitch/directconnectdynamicserver.pyo +%%PYQT_EXAMPLEDIR%%/remoteobjects/simpleswitch/registryconnecteddynamicclient.py +%%PYQT_EXAMPLEDIR%%/remoteobjects/simpleswitch/registryconnecteddynamicclient.pyc +%%PYQT_EXAMPLEDIR%%/remoteobjects/simpleswitch/registryconnecteddynamicclient.pyo +%%PYQT_EXAMPLEDIR%%/remoteobjects/simpleswitch/registryconnecteddynamicserver.py +%%PYQT_EXAMPLEDIR%%/remoteobjects/simpleswitch/registryconnecteddynamicserver.pyc +%%PYQT_EXAMPLEDIR%%/remoteobjects/simpleswitch/registryconnecteddynamicserver.pyo %%PYQT_EXAMPLEDIR%%/richtext/README %%PYQT_EXAMPLEDIR%%/richtext/calendar.py %%PYQT_EXAMPLEDIR%%/richtext/calendar.pyc |