Bug 189329 - [MAINTAINER] www/node: update to 0.10.28
Summary: [MAINTAINER] www/node: update to 0.10.28
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-04 07:30 UTC by linpct
Modified: 2014-05-22 15:40 UTC (History)
0 users

See Also:


Attachments
node-0.10.28.patch (1.35 KB, patch)
2014-05-04 07:30 UTC, linpct
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description linpct 2014-05-04 07:30:00 UTC
- Update to 0.10.28

Generated with FreeBSD Port Tools 1.02 (mode: update, diff: suffix)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-04 07:30:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-22 15:37:18 UTC
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"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2014-05-22 15:37:21 UTC
State Changed
From-To: open->closed

Committed. Thanks!