svn commit: r342013 - in head/www/node: . files

Steve Wills swills at FreeBSD.org
Fri Jan 31 16:14:43 UTC 2014


Author: swills
Date: Fri Jan 31 16:14:42 2014
New Revision: 342013
URL: http://svnweb.freebsd.org/changeset/ports/342013
QAT: https://qat.redports.org/buildarchive/r342013/

Log:
  - Update to 0.10.25
  
  PR:		ports/186150
  Submitted by:	Jin-Sih Lin <linpct at gmail.com> (maintainer)

Deleted:
  head/www/node/files/
Modified:
  head/www/node/Makefile
  head/www/node/distinfo
  head/www/node/pkg-plist

Modified: head/www/node/Makefile
==============================================================================
--- head/www/node/Makefile	Fri Jan 31 15:54:10 2014	(r342012)
+++ head/www/node/Makefile	Fri Jan 31 16:14:42 2014	(r342013)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	node
-PORTVERSION=	0.10.22
+PORTVERSION=	0.10.25
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/
 DISTNAME=	${PORTNAME}-v${PORTVERSION}

Modified: head/www/node/distinfo
==============================================================================
--- head/www/node/distinfo	Fri Jan 31 15:54:10 2014	(r342012)
+++ head/www/node/distinfo	Fri Jan 31 16:14:42 2014	(r342013)
@@ -1,2 +1,2 @@
-SHA256 (node-v0.10.22.tar.gz) = 157fc58b3f1d109baefac4eb1d32ae747de5e6d55d87d0e9bec8f8dd10679e7e
-SIZE (node-v0.10.22.tar.gz) = 13686897
+SHA256 (node-v0.10.25.tar.gz) = 46eef3b9d5475a2081dc2b2f7cf1f4c3a56824d1fc9b04e7ed1d7a88e8f6b36f
+SIZE (node-v0.10.25.tar.gz) = 13732322

Modified: head/www/node/pkg-plist
==============================================================================
--- head/www/node/pkg-plist	Fri Jan 31 15:54:10 2014	(r342012)
+++ head/www/node/pkg-plist	Fri Jan 31 16:14:42 2014	(r342013)
@@ -1,5 +1,37 @@
 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/uv-private/ngx-queue.h
+include/node/uv-private/stdint-msvc2008.h
+include/node/uv-private/tree.h
+include/node/uv-private/uv-bsd.h
+include/node/uv-private/uv-darwin.h
+include/node/uv-private/uv-linux.h
+include/node/uv-private/uv-sunos.h
+include/node/uv-private/uv-unix.h
+include/node/uv-private/uv-win.h
+include/node/uv.h
+include/node/v8-debug.h
+include/node/v8-preparser.h
+include/node/v8-profiler.h
+include/node/v8-testing.h
+include/node/v8.h
+include/node/v8stdint.h
+include/node/zconf.h
+include/node/zlib.h
 lib/dtrace/node.d
 lib/node_modules/.keepme
- at dirrm lib/node_modules
- at dirrm lib/dtrace
+ at dirrmtry lib/node_modules
+ at dirrmtry lib/dtrace
+ at dirrmtry include/node/uv-private
+ at dirrmtry include/node/openssl
+ at dirrmtry include/node


More information about the svn-ports-all mailing list