Date: Mon, 9 Oct 2023 05:54:17 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: 1123457f2c70 - main - devel/qt6-location: Fix pkg-plist Message-ID: <202310090554.3995sHc1039426@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=1123457f2c704c0c2a921186f2976796bc8c409a commit 1123457f2c704c0c2a921186f2976796bc8c409a 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:54:01 +0000 devel/qt6-location: Fix pkg-plist PR: 274366 MFH: 2023Q4 --- 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?202310090554.3995sHc1039426>