Date: Sat, 29 Mar 2025 07:35:38 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: 7b1543362fd0 - main - */*: Bump PORTREVISION for known Qt private API abusers Message-ID: <202503290735.52T7Zcld027093@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=7b1543362fd006502c1ea85e05ea87a90a0db2f6 commit 7b1543362fd006502c1ea85e05ea87a90a0db2f6 Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2025-03-29 06:58:49 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2025-03-29 07:35:22 +0000 */*: Bump PORTREVISION for known Qt private API abusers Qt 6.8.3 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 even between patch releases and its use is highly discouraged. This list of bumps 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 let kde@ know so we can correct this for future updates. Grep new entires for "_p.h". If they look Qt-ish, please reject. It's a burden on the users at large and your local Qt maintainers to allow this irresponsible behavior from downstream projects to continue. --- archivers/lxqt-archiver/Makefile | 2 +- deskutils/lxqt-notificationd/Makefile | 2 +- devel/liblxqt/Makefile | 2 +- devel/libqt6xdg/Makefile | 2 +- net-im/telegram-desktop/Makefile | 1 + 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-panel/Makefile | 1 + x11-wm/lxqt-session/Makefile | 2 +- x11-wm/lxqt-wayland-session/Makefile | 2 +- x11/lxqt-about/Makefile | 2 +- x11/lxqt-globalkeys/Makefile | 2 +- x11/lxqt-runner/Makefile | 1 + x11/screengrab/Makefile | 2 +- 19 files changed, 19 insertions(+), 15 deletions(-) diff --git a/archivers/lxqt-archiver/Makefile b/archivers/lxqt-archiver/Makefile index 22e7bc904a52..0d4f1df40ccb 100644 --- a/archivers/lxqt-archiver/Makefile +++ b/archivers/lxqt-archiver/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-archiver PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers MASTER_SITES= LXQT diff --git a/deskutils/lxqt-notificationd/Makefile b/deskutils/lxqt-notificationd/Makefile index 126d4504e932..e2b38f371398 100644 --- a/deskutils/lxqt-notificationd/Makefile +++ b/deskutils/lxqt-notificationd/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-notificationd PORTVERSION= 2.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= LXQT diff --git a/devel/liblxqt/Makefile b/devel/liblxqt/Makefile index 5df378160a44..e67625f27cf1 100644 --- a/devel/liblxqt/Makefile +++ b/devel/liblxqt/Makefile @@ -1,6 +1,6 @@ PORTNAME= liblxqt PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= LXQT diff --git a/devel/libqt6xdg/Makefile b/devel/libqt6xdg/Makefile index ca0762ea4eca..0213b1881a26 100644 --- a/devel/libqt6xdg/Makefile +++ b/devel/libqt6xdg/Makefile @@ -1,6 +1,6 @@ PORTNAME= libqt6xdg PORTVERSION= 4.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= LXQT/${PORTNAME:S/6//} diff --git a/net-im/telegram-desktop/Makefile b/net-im/telegram-desktop/Makefile index 3aff10baa559..12905d23dc17 100644 --- a/net-im/telegram-desktop/Makefile +++ b/net-im/telegram-desktop/Makefile @@ -1,5 +1,6 @@ PORTNAME= telegram-desktop DISTVERSION= 5.13.1 +PORTREVISION= 1 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 d36dc6be92ad..50cf7b95e3a4 100644 --- a/security/lxqt-openssh-askpass/Makefile +++ b/security/lxqt-openssh-askpass/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-openssh-askpass PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= LXQT diff --git a/security/lxqt-sudo/Makefile b/security/lxqt-sudo/Makefile index b29803022b54..43e86d20b61f 100644 --- a/security/lxqt-sudo/Makefile +++ b/security/lxqt-sudo/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-sudo PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= LXQT diff --git a/sysutils/lxqt-admin/Makefile b/sysutils/lxqt-admin/Makefile index 1c185763d7d5..09316f1a745d 100644 --- a/sysutils/lxqt-admin/Makefile +++ b/sysutils/lxqt-admin/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-admin PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= LXQT diff --git a/sysutils/lxqt-config/Makefile b/sysutils/lxqt-config/Makefile index 8075cc30abe0..f8750a7f0670 100644 --- a/sysutils/lxqt-config/Makefile +++ b/sysutils/lxqt-config/Makefile @@ -1,5 +1,6 @@ PORTNAME= lxqt-config PORTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= sysutils DIST_SUBDIR= lxqt diff --git a/sysutils/lxqt-policykit/Makefile b/sysutils/lxqt-policykit/Makefile index e4d6b86b4d92..aacc5ee0141e 100644 --- a/sysutils/lxqt-policykit/Makefile +++ b/sysutils/lxqt-policykit/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-policykit PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= LXQT diff --git a/sysutils/lxqt-powermanagement/Makefile b/sysutils/lxqt-powermanagement/Makefile index 241063bd83c5..2b13e6b8e796 100644 --- a/sysutils/lxqt-powermanagement/Makefile +++ b/sysutils/lxqt-powermanagement/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-powermanagement PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= LXQT diff --git a/sysutils/lxqt-qt6plugin/Makefile b/sysutils/lxqt-qt6plugin/Makefile index ac84172f4384..952f80ca242d 100644 --- a/sysutils/lxqt-qt6plugin/Makefile +++ b/sysutils/lxqt-qt6plugin/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-qt6plugin PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= LXQT diff --git a/x11-wm/lxqt-panel/Makefile b/x11-wm/lxqt-panel/Makefile index 1bed54ef79a8..d9dc19059f87 100644 --- a/x11-wm/lxqt-panel/Makefile +++ b/x11-wm/lxqt-panel/Makefile @@ -1,5 +1,6 @@ PORTNAME= lxqt-panel PORTVERSION= 2.1.4 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= LXQT diff --git a/x11-wm/lxqt-session/Makefile b/x11-wm/lxqt-session/Makefile index 712542317f41..8a700516aa42 100644 --- a/x11-wm/lxqt-session/Makefile +++ b/x11-wm/lxqt-session/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-session PORTVERSION= 2.1.1 -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 912f5f79c049..d536b13e8eb4 100644 --- a/x11-wm/lxqt-wayland-session/Makefile +++ b/x11-wm/lxqt-wayland-session/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-wayland-session PORTVERSION= 0.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= LXQT diff --git a/x11/lxqt-about/Makefile b/x11/lxqt-about/Makefile index 5e35ac492629..1e1d75acf7f0 100644 --- a/x11/lxqt-about/Makefile +++ b/x11/lxqt-about/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-about PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 DIST_SUBDIR= lxqt diff --git a/x11/lxqt-globalkeys/Makefile b/x11/lxqt-globalkeys/Makefile index a0cd42fbbb32..8d6b70a3d735 100644 --- a/x11/lxqt-globalkeys/Makefile +++ b/x11/lxqt-globalkeys/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-globalkeys PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= LXQT diff --git a/x11/lxqt-runner/Makefile b/x11/lxqt-runner/Makefile index dd26c35f79b5..739671886c2b 100644 --- a/x11/lxqt-runner/Makefile +++ b/x11/lxqt-runner/Makefile @@ -1,5 +1,6 @@ PORTNAME= lxqt-runner PORTVERSION= 2.1.2 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= LXQT diff --git a/x11/screengrab/Makefile b/x11/screengrab/Makefile index f9dbec8cecdb..c3946e835376 100644 --- a/x11/screengrab/Makefile +++ b/x11/screengrab/Makefile @@ -1,6 +1,6 @@ PORTNAME= screengrab PORTVERSION= 2.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= LXQThome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202503290735.52T7Zcld027093>
