git: 41c28ad27c68 - main - graphics/h3: Install more header files

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 08 Jul 2026 13:37:25 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=41c28ad27c68f7a70ec00ea8520edac7e100621c

commit 41c28ad27c68f7a70ec00ea8520edac7e100621c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-07-08 12:59:30 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-07-08 13:30:51 +0000

    graphics/h3: Install more header files
    
    - Bump PORTREVISION for package change
---
 graphics/h3/Makefile  |  4 ++++
 graphics/h3/pkg-plist | 24 ++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/graphics/h3/Makefile b/graphics/h3/Makefile
index d7537c2d4d86..1808f5a9243b 100644
--- a/graphics/h3/Makefile
+++ b/graphics/h3/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	h3
 PORTVERSION=	4.5.0
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -34,4 +35,7 @@ CMAKE_ON=	BUILD_BENCHMARKS \
 USE_GITHUB=	yes
 GH_ACCOUNT=	uber
 
+post-install:
+	${INSTALL_DATA} ${WRKSRC}/src/h3lib/include/*.h ${STAGEDIR}${PREFIX}/include/h3/
+
 .include <bsd.port.mk>
diff --git a/graphics/h3/pkg-plist b/graphics/h3/pkg-plist
index 1287983a2e3b..6334d40d7dc4 100644
--- a/graphics/h3/pkg-plist
+++ b/graphics/h3/pkg-plist
@@ -10,7 +10,31 @@ bin/h3ToComponents
 bin/h3ToHier
 bin/latLngToCell
 bin/localIjToCell
+include/h3/adder.h
+include/h3/algos.h
+include/h3/alloc.h
+include/h3/area.h
+include/h3/baseCells.h
+include/h3/bbox.h
+include/h3/cellsToMultiPoly.h
+include/h3/constants.h
+include/h3/coordijk.h
+include/h3/directedEdge.h
+include/h3/faceijk.h
+include/h3/h3Assert.h
+include/h3/h3Index.h
 include/h3/h3api.h
+include/h3/iterators.h
+include/h3/latLng.h
+include/h3/linkedGeo.h
+include/h3/localij.h
+include/h3/mathExtensions.h
+include/h3/polyfill.h
+include/h3/polygon.h
+include/h3/polygonAlgos.h
+include/h3/vec2d.h
+include/h3/vec3d.h
+include/h3/vertex.h
 lib/cmake/h3/h3Config.cmake
 lib/cmake/h3/h3ConfigVersion.cmake
 lib/cmake/h3/h3Targets-%%CMAKE_BUILD_TYPE%%.cmake