www/node: 5.9.1 -> 5.10.1
- lots of small fixes - submitter becomes maintainer PR: 208587 Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> Approved by: Daniel Lin <linpct@gmail.com> (maintainer)
This commit is contained in:
parent
0c671578cd
commit
d61a9eaedd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413009
3 changed files with 5 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= node
|
||||
PORTVERSION= 5.9.1
|
||||
PORTVERSION= 5.10.1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (node-v5.9.1.tar.gz) = 9bfa882ba832c526add1f939121c79d95b9c592785ec8afe043086a0c7a30c18
|
||||
SIZE (node-v5.9.1.tar.gz) = 22432928
|
||||
SHA256 (node-v5.10.1.tar.gz) = c6e278b612b53c240ddf85521403e55abfd8f0201d2f2c7e3d2c21383054aacd
|
||||
SIZE (node-v5.10.1.tar.gz) = 22576242
|
||||
|
|
|
@ -29,6 +29,8 @@ include/node/openssl/archs/linux-ppc/opensslconf.h
|
|||
include/node/openssl/archs/linux-ppc64/opensslconf.h
|
||||
include/node/openssl/archs/linux-x32/opensslconf.h
|
||||
include/node/openssl/archs/linux-x86_64/opensslconf.h
|
||||
include/node/openssl/archs/linux32-s390x/opensslconf.h
|
||||
include/node/openssl/archs/linux64-s390x/opensslconf.h
|
||||
include/node/openssl/archs/solaris-x86-gcc/opensslconf.h
|
||||
include/node/openssl/archs/solaris64-x86_64-gcc/opensslconf.h
|
||||
include/node/openssl/asn1.h
|
||||
|
|
Loading…
Reference in a new issue