diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2024-07-03 08:23:32 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2024-07-03 08:29:54 +0000 |
commit | c4b51c2028302d40de3907a04d99a92001bb83b1 (patch) | |
tree | 9fb1ef7d12ca77a7dc3fb3836d2785731e7c0272 /lang | |
parent | all: Bump after lang/go122 update (diff) |
all: Bump after lang/go121 update
Diffstat (limited to 'lang')
-rw-r--r-- | lang/go/Makefile | 2 | ||||
-rw-r--r-- | lang/gomacro/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/go/Makefile b/lang/go/Makefile index b6cad0a32df5..d8aafcf950ea 100644 --- a/lang/go/Makefile +++ b/lang/go/Makefile @@ -1,6 +1,6 @@ PORTNAME= go DISTVERSION= ${GO_DEFAULT} -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 2 CATEGORIES= lang MASTER_SITES= # not applicable diff --git a/lang/gomacro/Makefile b/lang/gomacro/Makefile index 361b67949490..4a41fb6ea8bd 100644 --- a/lang/gomacro/Makefile +++ b/lang/gomacro/Makefile @@ -2,7 +2,7 @@ PORTNAME= gomacro DISTVERSIONPREFIX= v DISTVERSION= 2.7-601 DISTVERSIONSUFFIX= -g9aafa23 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= lang MAINTAINER= dmgk@FreeBSD.org |