git: efc15f8c258f - main - net/nats-streaming-server: Deprecate, expires on 2026-12-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Sep 2026 17:33:59 UTC
The branch main has been updated by olgeni:
URL: https://cgit.FreeBSD.org/ports/commit/?id=efc15f8c258f42b2f68dba4078cf7b91642a9c17
commit efc15f8c258f42b2f68dba4078cf7b91642a9c17
Author: Jimmy Olgeni <olgeni@FreeBSD.org>
AuthorDate: 2026-09-06 17:17:12 +0000
Commit: Jimmy Olgeni <olgeni@FreeBSD.org>
CommitDate: 2026-09-06 17:33:55 +0000
net/nats-streaming-server: Deprecate, expires on 2026-12-31
Upstream has deprecated the NATS Streaming Server in favor of
JetStream, available in net/nats-server.
---
net/nats-streaming-server/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/net/nats-streaming-server/Makefile b/net/nats-streaming-server/Makefile
index 9e138380a6ff..70ff3f6dfb3d 100644
--- a/net/nats-streaming-server/Makefile
+++ b/net/nats-streaming-server/Makefile
@@ -11,6 +11,9 @@ WWW= https://nats.io/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Deprecated by upstream, use JetStream in net/nats-server instead
+EXPIRATION_DATE=2026-12-31
+
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= nats-io