mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
www/yarn: remove support for expired www/node6 backend
This commit is contained in:
parent
845c4e7f9c
commit
1444e2def6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508758
1 changed files with 1 additions and 3 deletions
|
@ -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*
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue