- update node to 0.8.9

OK jasper@
This commit is contained in:
abieber 2012-09-14 22:40:20 +00:00
parent d214b9d02e
commit 2ebb59e099
4 changed files with 27 additions and 22 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2012/08/30 01:13:32 abieber Exp $
# $OpenBSD: Makefile,v 1.8 2012/09/14 22:40:20 abieber Exp $
# XXX:
# - Needs __ARM_NR_cacheflush (or the like) to work on arm-based ports.
@ -8,7 +8,7 @@ ONLY_FOR_ARCHS= amd64 i386
COMMENT= V8 JavaScript for clients and servers
NODE_VERSION= v0.8.8
NODE_VERSION= v0.8.9
DISTNAME= node-${NODE_VERSION}
PKGNAME= ${DISTNAME:S/v//g}

View File

@ -1,2 +1,2 @@
SHA256 (node-v0.8.8.tar.gz) = CStwRbjpVvg4oqPaNs3PeVTp4NFvuIsU4rfQkEIuMTM=
SIZE (node-v0.8.8.tar.gz) = 11492087
SHA256 (node-v0.8.9.tar.gz) = Mg8Gh3xeS03MQHx2xNbc8kOEIRwu4i+Lx5So7ImBNro=
SIZE (node-v0.8.9.tar.gz) = 12146570

View File

@ -1,14 +1,12 @@
$OpenBSD: patch-deps_npm_lib_npm_js,v 1.1 2012/08/23 17:29:44 abieber Exp $
--- deps/npm/lib/npm.js.orig Tue Aug 21 19:41:11 2012
+++ deps/npm/lib/npm.js Tue Aug 21 19:41:59 2012
@@ -341,8 +341,8 @@ function load (npm, cli, cb) {
$OpenBSD: patch-deps_npm_lib_npm_js,v 1.2 2012/09/14 22:40:20 abieber Exp $
--- deps/npm/lib/npm.js.orig Fri Sep 14 14:31:07 2012
+++ deps/npm/lib/npm.js Fri Sep 14 14:31:23 2012
@@ -323,7 +323,7 @@ function load (npm, cli, cb) {
}
}
var umask = parseInt(cli.umask, 8)
- npm.modes = { exec: 0777 & (~umask)
- , file: 0666 & (~umask)
+ npm.modes = { exec: 0755 & (~umask)
+ , file: 0644 & (~umask)
- var umask = npm.config.get("umask")
+ var umask = 0022
npm.modes = { exec: 0777 & (~umask)
, file: 0666 & (~umask)
, umask: umask }
chain([ [ loadPrefix, npm, cli ]

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.7 2012/08/30 01:13:32 abieber Exp $
@comment $OpenBSD: PLIST,v 1.8 2012/09/14 22:40:20 abieber Exp $
@pkgpath www/node
@bin bin/node
bin/node-gyp
@ -204,6 +204,11 @@ lib/node_modules/fstream/.npmignore
lib/node_modules/fstream/.travis.yml
lib/node_modules/fstream/LICENCE
lib/node_modules/fstream/README.md
lib/node_modules/fstream/examples/
lib/node_modules/fstream/examples/filter-pipe.js
lib/node_modules/fstream/examples/pipe.js
lib/node_modules/fstream/examples/reader.js
lib/node_modules/fstream/examples/symlink-write.js
lib/node_modules/fstream/fstream.js
lib/node_modules/fstream/lib/
lib/node_modules/fstream/lib/abstract.js
@ -492,7 +497,7 @@ lib/node_modules/npm/doc/cli/init.md
lib/node_modules/npm/doc/cli/install.md
lib/node_modules/npm/doc/cli/json.md
lib/node_modules/npm/doc/cli/link.md
lib/node_modules/npm/doc/cli/list.md
lib/node_modules/npm/doc/cli/ls.md
lib/node_modules/npm/doc/cli/npm.md
lib/node_modules/npm/doc/cli/outdated.md
lib/node_modules/npm/doc/cli/owner.md
@ -591,6 +596,7 @@ lib/node_modules/npm/html/doc/install.html
lib/node_modules/npm/html/doc/json.html
lib/node_modules/npm/html/doc/link.html
lib/node_modules/npm/html/doc/list.html
lib/node_modules/npm/html/doc/ls.html
lib/node_modules/npm/html/doc/npm.html
lib/node_modules/npm/html/doc/outdated.html
lib/node_modules/npm/html/doc/owner.html
@ -624,11 +630,12 @@ lib/node_modules/npm/html/docfoot.html
lib/node_modules/npm/html/dochead.html
lib/node_modules/npm/html/favicon.ico
lib/node_modules/npm/html/index.html
lib/node_modules/npm/html/style.css
lib/node_modules/npm/html/webfonts/
lib/node_modules/npm/html/webfonts/23242D_3_0.eot
lib/node_modules/npm/html/webfonts/23242D_3_0.ttf
lib/node_modules/npm/html/webfonts/23242D_3_0.woff
lib/node_modules/npm/html/static/
lib/node_modules/npm/html/static/style.css
lib/node_modules/npm/html/static/webfonts/
lib/node_modules/npm/html/static/webfonts/23242D_3_0.eot
lib/node_modules/npm/html/static/webfonts/23242D_3_0.ttf
lib/node_modules/npm/html/static/webfonts/23242D_3_0.woff
lib/node_modules/npm/lib/
lib/node_modules/npm/lib/adduser.js
lib/node_modules/npm/lib/bin.js