diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2021-03-08 06:49:17 +0000 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2021-03-08 06:49:17 +0000 |
commit | 108f234f7f692f592a08cd969eef7f74e8cff51f (patch) | |
tree | 0799882dc637a360900380bd9d4ad99ba969a0eb /databases | |
parent | security/wolfssl: Updates to v4.7.0 (diff) |
PyQt5: Update PyQt5 to 5.15.3, QScintilla2 to 2.12.0, py-qtbuilder to 1.9.0
* PyQt5: update to 5.15.3
This is a minor feature and bug-fix release. There are corresponding releases of the other PyQt5-related packages.
- Added the missing QImage.setAlphaChannel().
- Support for the QtNetworkAuth library has been moved to a separate PyQtNetworkAuth package.
- Wheels no longer bundle the corresponding Qt libraries and instead automatically install them from an external wheel.
* QScintilla2: update to 2.12.0
This adds support for Qt6 and removes support for Qt4.
- Change the new distname (again)i due to a conflict
- Use the new sip-build system
* devel/py-qtbuilder: update to 1.9.0
* devel/py-sip: fix flavor for sip-distinfo
PR: 253865
Exp-run by: antoine
Notes
Notes:
svn path=/head/; revision=567825
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-qt5-sql/Makefile | 1 | ||||
-rw-r--r-- | databases/sqlitebrowser/Makefile | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/databases/py-qt5-sql/Makefile b/databases/py-qt5-sql/Makefile index ad5a7dbb5804..129b23238f92 100644 --- a/databases/py-qt5-sql/Makefile +++ b/databases/py-qt5-sql/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PORTNAME= sql -PORTREVISION= 1 CATEGORIES= databases devel python MAINTAINER= kde@FreeBSD.org diff --git a/databases/sqlitebrowser/Makefile b/databases/sqlitebrowser/Makefile index ba08324babed..94a99b04bd90 100644 --- a/databases/sqlitebrowser/Makefile +++ b/databases/sqlitebrowser/Makefile @@ -3,7 +3,7 @@ PORTNAME= sqlitebrowser PORTVERSION= 3.12.1 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= databases |