diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-02-02 21:42:46 +0100 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-03-07 18:39:13 +0100 |
commit | 2d8f8573167d49958b7fbf471f42a360a20227d8 (patch) | |
tree | 4f8de5446ee2f75755beec28cf04f0baad4d44b6 /print | |
parent | 919140cdc1eae208a8708625967cdce4cdc75fc3 (diff) | |
download | freebsd-ports-2d8f8573167d49958b7fbf471f42a360a20227d8.zip |
devel/py-qt5, devel/py-sip: Update versions
- Update sip to 6.5.1
- Update PyQt5 to 5.15.6
- Update PyQtChart, PyQtNetworkAuth and PyQtWebengine to 5.15.5
- Update PyQtSip to 12.9.1
- Update PyQtBuilder to 1.12.2
- Add ${_MAKE_JOBS} for pyqt.mk (reported by Tatsuki Makino)
PR: 261685
Exp-run by: antoine
Diffstat (limited to 'print')
-rw-r--r-- | print/hplip/Makefile | 1 | ||||
-rw-r--r-- | print/py-frescobaldi/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile index c03b7264fbb1..0dd51f800e33 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -2,6 +2,7 @@ PORTNAME= hplip PORTVERSION= 3.20.6 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= SF diff --git a/print/py-frescobaldi/Makefile b/print/py-frescobaldi/Makefile index 052f45f2d505..75bc7e317c29 100644 --- a/print/py-frescobaldi/Makefile +++ b/print/py-frescobaldi/Makefile @@ -3,7 +3,7 @@ PORTNAME= frescobaldi DISTVERSIONPREFIX= v DISTVERSION= 3.1.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print kde python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |