From 41d4a750fcdd02b40ef420922ea69db0f4c2bc8a Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 15 Jul 2022 10:21:18 +0200 Subject: [PATCH] security/crowdsec: sync with upstream Taken from: FreeBSD --- security/crowdsec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/crowdsec/Makefile b/security/crowdsec/Makefile index e9935cc264b..918f9b0a15c 100644 --- a/security/crowdsec/Makefile +++ b/security/crowdsec/Makefile @@ -1,6 +1,6 @@ PORTNAME= crowdsec PORTVERSION= 1.3.4 # NOTE: change BUILD_VERSION and BUILD_TAG as well -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= security