mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
Update to 0.5.6.
Submitted by: maintainer (Jin-Sih Lin) PR: ports/160726
This commit is contained in:
parent
38b3a0d427
commit
ae37fa8bc1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281760
4 changed files with 22 additions and 18 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= node
|
||||
PORTVERSION= 0.5.5
|
||||
PORTVERSION= 0.5.6
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (node-v0.5.5.tar.gz) = 6f7ef8859e43545ff9a0e178e39a070f22c6a2abcf46b2cae079f446b5750e65
|
||||
SIZE (node-v0.5.5.tar.gz) = 9359415
|
||||
SHA256 (node-v0.5.6.tar.gz) = f9745ab3b19be29d3ddf40c40cec6d4c4685ae94d9943389d6b67178f11ecd9b
|
||||
SIZE (node-v0.5.6.tar.gz) = 9078567
|
||||
|
|
11
www/node-devel/files/patch-deps-uv-src-unix-fs.c
Normal file
11
www/node-devel/files/patch-deps-uv-src-unix-fs.c
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- deps/uv/src/unix/fs.c.orig 2011-09-14 16:00:16.000000000 +0800
|
||||
+++ deps/uv/src/unix/fs.c 2011-09-14 16:19:48.000000000 +0800
|
||||
@@ -434,7 +434,7 @@
|
||||
|
||||
int uv_fs_fdatasync(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) {
|
||||
char* path = NULL;
|
||||
- WRAP_EIO(UV_FS_FDATASYNC, eio_fdatasync, fdatasync, ARGS1(file))
|
||||
+ WRAP_EIO(UV_FS_FSYNC, eio_fsync, fsync, ARGS1(file))
|
||||
}
|
||||
|
||||
|
|
@ -5,26 +5,17 @@ include/node/ares_version.h
|
|||
include/node/c-ares/ares.h
|
||||
include/node/c-ares/ares_version.h
|
||||
include/node/config.h
|
||||
include/node/eio.h
|
||||
include/node/ev.h
|
||||
include/node/ev/config_cygwin.h
|
||||
include/node/ev/config_darwin.h
|
||||
include/node/ev/config_freebsd.h
|
||||
include/node/ev/config_linux.h
|
||||
include/node/ev/config_sunos.h
|
||||
include/node/ev/ev++.h
|
||||
include/node/ev/ev_vars.h
|
||||
include/node/ev/ev_wrap.h
|
||||
include/node/ev/event.h
|
||||
include/node/ngx-queue.h
|
||||
include/node/node.h
|
||||
include/node/node_buffer.h
|
||||
include/node/node_config.h
|
||||
include/node/node_object_wrap.h
|
||||
include/node/node_version.h
|
||||
include/node/tree.h
|
||||
include/node/uv-unix.h
|
||||
include/node/uv-win.h
|
||||
include/node/uv-private/eio.h
|
||||
include/node/uv-private/ev.h
|
||||
include/node/uv-private/ngx-queue.h
|
||||
include/node/uv-private/tree.h
|
||||
include/node/uv-private/uv-unix.h
|
||||
include/node/uv-private/uv-win.h
|
||||
include/node/uv.h
|
||||
include/node/v8-debug.h
|
||||
include/node/v8-preparser.h
|
||||
|
@ -84,6 +75,8 @@ lib/node/wafadmin/py3kfixes.py
|
|||
@dirrm lib/node/wafadmin/Tools
|
||||
@dirrm lib/node/wafadmin
|
||||
@dirrm lib/node
|
||||
@dirrm include/node/uv-private
|
||||
@dirrm include/node/ev
|
||||
@dirrm include/node/c-ares
|
||||
@dirrm include/node
|
||||
@exec mkdir -p %D/include/node/ev
|
||||
|
|
Loading…
Add table
Reference in a new issue