diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2024-06-15 09:05:22 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2024-06-15 09:52:17 +0000 |
commit | 746fa696a12ef1ca798e36baf087f579375b8cd1 (patch) | |
tree | c73e13004d54712f17404e39ddfc70f42dfeeba9 /irc | |
parent | lang/go121: Update to 1.22.4 (diff) |
all: Bump after lang/go121 update
MFH: 2024Q2
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ergo/Makefile | 2 | ||||
-rw-r--r-- | irc/soju/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/irc/ergo/Makefile b/irc/ergo/Makefile index 27644daab0dd..fce00240596c 100644 --- a/irc/ergo/Makefile +++ b/irc/ergo/Makefile @@ -1,7 +1,7 @@ PORTNAME= ergo DISTVERSIONPREFIX= v DISTVERSION= 2.13.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc PKGNAMESUFFIX= -irc-server diff --git a/irc/soju/Makefile b/irc/soju/Makefile index 52078b468e95..f79cbc3a407f 100644 --- a/irc/soju/Makefile +++ b/irc/soju/Makefile @@ -1,6 +1,7 @@ PORTNAME= soju DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= irc MAINTAINER= ashish@FreeBSD.org |