Update to version 4.5.0
Changelog: https://nodejs.org/en/blog/release/v4.5.0/ PR: 211983 Submitted by: Bradley T. Hughes (maintainer)
This commit is contained in:
parent
4cee49f424
commit
98eedab724
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420532
@ -2,9 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= node
|
||||
PORTVERSION= 4.4.7
|
||||
PORTVERSION= 4.5.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
|
||||
PKGNAMESUFFIX= 4
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1467265570
|
||||
SHA256 (node-v4.4.7.tar.gz) = cbe1c6e421969dd5639d0fbaa6d3c1f56c0463b87efe75be8594638da4d8fc4f
|
||||
SIZE (node-v4.4.7.tar.gz) = 22615690
|
||||
TIMESTAMP = 1471544082
|
||||
SHA256 (node-v4.5.0.tar.gz) = 74ced83b8d890d90e2a8b0d54b0d0e9b5e01d6fd6148cec6e9911ff6eaf0cf21
|
||||
SIZE (node-v4.5.0.tar.gz) = 22708609
|
||||
|
@ -7,7 +7,6 @@ include/node/libplatform/libplatform.h
|
||||
include/node/nameser.h
|
||||
include/node/node.h
|
||||
include/node/node_buffer.h
|
||||
include/node/node_internals.h
|
||||
include/node/node_object_wrap.h
|
||||
include/node/node_version.h
|
||||
%%BUNDLED_SSL%%include/node/openssl/aes.h
|
||||
@ -26,6 +25,8 @@ include/node/node_version.h
|
||||
%%BUNDLED_SSL%%include/node/openssl/archs/linux-ppc64/opensslconf.h
|
||||
%%BUNDLED_SSL%%include/node/openssl/archs/linux-x32/opensslconf.h
|
||||
%%BUNDLED_SSL%%include/node/openssl/archs/linux-x86_64/opensslconf.h
|
||||
%%BUNDLED_SSL%%include/node/openssl/archs/linux32-s390x/opensslconf.h
|
||||
%%BUNDLED_SSL%%include/node/openssl/archs/linux64-s390x/opensslconf.h
|
||||
%%BUNDLED_SSL%%include/node/openssl/archs/solaris-x86-gcc/opensslconf.h
|
||||
%%BUNDLED_SSL%%include/node/openssl/archs/solaris64-x86_64-gcc/opensslconf.h
|
||||
%%BUNDLED_SSL%%include/node/openssl/asn1.h
|
||||
|
Loading…
Reference in New Issue
Block a user