diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2023-02-22 08:06:39 +0100 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2023-03-09 12:15:07 +0100 |
commit | 6d3a647cc0ba425475074038caed83f68bd739b2 (patch) | |
tree | 66c659e2701f1026a5791d501cb3423e88a82d1c /www | |
parent | net-im/signal-desktop: Remove useless files (diff) |
PyQt: Update to latest versions
- PyQt5: update to 5.15.9
- PyQt6: upate to 6.4.2
- PyQt6-sip: update to 13.4.1
- PyQt5-sip: update to 12.11.1
- PyQt-builder: update to 1.14.1
- sip: upate to 6.7.7
PR: 269751
Exp-run by: antoine
Diffstat (limited to 'www')
-rw-r--r-- | www/onionshare/Makefile | 1 | ||||
-rw-r--r-- | www/persepolis/Makefile | 1 | ||||
-rw-r--r-- | www/py-qt5-webengine/Makefile | 1 | ||||
-rw-r--r-- | www/py-qt6-webengine/Makefile | 1 | ||||
-rw-r--r-- | www/py-woob-qt/Makefile | 1 | ||||
-rw-r--r-- | www/qutebrowser/Makefile | 2 |
6 files changed, 6 insertions, 1 deletions
diff --git a/www/onionshare/Makefile b/www/onionshare/Makefile index 8d3c74a60d05..c42974a79d9e 100644 --- a/www/onionshare/Makefile +++ b/www/onionshare/Makefile @@ -1,6 +1,7 @@ PORTNAME= onionshare DISTVERSIONPREFIX=v DISTVERSION= 2.6 +PORTREVISION= 1 CATEGORIES= www security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/persepolis/Makefile b/www/persepolis/Makefile index 45edd642fc4e..c9557ec1def6 100644 --- a/www/persepolis/Makefile +++ b/www/persepolis/Makefile @@ -1,5 +1,6 @@ PORTNAME= persepolis PORTVERSION= 3.2.0 +PORTREVISION= 1 CATEGORIES= www net ftp python MAINTAINER= danfe@FreeBSD.org diff --git a/www/py-qt5-webengine/Makefile b/www/py-qt5-webengine/Makefile index 6de91578d8ca..614bdb99c855 100644 --- a/www/py-qt5-webengine/Makefile +++ b/www/py-qt5-webengine/Makefile @@ -1,5 +1,6 @@ PORTNAME= webengine DISTVERSION= ${PYQTWEBENGINE_VERSION} +PORTREVISION= 1 CATEGORIES= www devel python MASTER_SITES= ${MASTER_SITES_PYQTWEBENGINE} PKGNAMEPREFIX= ${PYQT_PY_RELNAME}- diff --git a/www/py-qt6-webengine/Makefile b/www/py-qt6-webengine/Makefile index e7b662ad9552..fac131af9dfc 100644 --- a/www/py-qt6-webengine/Makefile +++ b/www/py-qt6-webengine/Makefile @@ -1,5 +1,6 @@ PORTNAME= webengine DISTVERSION= ${PYQTWEBENGINE_VERSION} +PORTREVISION= 1 CATEGORIES= www devel python MASTER_SITES= ${MASTER_SITES_PYQTWEBENGINE} PKGNAMEPREFIX= ${PYQT_PY_RELNAME}- diff --git a/www/py-woob-qt/Makefile b/www/py-woob-qt/Makefile index c15f099389e9..9dee9d69d5e6 100644 --- a/www/py-woob-qt/Makefile +++ b/www/py-woob-qt/Makefile @@ -1,5 +1,6 @@ PORTNAME= woob-qt DISTVERSION= 2.0-27 +PORTREVISION= 1 DISTVERSIONSUFFIX= -g958a79c2 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/qutebrowser/Makefile b/www/qutebrowser/Makefile index 2f055dc1d8f2..6eb4057ea46b 100644 --- a/www/qutebrowser/Makefile +++ b/www/qutebrowser/Makefile @@ -1,6 +1,6 @@ PORTNAME= qutebrowser DISTVERSION= 2.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= PYPI |