Commit 740d89cf authored by Jason E. Hale's avatar Jason E. Hale
Browse files

*/*: Bump PORTREVISION for known Qt private API abusers

Qt 6.8.2 edition.

These ports 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
using the private API is highly discouraged since this is unstable even
between patch releases and is really only meant for internal use.

Adding devel/libqt6xdg and its consumers to the list this time around
based on [1].

PR:		283950 [1]
parent e0ab9406
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
PORTNAME=	lxqt-archiver
PORTVERSION=	1.1.0
PORTREVISION=	1
CATEGORIES=	archivers
MASTER_SITES=	LXQT

+1 −0
Original line number Diff line number Diff line
PORTNAME=	lxqt-notificationd
PORTVERSION=	2.1.1
PORTREVISION=	1
CATEGORIES=	deskutils
MASTER_SITES=	LXQT

+1 −0
Original line number Diff line number Diff line
PORTNAME=	liblxqt
PORTVERSION=	2.1.0
PORTREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	LXQT

+1 −0
Original line number Diff line number Diff line
PORTNAME=	libqt6xdg
PORTVERSION=	4.1.0
PORTREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	LXQT/${PORTNAME:S/6//}

+1 −1
Original line number Diff line number Diff line
PORTNAME=	telegram-desktop
DISTVERSION=	5.10.7
PORTREVISION=	1
PORTREVISION=	2
CATEGORIES=	net-im
MASTER_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/
DISTNAME=	tdesktop-${DISTVERSION}-full
Loading