Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2019 17:42:12 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499877 - head/www/npm
Message-ID:  <201904241742.x3OHgCBE084231@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Apr 24 17:42:12 2019
New Revision: 499877
URL: https://svnweb.freebsd.org/changeset/ports/499877

Log:
  Update NODE_DESC after r499831

Modified:
  head/www/npm/Makefile

Modified: head/www/npm/Makefile
==============================================================================
--- head/www/npm/Makefile	Wed Apr 24 17:42:07 2019	(r499876)
+++ head/www/npm/Makefile	Wed Apr 24 17:42:12 2019	(r499877)
@@ -19,7 +19,7 @@ CONFLICTS_INSTALL?=	npm-node10 npm-node6 npm-node8
 OPTIONS_SINGLE=	BACKEND
 OPTIONS_SINGLE_BACKEND=	NODE NODE10 NODE6 NODE8
 OPTIONS_DEFAULT=NODE
-NODE_DESC=	Use Node.js 11.x (www/node) as backend
+NODE_DESC=	Use Node.js 11.x/12.x (www/node) as backend
 NODE10_DESC=	Use Node.js 10.x (www/node10) as backend
 NODE6_DESC=	Use Node.js 6.x (www/node6) as backend
 NODE8_DESC=	Use Node.js 8.x (www/node8) as backend



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