mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 0.6.8 [1]
- Use WITHOUT_FBSD10_FIX to prevent a non autotools-related configure script to be patched and an unwanted configure.fbsd10bak file to remain after deinstall PR: ports/164326 [1] Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer)
This commit is contained in:
parent
87a8c001f7
commit
adb90eaa28
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289737
3 changed files with 8 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= node
|
||||
PORTVERSION= 0.6.7
|
||||
PORTVERSION= 0.6.8
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
|
||||
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
||||
|
@ -22,6 +22,7 @@ HAS_CONFIGURE= yes
|
|||
USE_LDCONFIG= yes
|
||||
USE_PYTHON= yes
|
||||
USE_GMAKE= yes
|
||||
WITHOUT_FBSD10_FIX= yes
|
||||
|
||||
CONFLICTS= node-0.[0-57-9]* devel-0.[0-9]*
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (node-v0.6.7.tar.gz) = b34387449723352d2f5b7a51d8c1358c247908a5f7acd7849cac45f980246d54
|
||||
SIZE (node-v0.6.7.tar.gz) = 10473188
|
||||
SHA256 (node-v0.6.8.tar.gz) = e6cbfc5ccdbe10128dbbd4dc7a88c154d80f8a39c3a8477092cf7d25eef78c9c
|
||||
SIZE (node-v0.6.8.tar.gz) = 10488841
|
||||
|
|
|
@ -73,18 +73,16 @@ lib/node/wafadmin/__init__.py
|
|||
lib/node/wafadmin/ansiterm.py
|
||||
lib/node/wafadmin/pproc.py
|
||||
lib/node/wafadmin/py3kfixes.py
|
||||
lib/node_modules/npm/.gitmodules
|
||||
lib/node_modules/npm/.npmignore
|
||||
lib/node_modules/npm/.travis.yml
|
||||
lib/node_modules/npm/AUTHORS
|
||||
lib/node_modules/npm/LICENSE
|
||||
lib/node_modules/npm/Makefile
|
||||
lib/node_modules/npm/README.md
|
||||
lib/node_modules/npm/bin/npm
|
||||
lib/node_modules/npm/bin/npm-cli.js
|
||||
lib/node_modules/npm/bin/npm-g.cmd
|
||||
lib/node_modules/npm/bin/npm-get-uid-gid.js
|
||||
lib/node_modules/npm/bin/npm.cmd
|
||||
lib/node_modules/npm/bin/npm_g.cmd
|
||||
lib/node_modules/npm/bin/read-package-json.js
|
||||
lib/node_modules/npm/cli.js
|
||||
lib/node_modules/npm/configure
|
||||
|
@ -579,6 +577,7 @@ lib/node_modules/npm/node_modules/read/lib/read.js
|
|||
lib/node_modules/npm/node_modules/read/package.json
|
||||
lib/node_modules/npm/node_modules/request/LICENSE
|
||||
lib/node_modules/npm/node_modules/request/README.md
|
||||
lib/node_modules/npm/node_modules/request/forever.js
|
||||
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
|
||||
|
@ -654,6 +653,7 @@ lib/node_modules/npm/test/packages/npm-test-ignore/sub/include4
|
|||
lib/node_modules/npm/test/packages/npm-test-ignore/test.sh
|
||||
lib/node_modules/npm/test/packages/npm-test-missing-bindir/package.json
|
||||
lib/node_modules/npm/test/packages/npm-test-missing-bindir/test.js
|
||||
lib/node_modules/npm/test/packages/npm-test-optional-deps/package.json
|
||||
lib/node_modules/npm/test/packages/npm-test-private/package.json
|
||||
lib/node_modules/npm/test/packages/npm-test-test-package/package.json
|
||||
lib/node_modules/npm/test/packages/npm-test-url-dep/package.json
|
||||
|
@ -662,6 +662,7 @@ lib/node_modules/npm/test/update-test.sh
|
|||
@dirrm lib/node_modules/npm/test/packages/npm-test-url-dep
|
||||
@dirrm lib/node_modules/npm/test/packages/npm-test-test-package
|
||||
@dirrm lib/node_modules/npm/test/packages/npm-test-private
|
||||
@dirrm lib/node_modules/npm/test/packages/npm-test-optional-deps
|
||||
@dirrm lib/node_modules/npm/test/packages/npm-test-missing-bindir
|
||||
@dirrm lib/node_modules/npm/test/packages/npm-test-ignore/sub
|
||||
@dirrm lib/node_modules/npm/test/packages/npm-test-ignore
|
||||
|
|
Loading…
Add table
Reference in a new issue