git: 5a88254ed366 - main - lang/gnat12: bump PORTREVISION in order to trigger a rebuild for devel/alire

From: Thierry Thomas <thierry_at_FreeBSD.org>
Date: Tue, 24 Jun 2025 20:52:27 UTC
The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5a88254ed366f80ede3a3d05e2038038e145b120

commit 5a88254ed366f80ede3a3d05e2038038e145b120
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2025-06-24 20:22:46 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2025-06-24 20:52:23 +0000

    lang/gnat12: bump PORTREVISION in order to trigger a rebuild for devel/alire
    
    Reported by:    fuz@
---
 lang/gnat12/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lang/gnat12/Makefile b/lang/gnat12/Makefile
index 35175ded2f43..63e6fbb1acb7 100644
--- a/lang/gnat12/Makefile
+++ b/lang/gnat12/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	gnat12
 DISTVERSION=	12.3.0
+PORTREVISION=	1
 CATEGORIES=	lang
 MASTER_SITES=	http://gcc.gnu.org/pub/gcc/releases/gcc-${DISTVERSION}/:gcc \
 		LOCAL/thierry:gnat
@@ -141,7 +142,7 @@ PLIST_SUB+=	AMD64="@comment " \
 		X86=" " \
 		64BIT="@comment "
 .elif ${ARCH} == aarch64
-EXTRACT_CMD=    ${SETENV} LC_ALL=en_US.UTF-8 /usr/bin/bsdtar
+EXTRACT_CMD=	${SETENV} LC_ALL=en_US.UTF-8 /usr/bin/bsdtar
 PLIST_SUB+=	X86="@comment " \
 		AMD64="@comment " \
 		AARCH64=" " \