diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-04-11 10:02:47 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-04-11 10:02:47 +0000 |
commit | d61a9eaedd7ac611db7f4285e9c228922429c5ba (patch) | |
tree | 3a68715c8067862bf42deae2cabd2569639ed52b | |
parent | www/node4: 4.4.1 -> 4.4.2 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=413009
-rw-r--r-- | www/node/Makefile | 2 | ||||
-rw-r--r-- | www/node/distinfo | 4 | ||||
-rw-r--r-- | www/node/pkg-plist | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/www/node/Makefile b/www/node/Makefile index 2f2f65e900b7..2456b7dced55 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -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}/ diff --git a/www/node/distinfo b/www/node/distinfo index 4986097dc949..91a593e37b42 100644 --- a/www/node/distinfo +++ b/www/node/distinfo @@ -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 diff --git a/www/node/pkg-plist b/www/node/pkg-plist index c9837130eeaf..9d64fe811913 100644 --- a/www/node/pkg-plist +++ b/www/node/pkg-plist @@ -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 |