diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2024-08-08 07:41:06 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2024-08-08 07:41:06 +0000 |
commit | 8c120afd978777a79b6566f1824080771cbc5b56 (patch) | |
tree | 47b7f9eb09be389f3229cecb3b9107cd25565374 /security | |
parent | 30358562474b3f13a70b6fdca6ac33d188d9a73a (diff) |
Bump revisions of dependent ports after Abseil C++ libraries update
Requested by: madpilot
Diffstat (limited to 'security')
-rw-r--r-- | security/crowdsec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/crowdsec/Makefile b/security/crowdsec/Makefile index 54a7faa77834..58f1d715b76a 100644 --- a/security/crowdsec/Makefile +++ b/security/crowdsec/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 1.6.2 # the remote tag was moved for 1.6.2, so we force another tag to avoid the version on proxy.golang.org DISTVERSIONSUFFIX= -final -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= marco@crowdsec.net |