Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2024 14:36:08 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2ffecc4487af - main - net/gost: Mark DEPRECATED
Message-ID:  <202403241436.42OEa8Px008256@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403241436.42OEa8Px008256>