diff options
| author | Jason E. Hale <jhale@FreeBSD.org> | 2025-06-10 14:42:51 +0000 |
|---|---|---|
| committer | Jason E. Hale <jhale@FreeBSD.org> | 2025-06-10 14:42:51 +0000 |
| commit | ea63faffc83f2088c6267f91981e1865715e98ee (patch) | |
| tree | 5777ce22f181de7ce3b33dc59952f198af25a6d6 | |
| parent | a4ac5a4c35cd86fb16c00c867a55c90697f326ab (diff) | |
*/*: Bump PORTREVISION for known Qt private API abusers
Qt 6.9.1 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 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.
| -rw-r--r-- | archivers/lxqt-archiver/Makefile | 1 | ||||
| -rw-r--r-- | audio/strawberry/Makefile | 2 | ||||
| -rw-r--r-- | deskutils/lxqt-notificationd/Makefile | 1 | ||||
| -rw-r--r-- | devel/liblxqt/Makefile | 1 | ||||
| -rw-r--r-- | devel/libqt6xdg/Makefile | 1 | ||||
| -rw-r--r-- | net-im/telegram-desktop/Makefile | 1 | ||||
| -rw-r--r-- | security/lxqt-openssh-askpass/Makefile | 1 | ||||
| -rw-r--r-- | security/lxqt-sudo/Makefile | 1 | ||||
| -rw-r--r-- | sysutils/lxqt-admin/Makefile | 1 | ||||
| -rw-r--r-- | sysutils/lxqt-config/Makefile | 1 | ||||
| -rw-r--r-- | sysutils/lxqt-policykit/Makefile | 1 | ||||
| -rw-r--r-- | sysutils/lxqt-powermanagement/Makefile | 1 | ||||
| -rw-r--r-- | sysutils/lxqt-qt6plugin/Makefile | 1 | ||||
| -rw-r--r-- | x11-wm/lxqt-session/Makefile | 1 | ||||
| -rw-r--r-- | x11-wm/lxqt-wayland-session/Makefile | 1 | ||||
| -rw-r--r-- | x11/lxqt-about/Makefile | 1 | ||||
| -rw-r--r-- | x11/lxqt-globalkeys/Makefile | 1 | ||||
| -rw-r--r-- | x11/lxqt-runner/Makefile | 1 | ||||
| -rw-r--r-- | x11/screengrab/Makefile | 1 |
19 files changed, 19 insertions, 1 deletions
diff --git a/archivers/lxqt-archiver/Makefile b/archivers/lxqt-archiver/Makefile index 9751dd62e3d5..cd76882980da 100644 --- a/archivers/lxqt-archiver/Makefile +++ b/archivers/lxqt-archiver/Makefile @@ -1,5 +1,6 @@ PORTNAME= lxqt-archiver PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= LXQT diff --git a/audio/strawberry/Makefile b/audio/strawberry/Makefile index 7aef581a6f17..80cfdea8d2c8 100644 --- a/audio/strawberry/Makefile +++ b/audio/strawberry/Makefile @@ -1,6 +1,6 @@ PORTNAME= strawberry DISTVERSION= 1.2.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= https://github.com/strawberrymusicplayer/${PORTNAME}/releases/download/${DISTVERSION}/ diff --git a/deskutils/lxqt-notificationd/Makefile b/deskutils/lxqt-notificationd/Makefile index 71a1b2e67732..2f415f7f67dd 100644 --- a/deskutils/lxqt-notificationd/Makefile +++ b/deskutils/lxqt-notificationd/Makefile @@ -1,5 +1,6 @@ PORTNAME= lxqt-notificationd PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= LXQT diff --git a/devel/liblxqt/Makefile b/devel/liblxqt/Makefile index 010d8af8209d..bbfd6c9051bc 100644 --- a/devel/liblxqt/Makefile +++ b/devel/liblxqt/Makefile @@ -1,5 +1,6 @@ PORTNAME= liblxqt PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= LXQT diff --git a/devel/libqt6xdg/Makefile b/devel/libqt6xdg/Makefile index cc6b673eed83..907ef16880e5 100644 --- a/devel/libqt6xdg/Makefile +++ b/devel/libqt6xdg/Makefile @@ -1,5 +1,6 @@ PORTNAME= libqt6xdg PORTVERSION= 4.2.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= LXQT/${PORTNAME:S/6//} diff --git a/net-im/telegram-desktop/Makefile b/net-im/telegram-desktop/Makefile index 181ef126ac4b..3778091bee90 100644 --- a/net-im/telegram-desktop/Makefile +++ b/net-im/telegram-desktop/Makefile @@ -1,5 +1,6 @@ PORTNAME= telegram-desktop DISTVERSION= 5.15.3 +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 9f5291f3398d..109576ab347e 100644 --- a/security/lxqt-openssh-askpass/Makefile +++ b/security/lxqt-openssh-askpass/Makefile @@ -1,5 +1,6 @@ PORTNAME= lxqt-openssh-askpass PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= LXQT diff --git a/security/lxqt-sudo/Makefile b/security/lxqt-sudo/Makefile index c1289c09dd4f..d9a5993d080a 100644 --- a/security/lxqt-sudo/Makefile +++ b/security/lxqt-sudo/Makefile @@ -1,5 +1,6 @@ PORTNAME= lxqt-sudo PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= LXQT diff --git a/sysutils/lxqt-admin/Makefile b/sysutils/lxqt-admin/Makefile index 81dae7cf3e96..07eec265d366 100644 --- a/sysutils/lxqt-admin/Makefile +++ b/sysutils/lxqt-admin/Makefile @@ -1,5 +1,6 @@ PORTNAME= lxqt-admin PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= LXQT diff --git a/sysutils/lxqt-config/Makefile b/sysutils/lxqt-config/Makefile index fbfb561e9d6c..9809ee8f3505 100644 --- a/sysutils/lxqt-config/Makefile +++ b/sysutils/lxqt-config/Makefile @@ -1,5 +1,6 @@ PORTNAME= lxqt-config PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= sysutils DIST_SUBDIR= lxqt diff --git a/sysutils/lxqt-policykit/Makefile b/sysutils/lxqt-policykit/Makefile index 68425a20c723..4906beb20516 100644 --- a/sysutils/lxqt-policykit/Makefile +++ b/sysutils/lxqt-policykit/Makefile @@ -1,5 +1,6 @@ PORTNAME= lxqt-policykit PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= LXQT diff --git a/sysutils/lxqt-powermanagement/Makefile b/sysutils/lxqt-powermanagement/Makefile index 81c6e3e226d2..f7b3c17cde7e 100644 --- a/sysutils/lxqt-powermanagement/Makefile +++ b/sysutils/lxqt-powermanagement/Makefile @@ -1,5 +1,6 @@ PORTNAME= lxqt-powermanagement PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= LXQT diff --git a/sysutils/lxqt-qt6plugin/Makefile b/sysutils/lxqt-qt6plugin/Makefile index d3763a8bf3ad..2f11aec8a654 100644 --- a/sysutils/lxqt-qt6plugin/Makefile +++ b/sysutils/lxqt-qt6plugin/Makefile @@ -1,5 +1,6 @@ PORTNAME= lxqt-qt6plugin PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= LXQT diff --git a/x11-wm/lxqt-session/Makefile b/x11-wm/lxqt-session/Makefile index 3e716f86f63b..478cb8273be1 100644 --- a/x11-wm/lxqt-session/Makefile +++ b/x11-wm/lxqt-session/Makefile @@ -1,5 +1,6 @@ PORTNAME= lxqt-session PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= LXQT diff --git a/x11-wm/lxqt-wayland-session/Makefile b/x11-wm/lxqt-wayland-session/Makefile index ce8489f23ee3..dd685a230715 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.2.0 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= LXQT diff --git a/x11/lxqt-about/Makefile b/x11/lxqt-about/Makefile index b820c27293c8..7da7a6433a5b 100644 --- a/x11/lxqt-about/Makefile +++ b/x11/lxqt-about/Makefile @@ -1,5 +1,6 @@ PORTNAME= lxqt-about PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= x11 DIST_SUBDIR= lxqt diff --git a/x11/lxqt-globalkeys/Makefile b/x11/lxqt-globalkeys/Makefile index a93fc65ec3ef..258892ec054c 100644 --- a/x11/lxqt-globalkeys/Makefile +++ b/x11/lxqt-globalkeys/Makefile @@ -1,5 +1,6 @@ PORTNAME= lxqt-globalkeys PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= LXQT diff --git a/x11/lxqt-runner/Makefile b/x11/lxqt-runner/Makefile index 85c9d876122d..ca5564b12d46 100644 --- a/x11/lxqt-runner/Makefile +++ b/x11/lxqt-runner/Makefile @@ -1,5 +1,6 @@ PORTNAME= lxqt-runner PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= LXQT diff --git a/x11/screengrab/Makefile b/x11/screengrab/Makefile index a94c883c0ab4..c980cc5e25d9 100644 --- a/x11/screengrab/Makefile +++ b/x11/screengrab/Makefile @@ -1,5 +1,6 @@ PORTNAME= screengrab PORTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= LXQT |
