svn commit: r356965 - in head/www/node-devel: . files

Steve Wills swills at FreeBSD.org
Sun Jun 8 02:06:29 UTC 2014


Author: swills
Date: Sun Jun  8 02:06:28 2014
New Revision: 356965
URL: http://svnweb.freebsd.org/changeset/ports/356965
QAT: https://qat.redports.org/buildarchive/r356965/

Log:
  - Update to 0.11.13
  
  PR:		190296
  Submitted by:	Jin-Sih Lin <linpct at gmail.com>

Deleted:
  head/www/node-devel/files/
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	Sun Jun  8 01:35:26 2014	(r356964)
+++ head/www/node-devel/Makefile	Sun Jun  8 02:06:28 2014	(r356965)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	node
-PORTVERSION=	0.11.11
-PORTREVISION=	1
+PORTVERSION=	0.11.13
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/
 PKGNAMESUFFIX=	-devel

Modified: head/www/node-devel/distinfo
==============================================================================
--- head/www/node-devel/distinfo	Sun Jun  8 01:35:26 2014	(r356964)
+++ head/www/node-devel/distinfo	Sun Jun  8 02:06:28 2014	(r356965)
@@ -1,2 +1,2 @@
-SHA256 (node-v0.11.11.tar.gz) = 7098763353011a92bca25192c0ed4a7cae5a115805223bcc6d5a81e4d20dc87a
-SIZE (node-v0.11.11.tar.gz) = 15402160
+SHA256 (node-v0.11.13.tar.gz) = 15d6e90c16adf907c0401cd5a77841b5264e90dfdaa1051d75184aa587fc8298
+SIZE (node-v0.11.13.tar.gz) = 16578783

Modified: head/www/node-devel/pkg-plist
==============================================================================
--- head/www/node-devel/pkg-plist	Sun Jun  8 01:35:26 2014	(r356964)
+++ head/www/node-devel/pkg-plist	Sun Jun  8 02:06:28 2014	(r356965)
@@ -1,4 +1,5 @@
 bin/node
+include/node/android-ifaddrs.h
 include/node/ares.h
 include/node/ares_version.h
 include/node/common.gypi
@@ -19,22 +20,22 @@ include/node/uv-errno.h
 include/node/uv-linux.h
 include/node/uv-sunos.h
 include/node/uv-unix.h
+include/node/uv-version.h
 include/node/uv-win.h
 include/node/uv.h
 include/node/v8-debug.h
-include/node/v8-defaults.h
+include/node/v8-platform.h
 include/node/v8-profiler.h
 include/node/v8-testing.h
+include/node/v8-util.h
 include/node/v8.h
 include/node/v8config.h
 include/node/v8stdint.h
-lib/dtrace/node.d
 lib/node_modules/.keepme
 man/man1/node.1.gz
 share/systemtap/tapset/node.stp
- at dirrmtry share/systemtap/tapset
- at dirrmtry share/systemtap
- at dirrmtry lib/node_modules
- at dirrmtry lib/dtrace
 @dirrmtry include/node/openssl
 @dirrmtry include/node
+ at dirrmtry lib/node_modules
+ at dirrmtry share/systemtap/tapset
+ at dirrmtry share/systemtap


More information about the svn-ports-all mailing list