diff options
Diffstat (limited to 'net/benthos/Makefile')
-rw-r--r-- | net/benthos/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/benthos/Makefile b/net/benthos/Makefile index d120c7b48724..5d1311f9d9f4 100644 --- a/net/benthos/Makefile +++ b/net/benthos/Makefile @@ -1,7 +1,7 @@ PORTNAME= benthos DISTVERSIONPREFIX= v DISTVERSION= 4.27.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net MAINTAINER= olgeni@FreeBSD.org @@ -11,6 +11,9 @@ WWW= https://www.benthos.dev/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Superseded by net/redpanda-connect +EXPIRATION_DATE= 2025-09-11 + USES= go:modules USE_RC_SUBR= benthos |