From owner-svn-ports-head@FreeBSD.ORG Fri Oct 17 08:25:17 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 46A0AE12; Fri, 17 Oct 2014 08:25:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 18DE16BF; Fri, 17 Oct 2014 08:25:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9H8PG0a000137; Fri, 17 Oct 2014 08:25:16 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9H8PGGj000133; Fri, 17 Oct 2014 08:25:16 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201410170825.s9H8PGGj000133@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Fri, 17 Oct 2014 08:25:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371030 - head/www/node-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Oct 2014 08:25:17 -0000 Author: culot Date: Fri Oct 17 08:25:15 2014 New Revision: 371030 URL: https://svnweb.freebsd.org/changeset/ports/371030 QAT: https://qat.redports.org/buildarchive/r371030/ Log: - Update to 0.11.14 Changes: https://github.com/joyent/node/blob/v0.11.14/ChangeLog PR: ports/194325 Submitted by: Jin-Sih Lin (maintainer) Modified: head/www/node-devel/Makefile head/www/node-devel/distinfo head/www/node-devel/pkg-plist Modified: head/www/node-devel/Makefile ============================================================================== --- head/www/node-devel/Makefile Fri Oct 17 07:56:14 2014 (r371029) +++ head/www/node-devel/Makefile Fri Oct 17 08:25:15 2014 (r371030) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 0.11.13 +PORTVERSION= 0.11.14 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= -devel @@ -14,10 +14,9 @@ LICENSE= MIT LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo -USES= gmake +USES= gmake python:2 HAS_CONFIGURE= yes USE_LDCONFIG= yes -USE_PYTHON= 2 CONFLICTS= node-0.[0-9]* Modified: head/www/node-devel/distinfo ============================================================================== --- head/www/node-devel/distinfo Fri Oct 17 07:56:14 2014 (r371029) +++ head/www/node-devel/distinfo Fri Oct 17 08:25:15 2014 (r371030) @@ -1,2 +1,2 @@ -SHA256 (node-v0.11.13.tar.gz) = 15d6e90c16adf907c0401cd5a77841b5264e90dfdaa1051d75184aa587fc8298 -SIZE (node-v0.11.13.tar.gz) = 16578783 +SHA256 (node-v0.11.14.tar.gz) = ce08b0a2769bcc135ca25639c9d411a038e93e0f5f5a83000ecde9b763c4dd83 +SIZE (node-v0.11.14.tar.gz) = 17255771 Modified: head/www/node-devel/pkg-plist ============================================================================== --- head/www/node-devel/pkg-plist Fri Oct 17 07:56:14 2014 (r371029) +++ head/www/node-devel/pkg-plist Fri Oct 17 08:25:15 2014 (r371030) @@ -12,13 +12,16 @@ include/node/node_object_wrap.h include/node/node_version.h include/node/openssl/opensslconf.h include/node/pthread-fixes.h +include/node/smalloc.h include/node/stdint-msvc2008.h include/node/tree.h +include/node/uv-aix.h include/node/uv-bsd.h include/node/uv-darwin.h include/node/uv-errno.h include/node/uv-linux.h include/node/uv-sunos.h +include/node/uv-threadpool.h include/node/uv-unix.h include/node/uv-version.h include/node/uv-win.h