From steve@mouf.net  Wed Feb 29 22:39:49 2012
Return-Path: <steve@mouf.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 57D29106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 29 Feb 2012 22:39:49 +0000 (UTC)
	(envelope-from steve@mouf.net)
Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2])
	by mx1.freebsd.org (Postfix) with ESMTP id 1653F8FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 29 Feb 2012 22:39:48 +0000 (UTC)
Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236])
	by mouf.net (8.14.4/8.14.4) with ESMTP id q1TMdiNQ073140
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
	Wed, 29 Feb 2012 17:39:45 -0500 (EST)
	(envelope-from steve@meatwad.mouf.net)
Received: (from steve@localhost)
	by meatwad.mouf.net (8.14.5/8.14.5/Submit) id q1TMde8U062555;
	Wed, 29 Feb 2012 17:39:40 -0500 (EST)
	(envelope-from steve)
Message-Id: <201202292239.q1TMde8U062555@meatwad.mouf.net>
Date: Wed, 29 Feb 2012 17:39:40 -0500 (EST)
From: Steve Wills <swills@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: skreuzer@freebsd.org
Subject: [PATCH] finance/p5-Finance-Bitcoin: update to 0.004
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         165566
>Category:       ports
>Synopsis:       [PATCH] finance/p5-Finance-Bitcoin: update to 0.004
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    skreuzer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 29 22:40:09 UTC 2012
>Closed-Date:    Tue Mar 13 13:54:29 UTC 2012
>Last-Modified:  Tue Mar 13 14:00:12 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 #13 r230974: Fri Feb  3 23:48:36
>Description:
- Update to 0.004
- Patch to work with newer JSON::RPC
- Tests pass now

Added file(s):
- files/patch-API.pm

Port maintainer (skreuzer@FreeBSD.org) is cc'd.

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

--- p5-Finance-Bitcoin-0.004.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/finance/p5-Finance-Bitcoin/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	3 Apr 2011 04:42:04 -0000	1.1
+++ Makefile	29 Feb 2012 22:38:47 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Finance-Bitcoin
-PORTVERSION=	0.002
+PORTVERSION=	0.004
 CATEGORIES=	finance perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -17,8 +17,11 @@
 RUN_DEPENDS=	p5-JSON-RPC>=0.96:${PORTSDIR}/devel/p5-JSON-RPC \
 		p5-Class-Accessor>=0.34:${PORTSDIR}/devel/p5-Class-Accessor \
 		p5-Module-Signature>=0.66:${PORTSDIR}/security/p5-Module-Signature \
-		p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils
+		p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils \
+		p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose
 BUILD_DEPENDS=	p5-Test-Simple>=0.86:${PORTSDIR}/devel/p5-Test-Simple
+TEST_DEPENDS=	p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
+		p5-Object-Authority>=0:${PORTSDIR}/devel/p5-Object-Authority
 
 PERL_CONFIGURE=	yes
 
@@ -27,4 +30,9 @@
 	Finance::Bitcoin::Wallet.3 \
 	Finance::Bitcoin.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+post-patch:
+	-@${RM} ${WRKSRC}/lib/Finance/Bitcoin/API.pm.orig
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/finance/p5-Finance-Bitcoin/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	3 Apr 2011 04:42:04 -0000	1.1
+++ distinfo	29 Feb 2012 22:38:47 -0000
@@ -1,2 +1,2 @@
-SHA256 (Finance-Bitcoin-0.002.tar.gz) = ef486d12f3a14dfc224637a6758eca6119e7a49900179809abc783550d6f2e63
-SIZE (Finance-Bitcoin-0.002.tar.gz) = 31052
+SHA256 (Finance-Bitcoin-0.004.tar.gz) = 113ffe6bde4c384b5dca74067eea55d0affdd89d87387506ecc367aa5116561d
+SIZE (Finance-Bitcoin-0.004.tar.gz) = 47443
Index: files/patch-API.pm
===================================================================
RCS file: files/patch-API.pm
diff -N files/patch-API.pm
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-API.pm	29 Feb 2012 22:38:47 -0000
@@ -0,0 +1,11 @@
+--- ./lib/Finance/Bitcoin/API.pm.orig	2012-02-29 16:33:14.557825312 -0500
++++ ./lib/Finance/Bitcoin/API.pm	2012-02-29 16:33:22.505825441 -0500
+@@ -2,7 +2,7 @@
+ 
+ use 5.010;
+ use common::sense;
+-use JSON::RPC::Client;
++use JSON::RPC::Legacy::Client;
+ use Any::Moose;
+ use Object::AUTHORITY;
+ use Scalar::Util qw[blessed];
--- p5-Finance-Bitcoin-0.004.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->skreuzer 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Feb 29 22:40:19 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165566 
State-Changed-From-To: open->closed 
State-Changed-By: skreuzer 
State-Changed-When: Tue Mar 13 13:54:28 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/165566: commit references a PR
Date: Tue, 13 Mar 2012 13:54:09 +0000 (UTC)

 skreuzer    2012-03-13 13:54:00 UTC
 
   FreeBSD ports repository
 
   Modified files:
     finance/p5-Finance-Bitcoin Makefile distinfo 
   Added files:
     finance/p5-Finance-Bitcoin/files patch-API.pm 
   Log:
   Update to 0.004
   Patch to work with newer JSON::RPC
   
   PR:             ports/165566
   Submitted by:   Steve Wills <swills@freebsd.org>
   Feature safe:   yes
   
   Revision  Changes    Path
   1.2       +12 -3     ports/finance/p5-Finance-Bitcoin/Makefile
   1.2       +2 -2      ports/finance/p5-Finance-Bitcoin/distinfo
   1.1       +11 -0     ports/finance/p5-Finance-Bitcoin/files/patch-API.pm (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
