Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Oct 2014 08:25:16 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371030 - head/www/node-devel
Message-ID:  <201410170825.s9H8PGGj000133@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <linpct@gmail.com> (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



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