Summary: | [MAINTAINER] www/node: update to 0.10.25 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | linpct | ||||
Component: | Individual Port(s) | Assignee: | Steve Wills <swills> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
linpct
2014-01-27 01:10:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool) State Changed From-To: open->closed Committed. Thanks! 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@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 -@dirrm lib/node_modules -@dirrm lib/dtrace +@dirrmtry lib/node_modules +@dirrmtry lib/dtrace +@dirrmtry include/node/uv-private +@dirrmtry include/node/openssl +@dirrmtry include/node _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" |