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 /editors | |
parent | all: Bump after lang/go122 update (diff) |
all: Bump after lang/go121 update
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gomate/Makefile | 2 | ||||
-rw-r--r-- | editors/micro/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/gomate/Makefile b/editors/gomate/Makefile index ec748d4a48f6..a94aae44dcc4 100644 --- a/editors/gomate/Makefile +++ b/editors/gomate/Makefile @@ -1,6 +1,6 @@ PORTNAME= gomate DISTVERSION= g20170711 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= editors MAINTAINER= fabian.freyer@physik.tu-berlin.de diff --git a/editors/micro/Makefile b/editors/micro/Makefile index cd6d362e5d5b..75154161d134 100644 --- a/editors/micro/Makefile +++ b/editors/micro/Makefile @@ -1,7 +1,7 @@ PORTNAME= micro DISTVERSIONPREFIX= v DISTVERSION= 2.0.13 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= editors MAINTAINER= lcook@FreeBSD.org |