Summary: | [MAINTAINER] www/node: update to 0.10.28 | ||||||
---|---|---|---|---|---|---|---|
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-05-04 07:30:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool) Author: swills Date: Thu May 22 14:37:14 2014 New Revision: 354856 URL: http://svnweb.freebsd.org/changeset/ports/354856 QAT: https://qat.redports.org/buildarchive/r354856/ Log: - Update to 0.10.28 PR: ports/189329 Submitted by: linpct@gmail.com (maintainer) Modified: head/www/node/Makefile head/www/node/distinfo head/www/node/pkg-plist Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Thu May 22 14:35:04 2014 (r354855) +++ head/www/node/Makefile Thu May 22 14:37:14 2014 (r354856) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 0.10.26 +PORTVERSION= 0.10.28 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-v${PORTVERSION} Modified: head/www/node/distinfo ============================================================================== --- head/www/node/distinfo Thu May 22 14:35:04 2014 (r354855) +++ head/www/node/distinfo Thu May 22 14:37:14 2014 (r354856) @@ -1,2 +1,2 @@ -SHA256 (node-v0.10.26.tar.gz) = ef5e4ea6f2689ed7f781355012b942a2347e0299da0804a58de8e6281c4b1daa -SIZE (node-v0.10.26.tar.gz) = 13339664 +SHA256 (node-v0.10.28.tar.gz) = abddc6441e0f208f6ed8a045e0293f713ea7f6dfb2d6a9a2024bf8b1b4617710 +SIZE (node-v0.10.28.tar.gz) = 13554081 Modified: head/www/node/pkg-plist ============================================================================== --- head/www/node/pkg-plist Thu May 22 14:35:04 2014 (r354855) +++ head/www/node/pkg-plist Thu May 22 14:37:14 2014 (r354856) @@ -28,11 +28,9 @@ include/node/v8.h include/node/v8stdint.h include/node/zconf.h include/node/zlib.h -lib/dtrace/node.d lib/node_modules/.keepme man/man1/node.1.gz -@dirrmtry lib/node_modules -@dirrmtry lib/dtrace -@dirrmtry include/node/uv-private @dirrmtry include/node/openssl +@dirrmtry include/node/uv-private @dirrmtry include/node +@dirrmtry lib/node_modules _______________________________________________ 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" State Changed From-To: open->closed Committed. Thanks! |