git: 7daf5e7c380b - main - graphics/gdal-grass: Fix build after grass8 8.3.1 update (997e34874730192393dcf62517531687299fb7c1)

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 01 Nov 2023 02:15:22 UTC
The branch main has been updated by sunpoet:

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

commit 7daf5e7c380b1c67b8e33667b48fd7b8c6fba200
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-01 01:47:36 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-01 01:56:58 +0000

    graphics/gdal-grass: Fix build after grass8 8.3.1 update (997e34874730192393dcf62517531687299fb7c1)
    
    - Bump PORTREVISION for package change
    
    Referece:       https://pkg-status.freebsd.org/beefy18/data/main-amd64-default/p3130e470f7e6_sc656f5c1a6/logs/gdal-grass-1.0.2_2,1.log
                    https://pkg-status.freebsd.org/beefy16/data/132amd64-default/7190d05ec515/logs/gdal-grass-1.0.2_2,1.log
---
 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 344a77768f8b..ba652ea317a4 100644
--- a/graphics/gdal-grass/Makefile
+++ b/graphics/gdal-grass/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gdal-grass
 PORTVERSION=	1.0.2
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	graphics
 
@@ -10,7 +10,7 @@ WWW=		https://github.com/OSGeo/gdal-grass
 
 LICENSE=	MIT
 
-BUILD_DEPENDS=	grass8>=8.2<8.3:databases/grass8
+BUILD_DEPENDS=	grass8>=8.3<8.4: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}/grass82
+		--with-grass=${LOCALBASE}/grass83
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	lib/gdalplugins/gdal_GRASS.so \