svn commit: r343760 - head/www/node-devel

Steve Wills swills at FreeBSD.org
Tue Feb 11 15:19:42 UTC 2014


Author: swills
Date: Tue Feb 11 15:19:40 2014
New Revision: 343760
URL: http://svnweb.freebsd.org/changeset/ports/343760
QAT: https://qat.redports.org/buildarchive/r343760/

Log:
  - Update to 0.11.11
  
  PR:		ports/186643
  Submitted by:	Jin-Sih Lin <linpct at 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	Tue Feb 11 14:53:06 2014	(r343759)
+++ head/www/node-devel/Makefile	Tue Feb 11 15:19:40 2014	(r343760)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	node
-PORTVERSION=	0.11.9
+PORTVERSION=	0.11.11
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/
 PKGNAMESUFFIX=	-devel

Modified: head/www/node-devel/distinfo
==============================================================================
--- head/www/node-devel/distinfo	Tue Feb 11 14:53:06 2014	(r343759)
+++ head/www/node-devel/distinfo	Tue Feb 11 15:19:40 2014	(r343760)
@@ -1,2 +1,2 @@
-SHA256 (node-v0.11.9.tar.gz) = cfcab9735a7e04a67671a96a8b0b7e71954c60c586ced5e3fe37d5c1a235b444
-SIZE (node-v0.11.9.tar.gz) = 15258471
+SHA256 (node-v0.11.11.tar.gz) = 7098763353011a92bca25192c0ed4a7cae5a115805223bcc6d5a81e4d20dc87a
+SIZE (node-v0.11.11.tar.gz) = 15402160

Modified: head/www/node-devel/pkg-plist
==============================================================================
--- head/www/node-devel/pkg-plist	Tue Feb 11 14:53:06 2014	(r343759)
+++ head/www/node-devel/pkg-plist	Tue Feb 11 15:19:40 2014	(r343760)
@@ -1,9 +1,40 @@
 bin/node
+include/node/ares.h
+include/node/ares_version.h
+include/node/common.gypi
+include/node/config.gypi
+include/node/nameser.h
+include/node/node.h
+include/node/node_buffer.h
+include/node/node_internals.h
+include/node/node_object_wrap.h
+include/node/node_version.h
+include/node/openssl/opensslconf.h
+include/node/pthread-fixes.h
+include/node/stdint-msvc2008.h
+include/node/tree.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-unix.h
+include/node/uv-win.h
+include/node/uv.h
+include/node/v8-debug.h
+include/node/v8-defaults.h
+include/node/v8-profiler.h
+include/node/v8-testing.h
+include/node/v8.h
+include/node/v8config.h
+include/node/v8stdint.h
 lib/dtrace/node.d
 lib/node_modules/.keepme
-share/systemtap/tapset/node.stp
 man/man1/node.1.gz
+share/systemtap/tapset/node.stp
 @dirrmtry share/systemtap/tapset
 @dirrmtry share/systemtap
 @dirrmtry lib/node_modules
 @dirrmtry lib/dtrace
+ at dirrmtry include/node/openssl
+ at dirrmtry include/node


More information about the svn-ports-head mailing list