diff options
author | Dmitri Goutnik <dmgk@FreeBSD.org> | 2022-08-03 16:06:26 -0500 |
---|---|---|
committer | Dmitri Goutnik <dmgk@FreeBSD.org> | 2022-08-03 16:35:13 -0500 |
commit | 4476f89764d3ee73d216c2d56df149e8d4c62c24 (patch) | |
tree | ab13970f14b825c981def32647f222c39bfe2ee6 /irc | |
parent | Mk/bsd.default-versions.mk: Update GO_DEFAULT to 1.19 (diff) |
all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ergo/Makefile | 2 | ||||
-rw-r--r-- | irc/komanda-cli/Makefile | 2 | ||||
-rw-r--r-- | irc/soju/Makefile | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/irc/ergo/Makefile b/irc/ergo/Makefile index d46de7686a27..d52cd2ed8d0f 100644 --- a/irc/ergo/Makefile +++ b/irc/ergo/Makefile @@ -1,7 +1,7 @@ PORTNAME= ergo DISTVERSIONPREFIX= v DISTVERSION= 2.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc PKGNAMESUFFIX= -irc-server diff --git a/irc/komanda-cli/Makefile b/irc/komanda-cli/Makefile index 696bfc485331..efdee7f362f7 100644 --- a/irc/komanda-cli/Makefile +++ b/irc/komanda-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= komanda-cli DISTVERSION= g20190920 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= irc MAINTAINER= lcook@FreeBSD.org diff --git a/irc/soju/Makefile b/irc/soju/Makefile index 212e0b4f9c47..f850ec9b0154 100644 --- a/irc/soju/Makefile +++ b/irc/soju/Makefile @@ -1,6 +1,7 @@ PORTNAME= soju DISTVERSIONPREFIX= v DISTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= irc MAINTAINER= ashish@FreeBSD.org |