Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2024 07:38:54 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f3eb2459d7dc - main - */*: Chase removal of sip from RUN_DEPENDS
Message-ID:  <202410190738.49J7csgn075101@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f3eb2459d7dc14fa754ff9f21a53d339e500fbd2

commit f3eb2459d7dc14fa754ff9f21a53d339e500fbd2
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2024-10-19 07:33:57 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2024-10-19 07:33:57 +0000

    */*: Chase removal of sip from RUN_DEPENDS
---
 audio/cadence/Makefile                   | 2 +-
 audio/carla/Makefile                     | 1 +
 audio/picard/Makefile                    | 1 +
 deskutils/calibre/Makefile               | 1 +
 deskutils/treeline/Makefile              | 1 +
 devel/py-qt5-qscintilla2/Makefile        | 2 +-
 devel/py-qt6-qscintilla2/Makefile        | 2 +-
 devel/py-qtconsole/Makefile              | 1 +
 devel/spyder/Makefile                    | 1 +
 devel/vitables/Makefile                  | 1 +
 editors/retext/Makefile                  | 1 +
 emulators/fs-uae-launcher/Makefile       | 1 +
 finance/electrum/Makefile                | 1 +
 games/py-mnemosyne-proj/Makefile         | 1 +
 graphics/krita/Makefile                  | 2 +-
 graphics/qgis-ltr/Makefile               | 2 +-
 graphics/qgis/Makefile                   | 2 +-
 graphics/rapid-photo-downloader/Makefile | 2 +-
 math/convertall/Makefile                 | 2 +-
 math/rpcalc/Makefile                     | 2 +-
 net-mgmt/nagstamon/Makefile              | 1 +
 print/py-frescobaldi/Makefile            | 2 +-
 science/code_saturne/Makefile            | 1 +
 science/py-veusz/Makefile                | 2 +-
 www/onionshare/Makefile                  | 2 +-
 www/py-woob-qt/Makefile                  | 2 +-
 www/qutebrowser/Makefile                 | 1 +
 27 files changed, 27 insertions(+), 13 deletions(-)

diff --git a/audio/cadence/Makefile b/audio/cadence/Makefile
index f3ee906ec033..a5deb06ef0b2 100644
--- a/audio/cadence/Makefile
+++ b/audio/cadence/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	cadence
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.9.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	audio
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
diff --git a/audio/carla/Makefile b/audio/carla/Makefile
index 49e07380b7dc..100321448c9a 100644
--- a/audio/carla/Makefile
+++ b/audio/carla/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	Carla
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.5.9
+PORTREVISION=	1
 CATEGORIES=	audio
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/audio/picard/Makefile b/audio/picard/Makefile
index ed51455689c8..34a071b6ea22 100644
--- a/audio/picard/Makefile
+++ b/audio/picard/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	picard
 DISTVERSION=	2.12.3
+PORTREVISION=	1
 CATEGORIES=	audio python
 MASTER_SITES=	https://github.com/metabrainz/${PORTNAME}/releases/download/release-${DISTVERSION}/ \
 		https://data.musicbrainz.org/pub/musicbrainz/${PORTNAME}/
diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile
index ff120dcd20bf..dd2538ffd25d 100644
--- a/deskutils/calibre/Makefile
+++ b/deskutils/calibre/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	calibre
 PORTVERSION=	7.20.0
+PORTREVISION=	1
 CATEGORIES=	deskutils python
 MASTER_SITES=	https://download.calibre-ebook.com/${PORTVERSION}/:DEFAULT \
 		https://raw.githubusercontent.com/rhasspy/piper/${PIPER_VOICES_HASH}/:piper
diff --git a/deskutils/treeline/Makefile b/deskutils/treeline/Makefile
index 57f2a778c710..7120dd979162 100644
--- a/deskutils/treeline/Makefile
+++ b/deskutils/treeline/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	treeline
 PORTVERSION=	3.1.6
+PORTREVISION=	1
 CATEGORIES=	deskutils python
 MASTER_SITES=	https://github.com/doug-101/TreeLine/releases/download/v${PORTVERSION}/ \
 		SF/${PORTNAME}/${PORTVERSION}
