git: 4514eec41abb - main - databases/grass7: fix pkg-plist after pdal 2.6.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 05:24:10 UTC
The branch main has been updated by lbartoletti: URL: https://cgit.FreeBSD.org/ports/commit/?id=4514eec41abbc0c530c639a1a140b8279530ee0a commit 4514eec41abbc0c530c639a1a140b8279530ee0a Author: Loïc Bartoletti <lbartoletti@FreeBSD.org> AuthorDate: 2024-02-22 21:04:07 +0000 Commit: Loïc Bartoletti <lbartoletti@FreeBSD.org> CommitDate: 2024-02-24 05:23:52 +0000 databases/grass7: fix pkg-plist after pdal 2.6.3 --- databases/grass7/Makefile | 4 ++-- databases/grass7/pkg-plist | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/databases/grass7/Makefile b/databases/grass7/Makefile index 0965f6b50c47..df0fb1155d37 100644 --- a/databases/grass7/Makefile +++ b/databases/grass7/Makefile @@ -1,6 +1,6 @@ PORTNAME= grass PORTVERSION= 7.8.7 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= databases geography MASTER_SITES= https://grass.osgeo.org/%SUBDIR%/ \ http://grass.cict.fr/%SUBDIR%/ \ @@ -113,7 +113,7 @@ NLS_USES= gettext ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC ODBC_CONFIGURE_WITH= odbc PDAL_CONFIGURE_ON= --with-pdal=${LOCALBASE}/bin/pdal-config -PDAL_LIB_DEPENDS= libpdal_base.so:math/pdal +PDAL_LIB_DEPENDS= libpdalcpp.so:math/pdal PGSQL_USES= pgsql PGSQL_CONFIGURE_WITH= postgres SQLITE_USES= sqlite diff --git a/databases/grass7/pkg-plist b/databases/grass7/pkg-plist index ace21257fb7a..a05d463ab4b7 100644 --- a/databases/grass7/pkg-plist +++ b/databases/grass7/pkg-plist @@ -1258,6 +1258,12 @@ %%GRASS_INST_DIR%%/docs/html/r_li_richness_formula.png %%GRASS_INST_DIR%%/docs/html/r_li_shannon_formula.png %%GRASS_INST_DIR%%/docs/html/r_li_simpson_formula.png +%%GRASS_INST_DIR%%/docs/html/r_in_lidar.png +%%GRASS_INST_DIR%%/docs/html/r_in_lidar_base_raster.png +%%GRASS_INST_DIR%%/docs/html/r_in_lidar_binning_count.png +%%GRASS_INST_DIR%%/docs/html/r_in_lidar_binning_mean.png +%%GRASS_INST_DIR%%/docs/html/r_in_lidar_dem_mean3D.jpg +%%GRASS_INST_DIR%%/docs/html/r_in_lidar_zrange.png %%GRASS_INST_DIR%%/docs/html/r_mapcalc_simple.png %%GRASS_INST_DIR%%/docs/html/r_param_scale_morph.jpg %%GRASS_INST_DIR%%/docs/html/r_patch.png