git: 2ffecc4487af - main - net/gost: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Mar 2024 14:36:08 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2ffecc4487af1878049701b0661513156ed321dc
commit 2ffecc4487af1878049701b0661513156ed321dc
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-03-24 13:55:03 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-03-24 14:29:03 +0000
net/gost: Mark DEPRECATED
- Requires deprecated lang/go119
- Set EXPIRATION_DATE 2024-04-24
---
net/gost/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/net/gost/Makefile b/net/gost/Makefile
index 3ceebc56c2ba..c75c0ec54b8a 100644
--- a/net/gost/Makefile
+++ b/net/gost/Makefile
@@ -1,7 +1,7 @@
PORTNAME= gost
DISTVERSIONPREFIX= v
DISTVERSION= 2.11.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MAINTAINER= otis@FreeBSD.org
@@ -11,6 +11,9 @@ WWW= https://v2.gost.run/en
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Requires deprecated lang/go119
+EXPIRATION_DATE=2024-04-24
+
USES= go:1.19,modules
USE_GITHUB= yes