From sunpoet@sunpoet.net  Sun May 26 00:05:51 2013
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 1260455E
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 26 May 2013 00:05:51 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
	by mx1.freebsd.org (Postfix) with ESMTP id D7842F78
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 26 May 2013 00:05:50 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 098BC3F02; Sun, 26 May 2013 08:00:41 +0800 (CST)
Message-Id: <20130526000041.098BC3F02@sunpoet.net>
Date: Sun, 26 May 2013 08:00:41 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: linpct@gmail.com
Subject: [PATCH] www/node: update to 0.10.8
X-Send-Pr-Version: 3.113
X-GNATS-Notify: linpct@gmail.com

>Number:         178981
>Category:       ports
>Synopsis:       [PATCH] www/node: update to 0.10.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 26 00:10:00 UTC 2013
>Closed-Date:    Mon May 27 15:07:21 UTC 2013
>Last-Modified:  Mon May 27 15:07:21 UTC 2013
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 9.1-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.1-STABLE FreeBSD 9.1-STABLE #0 r250594: Tue May 14 01:12:01 CST
>Description:
- Update to 0.10.8

Port maintainer (linpct@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: SVN)
>How-To-Repeat:
>Fix:

--- node-0.10.8.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 319078)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	node
-PORTVERSION=	0.10.5
+PORTVERSION=	0.10.8
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/
 DISTNAME=	${PORTNAME}-v${PORTVERSION}
Index: distinfo
===================================================================
--- distinfo	(revision 319078)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (node-v0.10.5.tar.gz) = 1c22bd15cb13b1109610ee256699300ec6999b335f3bc85dc3c0312ec9312cfd
-SIZE (node-v0.10.5.tar.gz) = 13250913
+SHA256 (node-v0.10.8.tar.gz) = edf6f766c8ccc7ef5b02a50c94567343eb1ffae479db93684ba89976e3f18354
+SIZE (node-v0.10.8.tar.gz) = 13372909
--- node-0.10.8.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun May 26 00:10:10 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178981 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: linpct@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/178981: [PATCH] www/node: update to 0.10.8
Date: Sun, 26 May 2013 00:10:09 UT

 Maintainer of www/node,
 
 Please note that PR ports/178981 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/178981
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Daniel Lin <linpct@gmail.com>
To: "bug-followup@freebsd.org" <bug-followup@freebsd.org>
Cc:  
Subject: Re: ports/178981: [PATCH] www/node: update to 0.10.8
Date: Sun, 26 May 2013 08:11:59 +0800

 --001a11c2697e74c76604dd93e1c4
 Content-Type: text/plain; charset=ISO-8859-1
 
 maintainer approved.
 
 -- 
 Daniel Lin (pct)
 
 --001a11c2697e74c76604dd93e1c4--
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Sun May 26 00:36:21 UTC 2013 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178981 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/178981: commit references a PR
Date: Sun, 26 May 2013 13:50:47 +0000 (UTC)

 Author: sunpoet
 Date: Sun May 26 13:50:39 2013
 New Revision: 319110
 URL: http://svnweb.freebsd.org/changeset/ports/319110
 
 Log:
   - Update to 0.10.8
   
   Changes:	https://github.com/joyent/node/blob/v0.10.8/ChangeLog
   PR:		ports/178981
   Submitted by:	sunpoet (myself)
   Approved by:	Daniel Lin <linpct@gmail.com> (maintainer)
 
 Modified:
   head/www/node/Makefile
   head/www/node/distinfo
 
 Modified: head/www/node/Makefile
 ==============================================================================
 --- head/www/node/Makefile	Sun May 26 13:36:59 2013	(r319109)
 +++ head/www/node/Makefile	Sun May 26 13:50:39 2013	(r319110)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	node
 -PORTVERSION=	0.10.5
 +PORTVERSION=	0.10.8
  CATEGORIES=	www
  MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/
  DISTNAME=	${PORTNAME}-v${PORTVERSION}
 
 Modified: head/www/node/distinfo
 ==============================================================================
 --- head/www/node/distinfo	Sun May 26 13:36:59 2013	(r319109)
 +++ head/www/node/distinfo	Sun May 26 13:50:39 2013	(r319110)
 @@ -1,2 +1,2 @@
 -SHA256 (node-v0.10.5.tar.gz) = 1c22bd15cb13b1109610ee256699300ec6999b335f3bc85dc3c0312ec9312cfd
 -SIZE (node-v0.10.5.tar.gz) = 13250913
 +SHA256 (node-v0.10.8.tar.gz) = edf6f766c8ccc7ef5b02a50c94567343eb1ffae479db93684ba89976e3f18354
 +SIZE (node-v0.10.8.tar.gz) = 13372909
 _______________________________________________
 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 
State-Changed-By: sunpoet 
State-Changed-When: Mon May 27 15:06:53 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 


Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Mon May 27 15:06:53 UTC 2013 
Responsible-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178981 
>Unformatted:
