diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2024-07-03 08:17:24 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2024-07-03 08:29:47 +0000 |
commit | f36b85a91c51dd4660f628b4f6e6eb5f38bd18a2 (patch) | |
tree | 3a1a4c174aa887c3173f948bdd64bf822f9fd35a /net | |
parent | lang/go122: Update to 1.22.5 (diff) |
all: Bump after lang/go122 update
Diffstat (limited to 'net')
-rw-r--r-- | net/frp/Makefile | 2 | ||||
-rw-r--r-- | net/gitlab-agent/Makefile | 1 | ||||
-rw-r--r-- | net/krakend-ce/Makefile | 2 | ||||
-rw-r--r-- | net/traefik/Makefile | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/net/frp/Makefile b/net/frp/Makefile index 2fa935aa8df8..981b5c24346e 100644 --- a/net/frp/Makefile +++ b/net/frp/Makefile @@ -1,7 +1,7 @@ PORTNAME= frp DISTVERSIONPREFIX= v DISTVERSION= 0.58.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/gitlab-agent/Makefile b/net/gitlab-agent/Makefile index 9ac2dd992916..d93954000225 100644 --- a/net/gitlab-agent/Makefile +++ b/net/gitlab-agent/Makefile @@ -1,6 +1,7 @@ PORTNAME= gitlab-agent PORTVERSION= 17.1.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net MAINTAINER= mfechner@FreeBSD.org diff --git a/net/krakend-ce/Makefile b/net/krakend-ce/Makefile index 716f542857db..ae131cc78a34 100644 --- a/net/krakend-ce/Makefile +++ b/net/krakend-ce/Makefile @@ -1,7 +1,7 @@ PORTNAME= krakend-ce DISTVERSIONPREFIX= v DISTVERSION= 2.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= jrm@FreeBSD.org diff --git a/net/traefik/Makefile b/net/traefik/Makefile index 6f6c5150e1cf..6accf3b9647b 100644 --- a/net/traefik/Makefile +++ b/net/traefik/Makefile @@ -1,5 +1,6 @@ PORTNAME= traefik PORTVERSION= 2.11.5 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= LOCAL/riggs/${PORTNAME} |