Date: Mon, 9 Oct 2023 05:55:48 GMT From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: febda8dbff41 - 2023Q4 - devel/qt6-location: Fix pkg-plist Message-ID: <202310090555.3995tmrS039802@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2023Q4 has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=febda8dbff413d37788f9726eb6839e2fe469186 commit febda8dbff413d37788f9726eb6839e2fe469186 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-10-09 05:50:28 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2023-10-09 05:55:32 +0000 devel/qt6-location: Fix pkg-plist PR: 274366 MFH: 2023Q4 (cherry picked from commit 1123457f2c704c0c2a921186f2976796bc8c409a) --- devel/qt6-location/Makefile | 1 + devel/qt6-location/pkg-plist | 1 + 2 files changed, 2 insertions(+) diff --git a/devel/qt6-location/Makefile b/devel/qt6-location/Makefile index 084eb9bebb38..7959621404f6 100644 --- a/devel/qt6-location/Makefile +++ b/devel/qt6-location/Makefile @@ -1,5 +1,6 @@ PORTNAME= location PORTVERSION= ${QT6_VERSION} +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt6- diff --git a/devel/qt6-location/pkg-plist b/devel/qt6-location/pkg-plist index 9423d1491e2b..4d37c40560a6 100644 --- a/devel/qt6-location/pkg-plist +++ b/devel/qt6-location/pkg-plist @@ -39,6 +39,7 @@ %%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeofiletilecache_p.h %%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeojson_p.h %%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeomaneuver_p.h +%%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeomaneuverderived_p.h %%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeomap_p.h %%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeomap_p_p.h %%QT_INCDIR%%/QtLocation/%%FULLVER%%/QtLocation/private/qgeomapitemgeometry_p.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310090555.3995tmrS039802>