Commit 45fef881 authored by Jason E. Hale's avatar Jason E. Hale
Browse files

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

Qt 6.10.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 [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
parent 4cf92309
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
PORTNAME=	lxqt-archiver
PORTVERSION=	1.3.0
PORTREVISION=	1
CATEGORIES=	archivers
MASTER_SITES=	LXQT

+1 −0
Original line number Diff line number Diff line
PORTNAME=	${GH_PROJECT:tl}
DISTVERSIONPREFIX=	v
DISTVERSION=	4.6.5
PORTREVISION=	1
CATEGORIES=	audio

PATCH_SITES=	https://github.com/musescore/MuseScore/commit/
+1 −0
Original line number Diff line number Diff line
PORTNAME=	copyq
DISTVERSION=	13.0.0
PORTREVISION=	1
CATEGORIES=	deskutils
MASTER_SITES=	https://github.com/hluk/CopyQ/releases/download/v${DISTVERSION}/
DISTNAME=	Copyq-${DISTVERSION}
+1 −0
Original line number Diff line number Diff line
PORTNAME=	lxqt-notificationd
PORTVERSION=	2.3.1
PORTREVISION=	1
CATEGORIES=	deskutils
MASTER_SITES=	LXQT

+1 −0
Original line number Diff line number Diff line
PORTNAME=	xdg-desktop-portal-kde
DISTVERSION=	${KDE_PLASMA_VERSION}
PORTREVISION=	1
CATEGORIES=	deskutils kde kde-plasma

MAINTAINER=	kde@FreeBSD.org
Loading