Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Feb 2026 06:44:23 +0000
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: 8c49a1e64d64 - main - */*: Bump PORTREVISION for known Qt private API abusers
Message-ID:  <698830c7.308e5.17021d20@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by jhale:

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

commit 8c49a1e64d64b18586e591337f0eb6da4510dd4c
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2026-02-08 06:42:38 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2026-02-08 06:42:38 +0000

    */*: Bump PORTREVISION for known Qt private API abusers
    
    Qt 6.10.2 edition.
    
    These ports are known to directly use or link to a library that uses the
    Qt private API and must be rebuilt with every Qt update.
    
    Qt *public* API/ABI compatability is excellent, so most consumers don't
    need to necessarily be rebuilt between patch or even minor releases, but
    use of the private API breaks this compatibility between even patch
    releases and its use is highly discouraged.
    
    This list [1] is based on histortical data. We don't have time to
    revisit every port on the list with each Qt update, so if your port has
    dropped Qt private headers and was bumped in error, please remove it
    yourself if you have write access to the Wiki or alert someone on kde@.
    
    [1] https://wiki.freebsd.org/KDE/Qt
---
 archivers/lxqt-archiver/Makefile                  | 2 +-
 deskutils/lxqt-notificationd/Makefile             | 2 +-
 deskutils/plasma6-xdg-desktop-portal-kde/Makefile | 1 +
 devel/liblxqt/Makefile                            | 2 +-
 devel/libqt6xdg/Makefile                          | 2 +-
 devel/qbs/Makefile                                | 1 +
 misc/qt6ct/Makefile                               | 2 +-
 multimedia/subtitlecomposer/Makefile              | 2 +-
 net-im/kaidan/Makefile                            | 1 +
 net-im/libquotient/Makefile                       | 2 +-
 net-im/nheko/Makefile                             | 2 +-
 net-im/telegram-desktop/Makefile                  | 2 +-
 security/lxqt-openssh-askpass/Makefile            | 2 +-
 security/lxqt-sudo/Makefile                       | 2 +-
 sysutils/lxqt-admin/Makefile                      | 2 +-
 sysutils/lxqt-config/Makefile                     | 1 +
 sysutils/lxqt-policykit/Makefile                  | 2 +-
 sysutils/lxqt-powermanagement/Makefile            | 2 +-
 sysutils/lxqt-qt6plugin/Makefile                  | 2 +-
 x11-wm/lxqt-session/Makefile                      | 2 +-
 x11-wm/lxqt-wayland-session/Makefile              | 1 +
 x11-wm/plasma6-kwin/Makefile                      | 2 +-
 x11/lxqt-about/Makefile                           | 2 +-
 x11/lxqt-globalkeys/Makefile                      | 2 +-
 x11/lxqt-runner/Makefile                          | 2 +-
 x11/screengrab/Makefile                           | 2 +-
 26 files changed, 26 insertions(+), 21 deletions(-)

diff --git a/archivers/lxqt-archiver/Makefile b/archivers/lxqt-archiver/Makefile
index 7bc39593e486..ab3f0e226cba 100644
--- a/archivers/lxqt-archiver/Makefile
+++ b/archivers/lxqt-archiver/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	lxqt-archiver
 PORTVERSION=	1.3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	archivers
 MASTER_SITES=	LXQT
 
diff --git a/deskutils/lxqt-notificationd/Makefile b/deskutils/lxqt-notificationd/Makefile
index afca12a2ac69..ef6f54961c9d 100644
--- a/deskutils/lxqt-notificationd/Makefile
+++ b/deskutils/lxqt-notificationd/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	lxqt-notificationd
 PORTVERSION=	2.3.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	deskutils
 MASTER_SITES=	LXQT
 
diff --git a/deskutils/plasma6-xdg-desktop-portal-kde/Makefile b/deskutils/plasma6-xdg-desktop-portal-kde/Makefile
index cbc9d93f7081..e60989e326a9 100644
--- a/deskutils/plasma6-xdg-desktop-portal-kde/Makefile
+++ b/deskutils/plasma6-xdg-desktop-portal-kde/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xdg-desktop-portal-kde
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	deskutils kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org
diff --git a/devel/liblxqt/Makefile b/devel/liblxqt/Makefile
index 7414c88658c5..c740a406edb0 100644
--- a/devel/liblxqt/Makefile
+++ b/devel/liblxqt/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	liblxqt
 PORTVERSION=	2.3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	LXQT
 
