Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 May 2023 16:13:13 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 40217ce619c8 - main - www/npm-node19: Mark DEPRECATED and set EXPIRATION_DATE to 2023-06-30 (in sync with www/node19)
Message-ID:  <202305071613.347GDDE2040128@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=40217ce619c824fd1adb1f08b056fb67c15667c2

commit 40217ce619c824fd1adb1f08b056fb67c15667c2
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-07 16:03:35 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-07 16:03:35 +0000

    www/npm-node19: Mark DEPRECATED and set EXPIRATION_DATE to 2023-06-30 (in sync with www/node19)
    
    This is followup of 3a2694b6fe97b7edbc6fa379c19c880e896561fd.
---
 www/npm-node19/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/npm-node19/Makefile b/www/npm-node19/Makefile
index 32cfc069bd47..24434ac6c17f 100644
--- a/www/npm-node19/Makefile
+++ b/www/npm-node19/Makefile
@@ -1,3 +1,6 @@
+DEPRECATED=	This port depends on deprecated www/node19. Migrate to www/npm-node18 or www/npm-node20 instead
+EXPIRATION_DATE=2023-06-30
+
 USES=		nodejs:19,run
 
 MASTERDIR=	${.CURDIR}/../npm-node18



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