update to node.js 0.6.12, from maintainer Aaron Bieber
This commit is contained in:
parent
4e1ea074e1
commit
5bfea6f3c5
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2012/02/17 15:38:47 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2012/03/03 10:58:00 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.10
|
||||
NODE_VERSION= v0.6.12
|
||||
DISTNAME= node-${NODE_VERSION}
|
||||
PKGNAME= ${DISTNAME:S/v//g}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (node-v0.6.10.tar.gz) = inT9XUjCx8ZKvGCyuPP7xw==
|
||||
RMD160 (node-v0.6.10.tar.gz) = 9iXi3fO54QTLO5z2Ociut5IfpV0=
|
||||
SHA1 (node-v0.6.10.tar.gz) = /wmIUkNMWV2GaTHDSgvS+diI3Zs=
|
||||
SHA256 (node-v0.6.10.tar.gz) = 0dBgq1PGB5QJQDUwAJoglQNvGZIKq9OhwgVC4NtYa9U=
|
||||
SIZE (node-v0.6.10.tar.gz) = 10545272
|
||||
MD5 (node-v0.6.12.tar.gz) = oSdmrkADyXEpJ9H6E07Z9g==
|
||||
RMD160 (node-v0.6.12.tar.gz) = g9vO7/OgPracJ0HiWfSXCMOB4yY=
|
||||
SHA1 (node-v0.6.12.tar.gz) = RILhwJ5XEIVmjo9Q1swE5H/Zyyw=
|
||||
SHA256 (node-v0.6.12.tar.gz) = oWOS+4OyiL1Ay2RZMlN1akT4ERR47fXozEOaZGIigcQ=
|
||||
SIZE (node-v0.6.12.tar.gz) = 10452498
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2012/01/24 10:03:55 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2012/03/03 10:58:00 sthen Exp $
|
||||
@bin bin/node
|
||||
bin/node-waf
|
||||
bin/npm
|
||||
@ -125,6 +125,7 @@ lib/node_modules/npm/doc/api/restart.md
|
||||
lib/node_modules/npm/doc/api/root.md
|
||||
lib/node_modules/npm/doc/api/run-script.md
|
||||
lib/node_modules/npm/doc/api/search.md
|
||||
lib/node_modules/npm/doc/api/shrinkwrap.md
|
||||
lib/node_modules/npm/doc/api/start.md
|
||||
lib/node_modules/npm/doc/api/stop.md
|
||||
lib/node_modules/npm/doc/api/submodule.md
|
||||
@ -179,6 +180,7 @@ lib/node_modules/npm/doc/cli/run-script.md
|
||||
lib/node_modules/npm/doc/cli/scripts.md
|
||||
lib/node_modules/npm/doc/cli/search.md
|
||||
lib/node_modules/npm/doc/cli/semver.md
|
||||
lib/node_modules/npm/doc/cli/shrinkwrap.md
|
||||
lib/node_modules/npm/doc/cli/star.md
|
||||
lib/node_modules/npm/doc/cli/start.md
|
||||
lib/node_modules/npm/doc/cli/stop.md
|
||||
@ -228,6 +230,7 @@ lib/node_modules/npm/html/api/root.html
|
||||
lib/node_modules/npm/html/api/run-script.html
|
||||
lib/node_modules/npm/html/api/search.html
|
||||
lib/node_modules/npm/html/api/set.html
|
||||
lib/node_modules/npm/html/api/shrinkwrap.html
|
||||
lib/node_modules/npm/html/api/start.html
|
||||
lib/node_modules/npm/html/api/stop.html
|
||||
lib/node_modules/npm/html/api/style.css
|
||||
@ -294,6 +297,7 @@ lib/node_modules/npm/html/doc/scripts.html
|
||||
lib/node_modules/npm/html/doc/search.html
|
||||
lib/node_modules/npm/html/doc/semver.html
|
||||
lib/node_modules/npm/html/doc/set.html
|
||||
lib/node_modules/npm/html/doc/shrinkwrap.html
|
||||
lib/node_modules/npm/html/doc/star.html
|
||||
lib/node_modules/npm/html/doc/start.html
|
||||
lib/node_modules/npm/html/doc/stop.html
|
||||
@ -353,6 +357,7 @@ lib/node_modules/npm/lib/root.js
|
||||
lib/node_modules/npm/lib/run-script.js
|
||||
lib/node_modules/npm/lib/search.js
|
||||
lib/node_modules/npm/lib/set.js
|
||||
lib/node_modules/npm/lib/shrinkwrap.js
|
||||
lib/node_modules/npm/lib/star.js
|
||||
lib/node_modules/npm/lib/start.js
|
||||
lib/node_modules/npm/lib/stop.js
|
||||
@ -380,7 +385,7 @@ lib/node_modules/npm/lib/utils/exec.js
|
||||
lib/node_modules/npm/lib/utils/fetch.js
|
||||
lib/node_modules/npm/lib/utils/find-prefix.js
|
||||
lib/node_modules/npm/lib/utils/find.js
|
||||
lib/node_modules/npm/lib/utils/get-agent.js
|
||||
lib/node_modules/npm/lib/utils/gently-rm.js
|
||||
lib/node_modules/npm/lib/utils/get.js
|
||||
lib/node_modules/npm/lib/utils/ini.js
|
||||
lib/node_modules/npm/lib/utils/lifecycle.js
|
||||
@ -464,6 +469,7 @@ lib/node_modules/npm/man/man1/
|
||||
@man lib/node_modules/npm/man/man1/search.1
|
||||
@man lib/node_modules/npm/man/man1/semver.1
|
||||
@man lib/node_modules/npm/man/man1/set.1
|
||||
@man lib/node_modules/npm/man/man1/shrinkwrap.1
|
||||
@man lib/node_modules/npm/man/man1/star.1
|
||||
@man lib/node_modules/npm/man/man1/start.1
|
||||
@man lib/node_modules/npm/man/man1/stop.1
|
||||
@ -511,6 +517,7 @@ lib/node_modules/npm/man/man3/
|
||||
@man lib/node_modules/npm/man/man3/run-script.3
|
||||
@man lib/node_modules/npm/man/man3/search.3
|
||||
@man lib/node_modules/npm/man/man3/set.3
|
||||
@man lib/node_modules/npm/man/man3/shrinkwrap.3
|
||||
@man lib/node_modules/npm/man/man3/start.3
|
||||
@man lib/node_modules/npm/man/man3/stop.3
|
||||
@man lib/node_modules/npm/man/man3/submodule.3
|
||||
@ -628,6 +635,7 @@ lib/node_modules/npm/node_modules/request/main.js
|
||||
lib/node_modules/npm/node_modules/request/mimetypes.js
|
||||
lib/node_modules/npm/node_modules/request/oauth.js
|
||||
lib/node_modules/npm/node_modules/request/package.json
|
||||
lib/node_modules/npm/node_modules/request/tunnel.js
|
||||
lib/node_modules/npm/node_modules/request/uuid.js
|
||||
lib/node_modules/npm/node_modules/request/vendor/
|
||||
lib/node_modules/npm/node_modules/request/vendor/cookie/
|
||||
@ -637,7 +645,6 @@ lib/node_modules/npm/node_modules/rimraf/
|
||||
lib/node_modules/npm/node_modules/rimraf/AUTHORS
|
||||
lib/node_modules/npm/node_modules/rimraf/LICENSE
|
||||
lib/node_modules/npm/node_modules/rimraf/README.md
|
||||
lib/node_modules/npm/node_modules/rimraf/fiber.js
|
||||
lib/node_modules/npm/node_modules/rimraf/package.json
|
||||
lib/node_modules/npm/node_modules/rimraf/rimraf.js
|
||||
lib/node_modules/npm/node_modules/semver/
|
||||
@ -724,6 +731,10 @@ lib/node_modules/npm/test/packages/npm-test-optional-deps/
|
||||
lib/node_modules/npm/test/packages/npm-test-optional-deps/package.json
|
||||
lib/node_modules/npm/test/packages/npm-test-private/
|
||||
lib/node_modules/npm/test/packages/npm-test-private/package.json
|
||||
lib/node_modules/npm/test/packages/npm-test-shrinkwrap/
|
||||
lib/node_modules/npm/test/packages/npm-test-shrinkwrap/npm-shrinkwrap.json
|
||||
lib/node_modules/npm/test/packages/npm-test-shrinkwrap/package.json
|
||||
lib/node_modules/npm/test/packages/npm-test-shrinkwrap/test.sh
|
||||
lib/node_modules/npm/test/packages/npm-test-test-package/
|
||||
lib/node_modules/npm/test/packages/npm-test-test-package/package.json
|
||||
lib/node_modules/npm/test/packages/npm-test-url-dep/
|
||||
|
Loading…
Reference in New Issue
Block a user