git: 7b4e1a168c9f - main - graphics/gdal-grass: Fix build after grass8 8.4.0 update (d4c785632d5bcabb9bbbb48859b321688ae6faf2)

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 30 Jul 2024 14:13:01 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7b4e1a168c9f8fa9a43ac6f61c107ee5870561fc

commit 7b4e1a168c9f8fa9a43ac6f61c107ee5870561fc
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-30 14:07:26 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-30 14:07:26 +0000

    graphics/gdal-grass: Fix build after grass8 8.4.0 update (d4c785632d5bcabb9bbbb48859b321688ae6faf2)
    
    - Bump PORTREVISION for package change
---
 graphics/gdal-grass/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/graphics/gdal-grass/Makefile b/graphics/gdal-grass/Makefile
index da1d2aee0836..e1f03a45fd34 100644
--- a/graphics/gdal-grass/Makefile
+++ b/graphics/gdal-grass/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gdal-grass
 PORTVERSION=	1.0.2
-PORTREVISION=	5
+PORTREVISION=	6
 PORTEPOCH=	1
 CATEGORIES=	graphics
 
@@ -10,7 +10,7 @@ WWW=		https://github.com/OSGeo/gdal-grass
 
 LICENSE=	MIT
 
-BUILD_DEPENDS=	grass8>=8.3<8.4:databases/grass8
+BUILD_DEPENDS=	grass8>=8.4<8.5:databases/grass8
 LIB_DEPENDS=	libgdal.so:graphics/gdal \
 		libgrass_gis.so:databases/grass8
 
@@ -20,7 +20,7 @@ ALL_TARGET=	default
 CFLAGS+=	-fPIC
 CONFIGURE_ARGS=	--with-autoload=${PREFIX}/lib/gdalplugins \
 		--with-gdal=${LOCALBASE}/bin/gdal-config \
-		--with-grass=${LOCALBASE}/grass83
+		--with-grass=${LOCALBASE}/grass84
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	lib/gdalplugins/gdal_GRASS.so \