mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Update to 0.11.13
PR: 190296 Submitted by: Jin-Sih Lin <linpct@gmail.com>
This commit is contained in:
parent
d614ea3091
commit
5fa6f7859e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356965
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= node
|
||||
PORTVERSION= 0.11.11
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.11.13
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (node-v0.11.11.tar.gz) = 7098763353011a92bca25192c0ed4a7cae5a115805223bcc6d5a81e4d20dc87a
|
||||
SIZE (node-v0.11.11.tar.gz) = 15402160
|
||||
SHA256 (node-v0.11.13.tar.gz) = 15d6e90c16adf907c0401cd5a77841b5264e90dfdaa1051d75184aa587fc8298
|
||||
SIZE (node-v0.11.13.tar.gz) = 16578783
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- deps/v8/src/platform-freebsd.orig 2013-11-18 22:50:13.000000000 -0200
|
||||
+++ deps/v8/src/platform-freebsd.cc 2013-11-18 22:55:37.000000000 -0200
|
||||
@@ -189,7 +189,7 @@
|
||||
// There may be no filename in this line. Skip to next.
|
||||
if (start_of_path == NULL) continue;
|
||||
buffer[bytes_read] = 0;
|
||||
- LOG(isolate SharedLibraryEvent(start_of_path, start, end));
|
||||
+ LOG(isolate, SharedLibraryEvent(start_of_path, start, end));
|
||||
}
|
||||
close(fd);
|
||||
}
|
@ -1,4 +1,5 @@
|
||||
bin/node
|
||||
include/node/android-ifaddrs.h
|
||||
include/node/ares.h
|
||||
include/node/ares_version.h
|
||||
include/node/common.gypi
|
||||
@ -19,22 +20,22 @@ include/node/uv-errno.h
|
||||
include/node/uv-linux.h
|
||||
include/node/uv-sunos.h
|
||||
include/node/uv-unix.h
|
||||
include/node/uv-version.h
|
||||
include/node/uv-win.h
|
||||
include/node/uv.h
|
||||
include/node/v8-debug.h
|
||||
include/node/v8-defaults.h
|
||||
include/node/v8-platform.h
|
||||
include/node/v8-profiler.h
|
||||
include/node/v8-testing.h
|
||||
include/node/v8-util.h
|
||||
include/node/v8.h
|
||||
include/node/v8config.h
|
||||
include/node/v8stdint.h
|
||||
lib/dtrace/node.d
|
||||
lib/node_modules/.keepme
|
||||
man/man1/node.1.gz
|
||||
share/systemtap/tapset/node.stp
|
||||
@dirrmtry share/systemtap/tapset
|
||||
@dirrmtry share/systemtap
|
||||
@dirrmtry lib/node_modules
|
||||
@dirrmtry lib/dtrace
|
||||
@dirrmtry include/node/openssl
|
||||
@dirrmtry include/node
|
||||
@dirrmtry lib/node_modules
|
||||
@dirrmtry share/systemtap/tapset
|
||||
@dirrmtry share/systemtap
|
||||
|
Loading…
Reference in New Issue
Block a user