diff --git a/devel/py-qt5-qscintilla2/Makefile b/devel/py-qt5-qscintilla2/Makefile
index acc0fcb448b5..4dffbcd0f3d2 100644
--- a/devel/py-qt5-qscintilla2/Makefile
+++ b/devel/py-qt5-qscintilla2/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	qscintilla2
 DISTVERSION=	${QSCI2_VERSION}
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITES_QSCI2}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}qt5-
diff --git a/devel/py-qt6-qscintilla2/Makefile b/devel/py-qt6-qscintilla2/Makefile
index b75bafc2c59e..7d0847b899b0 100644
--- a/devel/py-qt6-qscintilla2/Makefile
+++ b/devel/py-qt6-qscintilla2/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	qscintilla2
 DISTVERSION=	${QSCI2_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITES_QSCI2}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}qt6-
diff --git a/devel/py-qtconsole/Makefile b/devel/py-qtconsole/Makefile
index 25ed6137eb76..47e298f1b6dc 100644
--- a/devel/py-qtconsole/Makefile
+++ b/devel/py-qtconsole/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	qtconsole
 DISTVERSION=	5.6.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/spyder/Makefile b/devel/spyder/Makefile
index 5dc1a8469b9a..846b3eded5d8 100644
--- a/devel/spyder/Makefile
+++ b/devel/spyder/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	spyder
 DISTVERSIONPREFIX=	v
 DISTVERSION=	6.0.1
+PORTREVISION=	1
 CATEGORIES=	devel science python
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/devel/vitables/Makefile b/devel/vitables/Makefile
index 46a21aca1e8d..2eb26f29b7de 100644
--- a/devel/vitables/Makefile
+++ b/devel/vitables/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	vitables
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.0.3
+PORTREVISION=	1
 CATEGORIES=	devel science python
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/editors/retext/Makefile b/editors/retext/Makefile
index 1a9b57dad871..73076302d2de 100644
--- a/editors/retext/Makefile
+++ b/editors/retext/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	ReText
 DISTVERSION=	8.0.2
+PORTREVISION=	1
 CATEGORIES=	editors
 MASTER_SITES=	PYPI
 
diff --git a/emulators/fs-uae-launcher/Makefile b/emulators/fs-uae-launcher/Makefile
index 1ddd8ccbd366..8909dc4f4df2 100644
--- a/emulators/fs-uae-launcher/Makefile
+++ b/emulators/fs-uae-launcher/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	fs-uae-launcher
 PORTVERSION=	3.1.68
+PORTREVISION=	1
 CATEGORIES=	emulators
 MASTER_SITES=	https://fs-uae.net/files/FS-UAE-Launcher/Stable/${PORTVERSION}/
 
diff --git a/finance/electrum/Makefile b/finance/electrum/Makefile
index 06f4ff714036..588e72714042 100644
--- a/finance/electrum/Makefile
+++ b/finance/electrum/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	electrum
 DISTVERSION=	4.5.6
+PORTREVISION=	1
 CATEGORIES=	finance python
 MASTER_SITES=	https://download.electrum.org/${PORTVERSION}/ \
 		http://download.electrum.org/${PORTVERSION}/
diff --git a/games/py-mnemosyne-proj/Makefile b/games/py-mnemosyne-proj/Makefile
index 89bfd865dd5d..193ae239ba68 100644
--- a/games/py-mnemosyne-proj/Makefile
+++ b/games/py-mnemosyne-proj/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	mnemosyne-proj
 DISTVERSION=	2.11
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	games education python
 MASTER_SITES=	PYPI
diff --git a/graphics/krita/Makefile b/graphics/krita/Makefile
index 69c108f94fca..4eb8514ed07a 100644
--- a/graphics/krita/Makefile
+++ b/graphics/krita/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	krita
 DISTVERSION=	5.2.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${DISTVERSION}
 DIST_SUBDIR=	KDE/${PORTNAME}
