update to node.js 0.6.14, from maintainer Aaron Bieber.
This commit is contained in:
parent
7cd4365096
commit
1f9a9fac09
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2012/03/15 22:05:51 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2012/03/26 20:53:32 sthen 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.6.13
|
||||
NODE_VERSION= v0.6.14
|
||||
DISTNAME= node-${NODE_VERSION}
|
||||
PKGNAME= ${DISTNAME:S/v//g}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (node-v0.6.13.tar.gz) = hweFhuIm/XpNtg04vqmq1g==
|
||||
RMD160 (node-v0.6.13.tar.gz) = H5E052TGBVeoRSRFOD45UWDE+Hc=
|
||||
SHA1 (node-v0.6.13.tar.gz) = BDeex2UdthuwAj8VG0nE3bsd5P8=
|
||||
SHA256 (node-v0.6.13.tar.gz) = /E886s/Sz8TsdfxZ2X8fLQSUfv1eGR763etVLfSGJFs=
|
||||
SIZE (node-v0.6.13.tar.gz) = 10757157
|
||||
MD5 (node-v0.6.14.tar.gz) = MDOoZuIwzKZOIS7o8q8n3Q==
|
||||
RMD160 (node-v0.6.14.tar.gz) = 5HIO7BnD8dgL0r3CBMxIg09j2Zo=
|
||||
SHA1 (node-v0.6.14.tar.gz) = hNoydGWpbI/ftY81Hod+QXVwqPs=
|
||||
SHA256 (node-v0.6.14.tar.gz) = 5BkiMIFVxRl8LQSJSMqc126l+aUfl34Vkb2T/hfUzx8=
|
||||
SIZE (node-v0.6.14.tar.gz) = 10742747
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.10 2012/03/15 22:05:51 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.11 2012/03/26 20:53:32 sthen Exp $
|
||||
@bin bin/node
|
||||
bin/node-waf
|
||||
bin/npm
|
||||
@ -590,15 +590,10 @@ lib/node_modules/npm/node_modules/block-stream/
|
||||
lib/node_modules/npm/node_modules/block-stream/README.md
|
||||
lib/node_modules/npm/node_modules/block-stream/block-stream.js
|
||||
lib/node_modules/npm/node_modules/block-stream/package.json
|
||||
lib/node_modules/npm/node_modules/fast-list/
|
||||
lib/node_modules/npm/node_modules/fast-list/.npmignore
|
||||
lib/node_modules/npm/node_modules/fast-list/.travis.yml
|
||||
lib/node_modules/npm/node_modules/fast-list/README.md
|
||||
lib/node_modules/npm/node_modules/fast-list/fast-list.js
|
||||
lib/node_modules/npm/node_modules/fast-list/package.json
|
||||
lib/node_modules/npm/node_modules/fstream/
|
||||
lib/node_modules/npm/node_modules/fstream/.npmignore
|
||||
lib/node_modules/npm/node_modules/fstream/.travis.yml
|
||||
lib/node_modules/npm/node_modules/fstream/LICENCE
|
||||
lib/node_modules/npm/node_modules/fstream/README.md
|
||||
lib/node_modules/npm/node_modules/fstream/fstream.js
|
||||
lib/node_modules/npm/node_modules/fstream/lib/
|
||||
@ -752,6 +747,7 @@ lib/node_modules/npm/node_modules/node-gyp/node_modules/ansi/server.js
|
||||
lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/
|
||||
lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/.npmignore
|
||||
lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/.travis.yml
|
||||
lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/LICENCE
|
||||
lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/README.md
|
||||
lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/glob.js
|
||||
lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/node_modules/
|
||||
|
Loading…
Reference in New Issue
Block a user