diff --git a/devel/libqt6xdg/Makefile b/devel/libqt6xdg/Makefile
index d3ea2c957569..2cff6b0b24de 100644
--- a/devel/libqt6xdg/Makefile
+++ b/devel/libqt6xdg/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libqt6xdg
 PORTVERSION=	4.3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	LXQT/${PORTNAME:S/6//}
 
diff --git a/devel/qbs/Makefile b/devel/qbs/Makefile
index 7f6e576d6622..c214ce8e5652 100644
--- a/devel/qbs/Makefile
+++ b/devel/qbs/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	qbs
 DISTVERSIONPREFIX=	src-
 DISTVERSION=	3.1.2
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	QT/official_releases/${PORTNAME}/${PORTVERSION}
 DIST_SUBDIR=	KDE/Qt/qbs
diff --git a/misc/qt6ct/Makefile b/misc/qt6ct/Makefile
index ed9197db83c7..c75424a1691c 100644
--- a/misc/qt6ct/Makefile
+++ b/misc/qt6ct/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	qt6ct
 DISTVERSION=	0.11
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	misc
 MASTER_SITES=	https://www.opencode.net/api/v4/projects/5459/packages/generic/${PORTNAME}/${DISTVERSION}/
 
diff --git a/multimedia/subtitlecomposer/Makefile b/multimedia/subtitlecomposer/Makefile
index a31cff129af8..23f20a1671a8 100644
--- a/multimedia/subtitlecomposer/Makefile
+++ b/multimedia/subtitlecomposer/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	subtitlecomposer
 DISTVERSION=	0.8.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	multimedia kde
 MASTER_SITES=	KDE/stable/${PORTNAME}
 
diff --git a/net-im/kaidan/Makefile b/net-im/kaidan/Makefile
index 8f4835115d25..1aa32f7bb3f8 100644
--- a/net-im/kaidan/Makefile
+++ b/net-im/kaidan/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	kaidan
 DISTVERSION=	0.14.0
+PORTREVISION=	1
 CATEGORIES=	net-im kde
 MASTER_SITES=	KDE/unstable/${PORTNAME}/${DISTVERSION}
 
diff --git a/net-im/libquotient/Makefile b/net-im/libquotient/Makefile
index 3326db083484..ba5440066f5b 100644
--- a/net-im/libquotient/Makefile
+++ b/net-im/libquotient/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libquotient
 DISTVERSION=	0.9.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-im
 
 PATCH_SITES=	https://github.com/quotient-im/libQuotient/commit/
diff --git a/net-im/nheko/Makefile b/net-im/nheko/Makefile
index 8505b7de371c..0b1ec8c789ca 100644
--- a/net-im/nheko/Makefile
+++ b/net-im/nheko/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	nheko
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.12.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	net-im
 
 PATCH_SITES=	https://github.com/Nheko-Reborn/nheko/commit/
diff --git a/net-im/telegram-desktop/Makefile b/net-im/telegram-desktop/Makefile
index 4e6bf85d9ea7..14ea5c5575a6 100644
--- a/net-im/telegram-desktop/Makefile
+++ b/net-im/telegram-desktop/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	telegram-desktop
 DISTVERSION=	6.5.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im
 MASTER_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/
 DISTNAME=	tdesktop-${DISTVERSION}-full
diff --git a/security/lxqt-openssh-askpass/Makefile b/security/lxqt-openssh-askpass/Makefile
index 0df2ed1b5110..11052a737063 100644
--- a/security/lxqt-openssh-askpass/Makefile
+++ b/security/lxqt-openssh-askpass/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	lxqt-openssh-askpass
 PORTVERSION=	2.3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	LXQT
 
diff --git a/security/lxqt-sudo/Makefile b/security/lxqt-sudo/Makefile
index b4ae44bc4a36..b9dc7783b023 100644
--- a/security/lxqt-sudo/Makefile
+++ b/security/lxqt-sudo/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	lxqt-sudo
 PORTVERSION=	2.3.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	security
 MASTER_SITES=	LXQT
 
diff --git a/sysutils/lxqt-admin/Makefile b/sysutils/lxqt-admin/Makefile
index 788aabb1b11d..6ce0755a010b 100644
--- a/sysutils/lxqt-admin/Makefile
+++ b/sysutils/lxqt-admin/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	lxqt-admin
 PORTVERSION=	2.3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	LXQT
 
diff --git a/sysutils/lxqt-config/Makefile b/sysutils/lxqt-config/Makefile
index ab0bb490b319..95ab2a8fb9e9 100644
--- a/sysutils/lxqt-config/Makefile
+++ b/sysutils/lxqt-config/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	lxqt-config
 PORTVERSION=	2.3.1
+PORTREVISION=	1
 CATEGORIES=	sysutils
 DIST_SUBDIR=	lxqt
 
diff --git a/sysutils/lxqt-policykit/Makefile b/sysutils/lxqt-policykit/Makefile
index 9b03cf167b0a..c72aef6afc36 100644
--- a/sysutils/lxqt-policykit/Makefile
+++ b/sysutils/lxqt-policykit/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	lxqt-policykit
 PORTVERSION=	2.3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	LXQT
 
diff --git a/sysutils/lxqt-powermanagement/Makefile b/sysutils/lxqt-powermanagement/Makefile
index 0d8b9282b2dc..e4059ed31d37 100644
--- a/sysutils/lxqt-powermanagement/Makefile
+++ b/sysutils/lxqt-powermanagement/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	lxqt-powermanagement
 PORTVERSION=	2.3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	LXQT
 
diff --git a/sysutils/lxqt-qt6plugin/Makefile b/sysutils/lxqt-qt6plugin/Makefile
index 1eb11714b566..8f8bfa953111 100644
--- a/sysutils/lxqt-qt6plugin/Makefile
+++ b/sysutils/lxqt-qt6plugin/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	lxqt-qt6plugin
 PORTVERSION=	2.3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	LXQT
 
diff --git a/x11-wm/lxqt-session/Makefile b/x11-wm/lxqt-session/Makefile
index ee75aa5508d6..02847a6cebc9 100644
--- a/x11-wm/lxqt-session/Makefile
+++ b/x11-wm/lxqt-session/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	lxqt-session
 PORTVERSION=	2.3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-wm
 MASTER_SITES=	LXQT
 
diff --git a/x11-wm/lxqt-wayland-session/Makefile b/x11-wm/lxqt-wayland-session/Makefile
index 9908a4c0569d..da764daa0750 100644
--- a/x11-wm/lxqt-wayland-session/Makefile
+++ b/x11-wm/lxqt-wayland-session/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	lxqt-wayland-session
 PORTVERSION=	0.3.1
+PORTREVISION=	1
 CATEGORIES=	x11-wm
 MASTER_SITES=	LXQT
 
diff --git a/x11-wm/plasma6-kwin/Makefile b/x11-wm/plasma6-kwin/Makefile
index 76c72b30ce55..083a1890c721 100644
--- a/x11-wm/plasma6-kwin/Makefile
+++ b/x11-wm/plasma6-kwin/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	kwin
 DISTVERSION=	${KDE_PLASMA_VERSION}
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-wm kde kde-plasma
 PATCH_SITES=	https://invent.kde.org/plasma/kwin/-/commit/
 PATCHFILES=	f79af348ed9f18bc30417df4bfe539383fd9fa77.patch:-p1
diff --git a/x11/lxqt-about/Makefile b/x11/lxqt-about/Makefile
index f3f0d215fe81..f9f17e5c76c8 100644
--- a/x11/lxqt-about/Makefile
+++ b/x11/lxqt-about/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	lxqt-about
 PORTVERSION= 	2.3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11
 DIST_SUBDIR=	lxqt
 
diff --git a/x11/lxqt-globalkeys/Makefile b/x11/lxqt-globalkeys/Makefile
index c59ce1d53907..10e75932bf93 100644
--- a/x11/lxqt-globalkeys/Makefile
+++ b/x11/lxqt-globalkeys/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	lxqt-globalkeys
 PORTVERSION=	2.3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11
 MASTER_SITES=	LXQT
 
diff --git a/x11/lxqt-runner/Makefile b/x11/lxqt-runner/Makefile
index e15158e20993..687306dac78d 100644
--- a/x11/lxqt-runner/Makefile
+++ b/x11/lxqt-runner/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	lxqt-runner
 PORTVERSION=	2.3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11
 MASTER_SITES=	LXQT
 
diff --git a/x11/screengrab/Makefile b/x11/screengrab/Makefile
index 4b2f18868a72..7f9a3ab3f9e9 100644
--- a/x11/screengrab/Makefile
+++ b/x11/screengrab/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	screengrab
 PORTVERSION=	3.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11
 MASTER_SITES=	LXQT
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?698830c7.308e5.17021d20>