git: cf124d1b5399 - main - www/npm: Simplify *_DESC by removing node versions

Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jun 30 20:45:52 UTC 2021


The branch main has been updated by sunpoet:

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

commit cf124d1b5399ba10f1cdb65a8b1f29df5c17741e
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-30 20:36:04 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-30 20:43:35 +0000

    www/npm: Simplify *_DESC by removing node versions
---
 www/npm/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/npm/Makefile b/www/npm/Makefile
index a1d7ba2b2f78..f3a0745dc89b 100644
--- a/www/npm/Makefile
+++ b/www/npm/Makefile
@@ -24,8 +24,8 @@ CONFLICTS_INSTALL?=	npm-node14
 OPTIONS_SINGLE=	BACKEND
 OPTIONS_SINGLE_BACKEND=	NODE NODE14
 OPTIONS_DEFAULT=NODE
-NODE_DESC=	Use Node.js 16.x (www/node) as backend
-NODE14_DESC=	Use Node.js 14.x (www/node14) as backend
+NODE_DESC=	Use www/node as backend
+NODE14_DESC=	Use www/node14 as backend
 
 CPE_VENDOR=	npmjs
 CPE_PRODUCT=	node_packaged_modules


More information about the dev-commits-ports-main mailing list