Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Sep 2016 15:50:43 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422994 - in head/www/node010: . files
Message-ID:  <201609301550.u8UFoh5A012522@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Fri Sep 30 15:50:43 2016
New Revision: 422994
URL: https://svnweb.freebsd.org/changeset/ports/422994

Log:
  Update to 0.10.47, and pet portlint.
  
  PR:		213073
  Submitted by:	maintainer

Added:
  head/www/node010/files/patch-common.gypi   (contents, props changed)
Modified:
  head/www/node010/Makefile
  head/www/node010/distinfo
  head/www/node010/files/patch-deps_v8_src_platform-freebsd.cc

Modified: head/www/node010/Makefile
==============================================================================
--- head/www/node010/Makefile	Fri Sep 30 15:48:15 2016	(r422993)
+++ head/www/node010/Makefile	Fri Sep 30 15:50:43 2016	(r422994)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	node
-PORTVERSION=	0.10.46
+PORTVERSION=	0.10.47
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/
@@ -10,8 +10,6 @@ PKGNAMESUFFIX=	010
 
 MAINTAINER=	bradleythughes@fastmail.fm
 COMMENT=	V8 JavaScript for client and server
-DEPRECATED=	Upstream has placed 0.10.x in maintenance mode, see https://github.com/nodejs/LTS#lts_schedule
-EXPIRATION_DATE=	2016-10-01
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
@@ -20,6 +18,9 @@ USES=		compiler execinfo gmake python:2
 HAS_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
+DEPRECATED=	Upstream has placed 0.10.x in maintenance mode, see https://github.com/nodejs/LTS#lts_schedule
+EXPIRATION_DATE=	2016-10-01
+
 CONFLICTS_INSTALL=	iojs-[0-9]* node-[0-9]* node-devel-[0-9]* node012-[0-9]* node4-[0-9]* node5-[0-9]*
 
 ONLY_FOR_ARCHS=	i386 amd64

Modified: head/www/node010/distinfo
==============================================================================
--- head/www/node010/distinfo	Fri Sep 30 15:48:15 2016	(r422993)
+++ head/www/node010/distinfo	Fri Sep 30 15:50:43 2016	(r422994)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1466758890
-SHA256 (node-v0.10.46.tar.gz) = 1164f2a4b663c9c0244033bfa649304a4a4e5a5ed6fab509d63084609d53198f
-SIZE (node-v0.10.46.tar.gz) = 15682724
+TIMESTAMP = 1475046652
+SHA256 (node-v0.10.47.tar.gz) = 5281fa7ddff755c34602a09ef8027f0bda0f7851b1e374fd0e0c33da93123056
+SIZE (node-v0.10.47.tar.gz) = 15696799

Added: head/www/node010/files/patch-common.gypi
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/node010/files/patch-common.gypi	Fri Sep 30 15:50:43 2016	(r422994)
@@ -0,0 +1,10 @@
+--- common.gypi.orig	2016-09-28 10:10:46 UTC
++++ common.gypi
+@@ -180,7 +180,6 @@
+       [ 'OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
+         'cflags': [ '-Wall', '-Wextra', '-Wno-unused-parameter', '-pthread', ],
+         'cflags_cc': [
+-          '-fno-delete-null-pointer-checks',
+           '-fno-exceptions',
+           '-fno-rtti',
+         ],

Modified: head/www/node010/files/patch-deps_v8_src_platform-freebsd.cc
==============================================================================
--- head/www/node010/files/patch-deps_v8_src_platform-freebsd.cc	Fri Sep 30 15:48:15 2016	(r422993)
+++ head/www/node010/files/patch-deps_v8_src_platform-freebsd.cc	Fri Sep 30 15:50:43 2016	(r422994)
@@ -1,4 +1,4 @@
---- deps/v8/src/platform-freebsd.cc.orig	2015-03-23 19:23:33 UTC
+--- deps/v8/src/platform-freebsd.cc.orig	2016-09-27 16:20:44 UTC
 +++ deps/v8/src/platform-freebsd.cc
 @@ -343,7 +343,7 @@ VirtualMemory::VirtualMemory(size_t size
    void* reservation = mmap(OS::GetRandomMmapAddr(),



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609301550.u8UFoh5A012522>