mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 0.6.11
Changes: https://github.com/joyent/node/blob/v0.6.11/ChangeLog PR: ports/165290 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer)
This commit is contained in:
parent
db8d715d75
commit
2cffbfeee9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291902
3 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= node
|
PORTNAME= node
|
||||||
PORTVERSION= 0.6.10
|
PORTVERSION= 0.6.11
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
|
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
|
||||||
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (node-v0.6.10.tar.gz) = d1d060ab53c6079409403530009a2095036f19920aabd3a1c20542e0db586bd5
|
SHA256 (node-v0.6.11.tar.gz) = 94bbdb2d62645fd2ad5b96e41cfec68abf004fd03fabaaf7d71c48b39013cbd1
|
||||||
SIZE (node-v0.6.10.tar.gz) = 10545272
|
SIZE (node-v0.6.11.tar.gz) = 10555423
|
||||||
|
|
|
@ -360,6 +360,7 @@ lib/node_modules/npm/lib/utils/exec.js
|
||||||
lib/node_modules/npm/lib/utils/fetch.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-prefix.js
|
||||||
lib/node_modules/npm/lib/utils/find.js
|
lib/node_modules/npm/lib/utils/find.js
|
||||||
|
lib/node_modules/npm/lib/utils/gently-rm.js
|
||||||
lib/node_modules/npm/lib/utils/get-agent.js
|
lib/node_modules/npm/lib/utils/get-agent.js
|
||||||
lib/node_modules/npm/lib/utils/get.js
|
lib/node_modules/npm/lib/utils/get.js
|
||||||
lib/node_modules/npm/lib/utils/ini.js
|
lib/node_modules/npm/lib/utils/ini.js
|
||||||
|
@ -588,7 +589,6 @@ lib/node_modules/npm/node_modules/request/vendor/cookie/jar.js
|
||||||
lib/node_modules/npm/node_modules/rimraf/AUTHORS
|
lib/node_modules/npm/node_modules/rimraf/AUTHORS
|
||||||
lib/node_modules/npm/node_modules/rimraf/LICENSE
|
lib/node_modules/npm/node_modules/rimraf/LICENSE
|
||||||
lib/node_modules/npm/node_modules/rimraf/README.md
|
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/package.json
|
||||||
lib/node_modules/npm/node_modules/rimraf/rimraf.js
|
lib/node_modules/npm/node_modules/rimraf/rimraf.js
|
||||||
lib/node_modules/npm/node_modules/semver/LICENSE
|
lib/node_modules/npm/node_modules/semver/LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue