Update node to 0.8.18
OK sthen@
This commit is contained in:
parent
158457f4c1
commit
47a155ac28
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2013/01/13 14:53:40 abieber Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2013/01/27 03:56:06 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.17
|
||||
NODE_VERSION= v0.8.18
|
||||
|
||||
DISTNAME= node-${NODE_VERSION}
|
||||
PKGNAME= ${DISTNAME:S/v//g}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (node-v0.8.17.tar.gz) = jwcLQv+4T96dPtL4ArCGZLlN2jJ6Nr8IqAyLfvz4sp4=
|
||||
SIZE (node-v0.8.17.tar.gz) = 12158646
|
||||
SHA256 (node-v0.8.18.tar.gz) = HWPdQvm9IvCHWF3fgKiBxqy+FmSJGx3aO3Ewb+muAPk=
|
||||
SIZE (node-v0.8.18.tar.gz) = 12164371
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.11 2013/01/13 14:53:40 abieber Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.12 2013/01/27 03:56:06 abieber Exp $
|
||||
@pkgpath www/node
|
||||
@bin bin/node
|
||||
bin/node-gyp
|
||||
@ -192,6 +192,7 @@ lib/node_modules/fstream-npm/fstream-npm.js
|
||||
lib/node_modules/fstream-npm/node_modules/
|
||||
lib/node_modules/fstream-npm/node_modules/fstream-ignore/
|
||||
lib/node_modules/fstream-npm/node_modules/fstream-ignore/.npmignore
|
||||
lib/node_modules/fstream-npm/node_modules/fstream-ignore/LICENSE
|
||||
lib/node_modules/fstream-npm/node_modules/fstream-ignore/README.md
|
||||
lib/node_modules/fstream-npm/node_modules/fstream-ignore/example/
|
||||
lib/node_modules/fstream-npm/node_modules/fstream-ignore/example/basic.js
|
||||
|
Loading…
Reference in New Issue
Block a user