View | Details | Raw Unified | Return to bug 165566
Collapse All | Expand All

(-)Makefile (-3 / +11 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Finance-Bitcoin
8
PORTNAME=	Finance-Bitcoin
9
PORTVERSION=	0.002
9
PORTVERSION=	0.004
10
CATEGORIES=	finance perl5
10
CATEGORIES=	finance perl5
11
MASTER_SITES=	CPAN
11
MASTER_SITES=	CPAN
12
PKGNAMEPREFIX=	p5-
12
PKGNAMEPREFIX=	p5-
Lines 17-24 Link Here
17
RUN_DEPENDS=	p5-JSON-RPC>=0.96:${PORTSDIR}/devel/p5-JSON-RPC \
17
RUN_DEPENDS=	p5-JSON-RPC>=0.96:${PORTSDIR}/devel/p5-JSON-RPC \
18
		p5-Class-Accessor>=0.34:${PORTSDIR}/devel/p5-Class-Accessor \
18
		p5-Class-Accessor>=0.34:${PORTSDIR}/devel/p5-Class-Accessor \
19
		p5-Module-Signature>=0.66:${PORTSDIR}/security/p5-Module-Signature \
19
		p5-Module-Signature>=0.66:${PORTSDIR}/security/p5-Module-Signature \
20
		p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils
20
		p5-Scalar-List-Utils>=1.23:${PORTSDIR}/lang/p5-Scalar-List-Utils \
21
		p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose
21
BUILD_DEPENDS=	p5-Test-Simple>=0.86:${PORTSDIR}/devel/p5-Test-Simple
22
BUILD_DEPENDS=	p5-Test-Simple>=0.86:${PORTSDIR}/devel/p5-Test-Simple
23
TEST_DEPENDS=	p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
24
		p5-Object-Authority>=0:${PORTSDIR}/devel/p5-Object-Authority
22
25
23
PERL_CONFIGURE=	yes
26
PERL_CONFIGURE=	yes
24
27
Lines 27-30 Link Here
27
	Finance::Bitcoin::Wallet.3 \
30
	Finance::Bitcoin::Wallet.3 \
28
	Finance::Bitcoin.3
31
	Finance::Bitcoin.3
29
32
30
.include <bsd.port.mk>
33
.include <bsd.port.pre.mk>
34
35
post-patch:
36
	-@${RM} ${WRKSRC}/lib/Finance/Bitcoin/API.pm.orig
37
38
.include <bsd.port.post.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Finance-Bitcoin-0.002.tar.gz) = ef486d12f3a14dfc224637a6758eca6119e7a49900179809abc783550d6f2e63
1
SHA256 (Finance-Bitcoin-0.004.tar.gz) = 113ffe6bde4c384b5dca74067eea55d0affdd89d87387506ecc367aa5116561d
2
SIZE (Finance-Bitcoin-0.002.tar.gz) = 31052
2
SIZE (Finance-Bitcoin-0.004.tar.gz) = 47443
(-)files/patch-API.pm (+11 lines)
Added Link Here
1
--- ./lib/Finance/Bitcoin/API.pm.orig	2012-02-29 16:33:14.557825312 -0500
2
+++ ./lib/Finance/Bitcoin/API.pm	2012-02-29 16:33:22.505825441 -0500
3
@@ -2,7 +2,7 @@
4
 
5
 use 5.010;
6
 use common::sense;
7
-use JSON::RPC::Client;
8
+use JSON::RPC::Legacy::Client;
9
 use Any::Moose;
10
 use Object::AUTHORITY;
11
 use Scalar::Util qw[blessed];

Return to bug 165566