FreeBSD Bugzilla – Attachment 169299 Details for
Bug 208787
[PATCH] www/npm2: change default backend to www/node4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch from a git commit, apply with patch -p1
npm2-depends-on-node4-by-default.diff (text/plain), 1.30 KB, created by
Bradley T. Hughes
on 2016-04-13 20:11:54 UTC
(
hide
)
Description:
patch from a git commit, apply with patch -p1
Filename:
MIME Type:
Creator:
Bradley T. Hughes
Created:
2016-04-13 20:11:54 UTC
Size:
1.30 KB
patch
obsolete
>commit 1c940008065fce8a407169ad6b2c438c35ab9936 >Author: Bradley T. Hughes <bradleythughes@fastmail.fm> >Date: Tue Apr 12 07:47:13 2016 +0000 > > www/npm2: change default backend to node-4.x > > Have the LTS version of npm depend on the LTS version of node by > default. > >diff --git a/www/npm2/Makefile b/www/npm2/Makefile >index e3ceb90..e4eb102 100644 >--- a/www/npm2/Makefile >+++ b/www/npm2/Makefile >@@ -18,12 +18,12 @@ RUN_DEPENDS= gmake:devel/gmake > CONFLICTS_INSTALL= npm-[0-9]* > > OPTIONS_SINGLE= BACKEND >-OPTIONS_SINGLE_BACKEND= NODE NODE010 NODE012 NODE4 >-OPTIONS_DEFAULT=NODE >+OPTIONS_SINGLE_BACKEND= NODE4 NODE NODE010 NODE012 >+OPTIONS_DEFAULT= NODE4 >+NODE4_DESC= Use www/node4 as backend > NODE_DESC= Use www/node as backend > NODE010_DESC= Use www/node010 as backend > NODE012_DESC= Use www/node012 as backend >-NODE4_DESC= Use www/node4 as backend > > MAKE_ARGS= npm_config_prefix=${STAGEDIR}${PREFIX} > MANPREFIX= ${PREFIX}/lib/node_modules/npm >@@ -43,10 +43,10 @@ SHEBANG_FILES= lib/utils/completion.sh \ > scripts/relocate.sh \ > test/update-test.sh > >+NODE4_RUN_DEPENDS= node4>=0.8.0:www/node4 > NODE_RUN_DEPENDS= node>=0.8.0:www/node > NODE010_RUN_DEPENDS= node010>=0.8.0:www/node010 > NODE012_RUN_DEPENDS= node012>=0.8.0:www/node012 >-NODE4_RUN_DEPENDS= node4>=0.8.0:www/node4 > > .include <bsd.port.pre.mk> >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 208787
: 169299 |
169300