From steve@mouf.net  Sat Aug 25 21:02:27 2012
Return-Path: <steve@mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 24941106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 Aug 2012 21:02:27 +0000 (UTC)
	(envelope-from steve@mouf.net)
Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3])
	by mx1.freebsd.org (Postfix) with ESMTP id BA55A8FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 Aug 2012 21:02:26 +0000 (UTC)
Received: from meatwad.mouf.net ([IPv6:2001:470:8:58f:21f:d0ff:feaf:1a4d])
	by mouf.net (8.14.5/8.14.5) with ESMTP id q7PL1Qom003402
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Sat, 25 Aug 2012 17:01:27 -0400 (EDT)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q7PL2IQE091266;
	Sat, 25 Aug 2012 17:02:18 -0400 (EDT)
	(envelope-from steve)
Message-Id: <201208252102.q7PL2IQE091266@meatwad.mouf.net>
Date: Sat, 25 Aug 2012 17:02:18 -0400 (EDT)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: vvatlin@masterhost.ru
Subject: [PATCH] devel/p5-JSON-RPC: update to 1.03
X-Send-Pr-Version: 3.113
X-GNATS-Notify: vvatlin@masterhost.ru

>Number:         171056
>Category:       ports
>Synopsis:       [PATCH] devel/p5-JSON-RPC: update to 1.03
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 25 21:10:06 UTC 2012
>Closed-Date:    Sun Sep 09 01:52:16 UTC 2012
>Last-Modified:  Sun Sep  9 02:00:17 UTC 2012
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #7 r239244M: Mon Aug 13 23:21:42 EDT
>Description:
- Update to 1.03

Port maintainer (vvatlin@masterhost.ru) is cc'd.

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

--- p5-JSON-RPC-1.03.patch begins here ---
Index: distinfo
===================================================================
--- distinfo	(revision 303156)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (JSON-RPC-1.01.tar.gz) = 240f37c6aec872c7715e6ab89f881678b2706393915958961b4a6b327a25d314
-SIZE (JSON-RPC-1.01.tar.gz) = 35852
+SHA256 (JSON-RPC-1.03.tar.gz) = b564005ab9b74309e10fca7fc14cf133d3b5c38a8a9f63d8f4d50eef45033290
+SIZE (JSON-RPC-1.03.tar.gz) = 37495
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 303156)
+++ pkg-plist	(working copy)
@@ -10,6 +10,7 @@
 %%SITE_PERL%%/JSON/RPC/Legacy/Server/Daemon.pm
 %%SITE_PERL%%/JSON/RPC/Parser.pm
 %%SITE_PERL%%/JSON/RPC/Procedure.pm
+%%SITE_PERL%%/JSON/RPC/Test.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/RPC/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/RPC
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON
Index: Makefile
===================================================================
--- Makefile	(revision 303156)
+++ Makefile	(working copy)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	JSON-RPC
-PORTVERSION=	1.01
+PORTVERSION=	1.03
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:DMAKI
@@ -37,7 +37,8 @@
 		JSON::RPC::Legacy::Server::CGI.3 \
 		JSON::RPC::Legacy::Server::Daemon.3 \
 		JSON::RPC::Parser.3 \
-		JSON::RPC::Procedure.3
+		JSON::RPC::Procedure.3 \
+		JSON::RPC::Test.3
 
 .include <bsd.port.pre.mk>
 
--- p5-JSON-RPC-1.03.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Aug 25 21:10:20 UTC 2012 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171056 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Aug 25 21:10:23 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: vvatlin@masterhost.ru
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/171056: [PATCH] devel/p5-JSON-RPC: update to 1.03
Date: Sat, 25 Aug 2012 21:10:22 UT

 Maintainer of devel/p5-JSON-RPC,
 
 Please note that PR ports/171056 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/171056
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: perl->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Sat Aug 25 21:24:22 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171056 
State-Changed-From-To: feedback->closed 
State-Changed-By: swills 
State-Changed-When: Sun Sep 9 01:52:12 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/171056: commit references a PR
Date: Sun,  9 Sep 2012 01:52:16 +0000 (UTC)

 Author: swills
 Date: Sun Sep  9 01:52:00 2012
 New Revision: 303947
 URL: http://svn.freebsd.org/changeset/ports/303947
 
 Log:
   - Update to 1.03
   
   PR:		ports/171056
   Approved by:	maintainer timeout (vvatlin@masterhost.ru, >2 weeks)
 
 Modified:
   head/devel/p5-JSON-RPC/Makefile
   head/devel/p5-JSON-RPC/distinfo   (contents, props changed)
   head/devel/p5-JSON-RPC/pkg-plist   (contents, props changed)
 
 Modified: head/devel/p5-JSON-RPC/Makefile
 ==============================================================================
 --- head/devel/p5-JSON-RPC/Makefile	Sun Sep  9 01:48:15 2012	(r303946)
 +++ head/devel/p5-JSON-RPC/Makefile	Sun Sep  9 01:52:00 2012	(r303947)
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	JSON-RPC
 -PORTVERSION=	1.01
 +PORTVERSION=	1.03
  CATEGORIES=	devel perl5
  MASTER_SITES=	CPAN
  MASTER_SITE_SUBDIR=	CPAN:DMAKI
 @@ -37,7 +37,8 @@ MAN3=		JSON::RPC.3 \
  		JSON::RPC::Legacy::Server::CGI.3 \
  		JSON::RPC::Legacy::Server::Daemon.3 \
  		JSON::RPC::Parser.3 \
 -		JSON::RPC::Procedure.3
 +		JSON::RPC::Procedure.3 \
 +		JSON::RPC::Test.3
  
  .include <bsd.port.pre.mk>
  
 
 Modified: head/devel/p5-JSON-RPC/distinfo
 ==============================================================================
 --- head/devel/p5-JSON-RPC/distinfo	Sun Sep  9 01:48:15 2012	(r303946)
 +++ head/devel/p5-JSON-RPC/distinfo	Sun Sep  9 01:52:00 2012	(r303947)
 @@ -1,2 +1,2 @@
 -SHA256 (JSON-RPC-1.01.tar.gz) = 240f37c6aec872c7715e6ab89f881678b2706393915958961b4a6b327a25d314
 -SIZE (JSON-RPC-1.01.tar.gz) = 35852
 +SHA256 (JSON-RPC-1.03.tar.gz) = b564005ab9b74309e10fca7fc14cf133d3b5c38a8a9f63d8f4d50eef45033290
 +SIZE (JSON-RPC-1.03.tar.gz) = 37495
 
 Modified: head/devel/p5-JSON-RPC/pkg-plist
 ==============================================================================
 --- head/devel/p5-JSON-RPC/pkg-plist	Sun Sep  9 01:48:15 2012	(r303946)
 +++ head/devel/p5-JSON-RPC/pkg-plist	Sun Sep  9 01:52:00 2012	(r303947)
 @@ -10,6 +10,7 @@
  %%SITE_PERL%%/JSON/RPC/Legacy/Server/Daemon.pm
  %%SITE_PERL%%/JSON/RPC/Parser.pm
  %%SITE_PERL%%/JSON/RPC/Procedure.pm
 +%%SITE_PERL%%/JSON/RPC/Test.pm
  %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/RPC/.packlist
  @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/RPC
  @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON
 _______________________________________________
 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"
 
>Unformatted:
