svn commit: r423979 - in head/www/node: . files

Adam Weinberger adamw at FreeBSD.org
Fri Oct 14 15:42:45 UTC 2016


Author: adamw
Date: Fri Oct 14 15:42:43 2016
New Revision: 423979
URL: https://svnweb.freebsd.org/changeset/ports/423979

Log:
  Update to 6.8.0.
  
  PR:		213432
  Submitted by:	maintainer (Bradley T. Hughes)

Added:
  head/www/node/files/patch-node.gyp   (contents, props changed)
Modified:
  head/www/node/Makefile
  head/www/node/distinfo

Modified: head/www/node/Makefile
==============================================================================
--- head/www/node/Makefile	Fri Oct 14 15:37:23 2016	(r423978)
+++ head/www/node/Makefile	Fri Oct 14 15:42:43 2016	(r423979)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	node
-PORTVERSION=	6.7.0
+PORTVERSION=	6.8.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/

Modified: head/www/node/distinfo
==============================================================================
--- head/www/node/distinfo	Fri Oct 14 15:37:23 2016	(r423978)
+++ head/www/node/distinfo	Fri Oct 14 15:42:43 2016	(r423979)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1475046238
-SHA256 (node-v6.7.0.tar.gz) = 02b8ee1719a11b9ab22bef9279519efaaf31dd0d39cba4c3a1176ccda400b8d6
-SIZE (node-v6.7.0.tar.gz) = 26431821
+TIMESTAMP = 1476306017
+SHA256 (node-v6.8.0.tar.gz) = a8a2d4b74734991dd45e5b2b0b13617864f1283f6d6bc262e1e4d30741114352
+SIZE (node-v6.8.0.tar.gz) = 26502047

Added: head/www/node/files/patch-node.gyp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/node/files/patch-node.gyp	Fri Oct 14 15:42:43 2016	(r423979)
@@ -0,0 +1,11 @@
+--- node.gyp.orig	2016-10-12 21:30:37 UTC
++++ node.gyp
+@@ -477,6 +477,8 @@
+         }],
+         [ 'node_shared_zlib=="false"', {
+           'dependencies': [ 'deps/zlib/zlib.gyp:zlib' ],
++        }, {
++          'defines': [ 'ZLIB_CONST' ],
+         }],
+ 
+         [ 'node_shared_http_parser=="false"', {


More information about the svn-ports-all mailing list