git: 5da7b05413b1 - main - textproc/opensearch-dashboards: Mark DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Thu, 27 Apr 2023 12:18:44 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5da7b05413b1f5882e4a1981553de6f2ab668f97

commit 5da7b05413b1f5882e4a1981553de6f2ab668f97
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-04-26 17:19:05 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-04-27 12:18:13 +0000

    textproc/opensearch-dashboards: Mark DEPRECATED
    
    - Requires upstream EOL node14
    - Set EXPIRATION_DATE to 2023-05-26
    
    Approved by:    portmgr (blanket)
---
 textproc/opensearch-dashboards/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/textproc/opensearch-dashboards/Makefile b/textproc/opensearch-dashboards/Makefile
index e2cf9be77e52..892e1520f38d 100644
--- a/textproc/opensearch-dashboards/Makefile
+++ b/textproc/opensearch-dashboards/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	opensearch-dashboards
 DISTVERSION=	2.6.0
+PORTREVISION=	1
 DISTVERSIONSUFFIX=	-linux-x64
 CATEGORIES=	textproc www
 MASTER_SITES=	https://artifacts.opensearch.org/releases/bundle/${PORTNAME}/${DISTVERSION}/
@@ -11,6 +12,9 @@ WWW=		https://opensearch.org
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+DEPRECATED=	Requires upstream EOL node14
+EXPIRATION_DATE=	2023-05-26
+
 BUILD_DEPENDS=	npm-node14>0:www/npm-node14
 
 CONFLICTS=	opensearch-dashboard13