diff options
author | Guangyuan Yang <ygy@FreeBSD.org> | 2022-03-30 03:01:44 -0400 |
---|---|---|
committer | Guangyuan Yang <ygy@FreeBSD.org> | 2022-03-30 03:01:44 -0400 |
commit | d690b5102f75bf70e3cfb280a84c9f3eaf4ec653 (patch) | |
tree | ec7c3851776c38c48ced328ab7643e1a778e20dc /irc | |
parent | e05f47079e7eb8c26fc02945ff0d01b18136e4df (diff) | |
download | freebsd-ports-d690b5102f75bf70e3cfb280a84c9f3eaf4ec653.zip |
*/*: Bump PORTREVISION after lang/go 1.18 update
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ergo/Makefile | 1 | ||||
-rw-r--r-- | irc/komanda-cli/Makefile | 1 | ||||
-rw-r--r-- | irc/soju/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/irc/ergo/Makefile b/irc/ergo/Makefile index 7b5d03eae950..047ec8804efd 100644 --- a/irc/ergo/Makefile +++ b/irc/ergo/Makefile @@ -1,6 +1,7 @@ PORTNAME= ergo DISTVERSIONPREFIX= v DISTVERSION= 2.9.1 +PORTREVISION= 1 CATEGORIES= irc PKGNAMESUFFIX= -irc-server diff --git a/irc/komanda-cli/Makefile b/irc/komanda-cli/Makefile index 6415d2b2edf8..4909b16ed2c3 100644 --- a/irc/komanda-cli/Makefile +++ b/irc/komanda-cli/Makefile @@ -1,5 +1,6 @@ PORTNAME= komanda-cli DISTVERSION= g20190920 +PORTREVISION= 1 CATEGORIES= irc MAINTAINER= lcook@FreeBSD.org diff --git a/irc/soju/Makefile b/irc/soju/Makefile index f4560a24c596..a36e2b4c9848 100644 --- a/irc/soju/Makefile +++ b/irc/soju/Makefile @@ -1,6 +1,7 @@ PORTNAME= soju DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= https://git.sr.ht/~emersion/go-scfg/archive/:goscfg \ https://git.sr.ht/~sircmpwn/go-bare/archive/:gobare |