git: 354d8cf1c338 - main - */*: Update qscintilla2 to 2.13.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Jan 2022 20:12:38 UTC
The branch main has been updated by lbartoletti: URL: https://cgit.FreeBSD.org/ports/commit/?id=354d8cf1c3384eebbd1bb165f686f5ddd9c7c837 commit 354d8cf1c3384eebbd1bb165f686f5ddd9c7c837 Author: Loïc Bartoletti <lbartoletti@FreeBSD.org> AuthorDate: 2022-01-27 20:11:15 +0000 Commit: Loïc Bartoletti <lbartoletti@FreeBSD.org> CommitDate: 2022-01-27 20:12:33 +0000 */*: Update qscintilla2 to 2.13.1 Changes: - https://riverbankcomputing.com/news/QScintilla_2.13.1_Released --- Mk/Uses/pyqt.mk | 2 +- cad/openscad-devel/Makefile | 2 +- cad/openscad/Makefile | 2 +- databases/sqlitebrowser/Makefile | 2 +- devel/py-qt5-pyqt/Makefile | 2 +- devel/qscintilla2-qt5/distinfo | 6 +++--- devel/qscintilla2-qt5/pkg-plist | 2 +- graphics/qgis-ltr/Makefile | 1 + graphics/qgis/Makefile | 2 +- math/octave/Makefile | 1 + net/py-qt5-networkauth/Makefile | 2 +- x11-toolkits/py-qt5-chart/Makefile | 2 +- 12 files changed, 14 insertions(+), 12 deletions(-) diff --git a/Mk/Uses/pyqt.mk b/Mk/Uses/pyqt.mk index 44710396b534..51d41f0b69f9 100644 --- a/Mk/Uses/pyqt.mk +++ b/Mk/Uses/pyqt.mk @@ -65,7 +65,7 @@ MASTER_SITES_QSCI2= RIVERBANK/QScintilla/${PORTVERSION} \ SIP_VERSION= 6.3.1 SIP4_VERSION= 4.19.25 -QSCI2_VERSION= 2.13.0 +QSCI2_VERSION= 2.13.1 PYQT5_VERSION= 5.15.4 PYQTCHART_VERSION= ${PYQT5_VERSION} # can be different PYQTNETWORKAUTH_VERSION=${PYQT5_VERSION} diff --git a/cad/openscad-devel/Makefile b/cad/openscad-devel/Makefile index 8f9f5661f2a3..03e881196a2c 100644 --- a/cad/openscad-devel/Makefile +++ b/cad/openscad-devel/Makefile @@ -2,7 +2,7 @@ PORTNAME= openscad PORTVERSION= 2021.02.09 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= cad PKGNAMESUFFIX= -devel diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile index f8384737cb2c..56f3030608b2 100644 --- a/cad/openscad/Makefile +++ b/cad/openscad/Makefile @@ -2,7 +2,7 @@ PORTNAME= openscad PORTVERSION= 2021.01.01 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= cad PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/databases/sqlitebrowser/Makefile b/databases/sqlitebrowser/Makefile index f18c06ddae83..8749c80a6eac 100644 --- a/databases/sqlitebrowser/Makefile +++ b/databases/sqlitebrowser/Makefile @@ -2,7 +2,7 @@ PORTNAME= sqlitebrowser PORTVERSION= 3.12.1 -PORTREVISION= 5 +PORTREVISION= 6 DISTVERSIONPREFIX= v CATEGORIES= databases diff --git a/devel/py-qt5-pyqt/Makefile b/devel/py-qt5-pyqt/Makefile index d0b371766817..126dea94e1b5 100644 --- a/devel/py-qt5-pyqt/Makefile +++ b/devel/py-qt5-pyqt/Makefile @@ -1,6 +1,6 @@ PORTNAME= pyqt PORTVERSION= ${PYQT5_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITES_PYQT5} PKGNAMEPREFIX= ${PYQT_PY_RELNAME}- diff --git a/devel/qscintilla2-qt5/distinfo b/devel/qscintilla2-qt5/distinfo index a8292180f56b..4fda184347fb 100644 --- a/devel/qscintilla2-qt5/distinfo +++ b/devel/qscintilla2-qt5/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626762174 -SHA256 (QScintilla_src-2.13.0.tar.gz) = 05116938bedfceb2953d3c24f862e1ab4d68ba7845f135d1d7aa1086595449b2 -SIZE (QScintilla_src-2.13.0.tar.gz) = 3059601 +TIMESTAMP = 1643274895 +SHA256 (QScintilla_src-2.13.1.tar.gz) = 800e3d2071a96bcccd7581346af0d2fe28fc30cd68530cb8302685d013afd54a +SIZE (QScintilla_src-2.13.1.tar.gz) = 3059819 diff --git a/devel/qscintilla2-qt5/pkg-plist b/devel/qscintilla2-qt5/pkg-plist index dc381bc0dede..3e06f0ebc5dc 100644 --- a/devel/qscintilla2-qt5/pkg-plist +++ b/devel/qscintilla2-qt5/pkg-plist @@ -54,7 +54,7 @@ %%QT_LIBDIR%%/libqscintilla2_qt5.so %%QT_LIBDIR%%/libqscintilla2_qt5.so.15 %%QT_LIBDIR%%/libqscintilla2_qt5.so.15.1 -%%QT_LIBDIR%%/libqscintilla2_qt5.so.15.1.0 +%%QT_LIBDIR%%/libqscintilla2_qt5.so.15.1.1 %%QT_MKSPECDIR%%/features/qscintilla2.prf %%QT_DATADIR%%/qsci/api/python/Python-2.4.api %%QT_DATADIR%%/qsci/api/python/Python-2.5.api diff --git a/graphics/qgis-ltr/Makefile b/graphics/qgis-ltr/Makefile index 62595e526c98..fa3a60a9f493 100644 --- a/graphics/qgis-ltr/Makefile +++ b/graphics/qgis-ltr/Makefile @@ -2,6 +2,7 @@ PORTNAME= qgis DISTVERSION= 3.16.16 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= https://qgis.org/downloads/ PKGNAMESUFFIX= -ltr diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index 489cea7681be..2510e038a900 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -2,7 +2,7 @@ PORTNAME= qgis DISTVERSION= 3.22.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics geography MASTER_SITES= https://qgis.org/downloads/ diff --git a/math/octave/Makefile b/math/octave/Makefile index 72e343c7c677..e0682d9507a4 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -2,6 +2,7 @@ PORTNAME= octave PORTVERSION= ${OCTAVE_VERSION} +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= GNU diff --git a/net/py-qt5-networkauth/Makefile b/net/py-qt5-networkauth/Makefile index 67f516a0dd42..429b04ef928f 100644 --- a/net/py-qt5-networkauth/Makefile +++ b/net/py-qt5-networkauth/Makefile @@ -1,6 +1,6 @@ PORTNAME= networkauth PORTVERSION= ${PYQTNETWORKAUTH_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net devel python MASTER_SITES= ${MASTER_SITES_PYQTNETWORKAUTH} PKGNAMEPREFIX= ${PYQT_PY_RELNAME}- diff --git a/x11-toolkits/py-qt5-chart/Makefile b/x11-toolkits/py-qt5-chart/Makefile index afd18a622b8b..df3ed3dc776e 100644 --- a/x11-toolkits/py-qt5-chart/Makefile +++ b/x11-toolkits/py-qt5-chart/Makefile @@ -1,6 +1,6 @@ PORTNAME= chart PORTVERSION= ${PYQTCHART_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits devel python MASTER_SITES= ${MASTER_SITES_PYQTCHART} PKGNAMEPREFIX= ${PYQT_PY_RELNAME}-