git: e638da528581 - main - lang/go{118,119}: Bump PORTREVISION

From: Dmitri Goutnik <dmgk_at_FreeBSD.org>
Date: Thu, 05 Jan 2023 12:34:20 UTC
The branch main has been updated by dmgk:

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

commit e638da528581b265b9a94cf85a5db276cd380623
Author:     Dmitri Goutnik <dmgk@FreeBSD.org>
AuthorDate: 2023-01-05 12:30:40 +0000
Commit:     Dmitri Goutnik <dmgk@FreeBSD.org>
CommitDate: 2023-01-05 12:32:57 +0000

    lang/go{118,119}: Bump PORTREVISION
    
    Bump port revision after master port adjustments.
---
 lang/go118/Makefile | 2 +-
 lang/go119/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lang/go118/Makefile b/lang/go118/Makefile
index 69acd393e33d..09d3aa09dd2f 100644
--- a/lang/go118/Makefile
+++ b/lang/go118/Makefile
@@ -1,6 +1,6 @@
 DISTVERSION=	1.18.9
 # Always set PORTREVISION explicitly as otherwise they are inherited from lang/go-devel
-PORTREVISION=	0
+PORTREVISION=	1
 MASTER_SITES=	https://golang.org/dl/ \
 		https://github.com/dmgk/go-bootstrap/releases/download/${BOOTSTRAP_TAG}/:bootstrap \
 		LOCAL/dmgk:bootstrap
diff --git a/lang/go119/Makefile b/lang/go119/Makefile
index 2ade380e45b1..21da4151943a 100644
--- a/lang/go119/Makefile
+++ b/lang/go119/Makefile
@@ -1,6 +1,6 @@
 DISTVERSION=	1.19.4
 # Always set PORTREVISION explicitly as otherwise they are inherited from lang/go-devel
-PORTREVISION=	0
+PORTREVISION=	1
 MASTER_SITES=	https://golang.org/dl/ \
 		https://github.com/dmgk/go-bootstrap/releases/download/${BOOTSTRAP_TAG}/:bootstrap \
 		LOCAL/dmgk:bootstrap