git: 62eee4971667 - main - net/nuster: Mark DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Thu, 08 Jun 2023 15:31:04 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=62eee4971667f678e5cc53b89449d9a4a25d0d9c

commit 62eee4971667f678e5cc53b89449d9a4a25d0d9c
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-06-08 13:21:34 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-06-08 15:30:52 +0000

    net/nuster: Mark DEPRECATED
    
    - Requires legacy OpenSSL and last upstream release wasn in 2020
    - Tried to build with latest upstream release which also failed to build
      with OpenSSL 3
    - Set EXPIRATION_DATE to 2023-07-08
     mark BROKEN_SSL for openssl30 and openssl31
    
    Approved by:    portmgr (blanket)
---
 net/nuster/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/net/nuster/Makefile b/net/nuster/Makefile
index 4d7272541242..b9a759cd6116 100644
--- a/net/nuster/Makefile
+++ b/net/nuster/Makefile
@@ -10,6 +10,11 @@ WWW=		https://github.com/jiangwenyuan/nuster
 LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	multi
 
+DEPRECATED=	Do not support OpenSSL 3 and upstream last release was in 2020
+EXPIRATION_DATE=	2023-07-08
+BROKEN_SSL=	openssl30 openssl31
+BROKEN_SSL_REASON=	Requires deprecated OpenSSL routines
+
 USES=		compiler:c++11-lang gmake
 USE_RC_SUBR=	nuster
 USE_GITHUB=	yes