diff options
author | Dmitri Goutnik <[email protected]> | 2023-01-05 12:30:40 +0000 |
---|---|---|
committer | Dmitri Goutnik <[email protected]> | 2023-01-05 12:32:57 +0000 |
commit | e638da528581b265b9a94cf85a5db276cd380623 (patch) | |
tree | 540b74e3b2f5c669c5c52b2f26e2b17c48148e19 | |
parent | 844c479daffdcd22095c1932101e73672c778c77 (diff) |
lang/go{118,119}: Bump PORTREVISION
Bump port revision after master port adjustments.
-rw-r--r-- | lang/go118/Makefile | 2 | ||||
-rw-r--r-- | 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 |