diff --git a/graphics/qgis-ltr/Makefile b/graphics/qgis-ltr/Makefile
index 932951663d86..d9c83add18d9 100644
--- a/graphics/qgis-ltr/Makefile
+++ b/graphics/qgis-ltr/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	qgis
 DISTVERSION=	3.34.11
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics geography
 MASTER_SITES=	https://qgis.org/downloads/
 PKGNAMESUFFIX=	-ltr
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile
index b21bdd23be5d..8b698c3635f9 100644
--- a/graphics/qgis/Makefile
+++ b/graphics/qgis/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	qgis
 DISTVERSION=	3.38.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics geography
 MASTER_SITES=	https://qgis.org/downloads/
 
diff --git a/graphics/rapid-photo-downloader/Makefile b/graphics/rapid-photo-downloader/Makefile
index bc5798f3abc7..d84f634acc93 100644
--- a/graphics/rapid-photo-downloader/Makefile
+++ b/graphics/rapid-photo-downloader/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	rapid-photo-downloader
 DISTVERSION=	0.9.26
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics
 MASTER_SITES=	https://launchpad.net/rapid/pyqt/${PORTVERSION}/+download/
 
diff --git a/math/convertall/Makefile b/math/convertall/Makefile
index 7378c90c2795..26d9c554c11f 100644
--- a/math/convertall/Makefile
+++ b/math/convertall/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	convertall
 PORTVERSION=	0.8.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	math
 MASTER_SITES=	https://github.com/doug-101/ConvertAll/releases/download/v${PORTVERSION}/
 
diff --git a/math/rpcalc/Makefile b/math/rpcalc/Makefile
index 34ec05a009a9..2351cfb9897b 100644
--- a/math/rpcalc/Makefile
+++ b/math/rpcalc/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	rpcalc
 PORTVERSION=	0.8.2
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	math
 MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
 
diff --git a/net-mgmt/nagstamon/Makefile b/net-mgmt/nagstamon/Makefile
index 2e6cf725101e..b879d807ad4d 100644
--- a/net-mgmt/nagstamon/Makefile
+++ b/net-mgmt/nagstamon/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	nagstamon
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.16.0
+PORTREVISION=	1
 CATEGORIES=	net-mgmt python
 
 MAINTAINER=	ehaupt@FreeBSD.org
diff --git a/print/py-frescobaldi/Makefile b/print/py-frescobaldi/Makefile
index a3e602c597b7..115c36dbca19 100644
--- a/print/py-frescobaldi/Makefile
+++ b/print/py-frescobaldi/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	frescobaldi
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	print kde python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/science/code_saturne/Makefile b/science/code_saturne/Makefile
index ebcaaf912d8f..0b2cb764521a 100644
--- a/science/code_saturne/Makefile
+++ b/science/code_saturne/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	code_saturne
 PORTVERSION=	8.1.1
+PORTREVISION=	1
 CATEGORIES=	science parallel
 MASTER_SITES=	https://www.code-saturne.org/releases/
 
diff --git a/science/py-veusz/Makefile b/science/py-veusz/Makefile
index d6722d6bcd83..17be9c92916a 100644
--- a/science/py-veusz/Makefile
+++ b/science/py-veusz/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	veusz
 DISTVERSIONPREFIX=	${PORTNAME}-
 DISTVERSION=	3.6.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	science
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/www/onionshare/Makefile b/www/onionshare/Makefile
index e19b8b165217..7a4b0b7cd6d3 100644
--- a/www/onionshare/Makefile
+++ b/www/onionshare/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	onionshare
 DISTVERSIONPREFIX=v
 DISTVERSION=	2.6
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	www security python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/www/py-woob-qt/Makefile b/www/py-woob-qt/Makefile
index 28d06e1d73ce..db94a6732b3c 100644
--- a/www/py-woob-qt/Makefile
+++ b/www/py-woob-qt/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	woob-qt
 DISTVERSION=	2.0-27
-PORTREVISION=	2
+PORTREVISION=	3
 DISTVERSIONSUFFIX=	-g958a79c2
 CATEGORIES=	www python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/www/qutebrowser/Makefile b/www/qutebrowser/Makefile
index 25e6a50918b2..bd9998dca412 100644
--- a/www/qutebrowser/Makefile
+++ b/www/qutebrowser/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	qutebrowser
 DISTVERSION=	3.3.1
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	PYPI
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410190738.49J7csgn075101>