aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2019-08-13 02:30:49 +0800
committerrene <rene@FreeBSD.org>2019-08-13 02:30:49 +0800
commit1f48267c9ec0df421c00dfc8316727384cc65f9b (patch)
tree1e550582c4fc3d819bbab33c4f9cd610ea5c5ebc
parentd9e3629bc1fc043dcfc7cdb428e7f5a0cf9d8864 (diff)
downloadfreebsd-ports-gnome-1f48267c9ec0df421c00dfc8316727384cc65f9b.tar.gz
freebsd-ports-gnome-1f48267c9ec0df421c00dfc8316727384cc65f9b.tar.zst
freebsd-ports-gnome-1f48267c9ec0df421c00dfc8316727384cc65f9b.zip
www/yarn: remove support for expired www/node6 backend
-rw-r--r--www/yarn/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/www/yarn/Makefile b/www/yarn/Makefile
index bbd45b0164bd..fc6dbbbb6cae 100644
--- a/www/yarn/Makefile
+++ b/www/yarn/Makefile
@@ -16,20 +16,18 @@ CONFLICTS_INSTALL?= yarn-node10 yarn-node8
OPTIONS_DEFINE= HADOOPCOMPAT
OPTIONS_SINGLE= BACKEND
-OPTIONS_SINGLE_BACKEND= NODE6 NODE8 NODE10 NODE
+OPTIONS_SINGLE_BACKEND= NODE8 NODE10 NODE
OPTIONS_DEFAULT= NODE
HADOOPCOMPAT_DESC= hadoop2 compatibility, the yarn script is excluded
NODE_DESC= Use www/node as backend
NODE10_DESC= Use www/node10 as backend
NODE8_DESC= Use www/node8 as backend
-NODE6_DESC= Use www/node6 as backend
OPTIONS_SUB= yes
NODE_RUN_DEPENDS= node>=0.8.0:www/node
NODE10_RUN_DEPENDS= node10>=10.0.0:www/node10
NODE8_RUN_DEPENDS= node8>=0.8.0:www/node8
-NODE6_RUN_DEPENDS= node6>=0.8.0:www/node6
HADOOPCOMPAT_CONFLICTS_INSTALL_OFF= hadoop2*