ports/163011: [PATCH] devel/p5-JSON-RPC: update to 1.01

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Dec 2 07:50:14 UTC 2011


>Number:         163011
>Category:       ports
>Synopsis:       [PATCH] devel/p5-JSON-RPC: update to 1.01
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 02 07:50:13 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 9.0-PRERELEASE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-PRERELEASE FreeBSD 9.0-PRERELEASE #0: Sun Nov 20 12:43:06 CST 2011
>Description:
- Update to 1.01

Changes:	http://search.cpan.org/dist/JSON-RPC/Changes

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

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-JSON-RPC-1.01.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-JSON-RPC/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	28 Jan 2010 23:45:30 -0000	1.3
+++ Makefile	2 Dec 2011 07:44:10 -0000
@@ -6,22 +6,44 @@
 #
 
 PORTNAME=	JSON-RPC
-PORTVERSION=	0.96
-PORTREVISION=	1
+PORTVERSION=	1.01
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:DMAKI
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	vvatlin at masterhost.ru
 COMMENT=	Perl implementation of JSON-RPC 1.1 protocol
 
-RUN_DEPENDS=	p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \
+BUILD_DEPENDS=	p5-Class-Accessor-Lite>=0:${PORTSDIR}/devel/p5-Class-Accessor-Lite \
+		p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
+		p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
+		p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \
+		p5-Plack>=0:${PORTSDIR}/www/p5-Plack \
+		p5-Router-Simple>=0:${PORTSDIR}/www/p5-Router-Simple \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	YES
+PERL_CONFIGURE=	yes
 
-MAN3=		JSON::RPC.3 JSON::RPC::Server.3 JSON::RPC::Client.3 \
-		JSON::RPC::Procedure.3 JSON::RPC::Server::CGI.3 JSONRPC.3 \
-		JSON::RPC::Server::Daemon.3 JSON::RPC::Server::Apache2.3
+MAN3=		JSON::RPC.3 \
+		JSON::RPC::Constants.3 \
+		JSON::RPC::Dispatch.3 \
+		JSON::RPC::Legacy.3 \
+		JSON::RPC::Legacy::Client.3 \
+		JSON::RPC::Legacy::Procedure.3 \
+		JSON::RPC::Legacy::Server.3 \
+		JSON::RPC::Legacy::Server::Apache2.3 \
+		JSON::RPC::Legacy::Server::CGI.3 \
+		JSON::RPC::Legacy::Server::Daemon.3 \
+		JSON::RPC::Parser.3 \
+		JSON::RPC::Procedure.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501001
+BUILD_DEPENDS+=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
+RUN_DEPENDS+=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-JSON-RPC/distinfo,v
retrieving revision 1.2
diff -u -u -r1.2 distinfo
--- distinfo	3 Jul 2011 14:57:27 -0000	1.2
+++ distinfo	2 Dec 2011 07:44:10 -0000
@@ -1,2 +1,2 @@
-SHA256 (JSON-RPC-0.96.tar.gz) = 043624b5bd8a9eef18fd03082a1d99b45e3c5202786752a32e051590b565ba15
-SIZE (JSON-RPC-0.96.tar.gz) = 14206
+SHA256 (JSON-RPC-1.01.tar.gz) = 240f37c6aec872c7715e6ab89f881678b2706393915958961b4a6b327a25d314
+SIZE (JSON-RPC-1.01.tar.gz) = 35852
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/p5-JSON-RPC/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	29 Mar 2009 19:07:50 -0000	1.1
+++ pkg-plist	2 Dec 2011 07:44:10 -0000
@@ -1,14 +1,19 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/RPC/.packlist
 %%SITE_PERL%%/JSON/RPC.pm
-%%SITE_PERL%%/JSON/RPC/Client.pm
-%%SITE_PERL%%/JSON/RPC/Server.pm
+%%SITE_PERL%%/JSON/RPC/Constants.pm
+%%SITE_PERL%%/JSON/RPC/Dispatch.pm
+%%SITE_PERL%%/JSON/RPC/Legacy.pm
+%%SITE_PERL%%/JSON/RPC/Legacy/Client.pm
+%%SITE_PERL%%/JSON/RPC/Legacy/Procedure.pm
+%%SITE_PERL%%/JSON/RPC/Legacy/Server.pm
+%%SITE_PERL%%/JSON/RPC/Legacy/Server/Apache2.pm
+%%SITE_PERL%%/JSON/RPC/Legacy/Server/CGI.pm
+%%SITE_PERL%%/JSON/RPC/Legacy/Server/Daemon.pm
+%%SITE_PERL%%/JSON/RPC/Parser.pm
 %%SITE_PERL%%/JSON/RPC/Procedure.pm
-%%SITE_PERL%%/JSON/RPC/Server/CGI.pm
-%%SITE_PERL%%/JSON/RPC/Server/Daemon.pm
-%%SITE_PERL%%/JSON/RPC/Server/Apache2.pm
-%%SITE_PERL%%/JSONRPC.pm
- at dirrm %%SITE_PERL%%/JSON/RPC/Server
- at dirrm %%SITE_PERL%%/JSON/RPC
- at dirrmtry %%SITE_PERL%%/JSON
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/RPC/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/RPC
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON
+ at dirrm %%SITE_PERL%%/JSON/RPC/Legacy/Server
+ at dirrm %%SITE_PERL%%/JSON/RPC/Legacy
+ at dirrm %%SITE_PERL%%/JSON/RPC
+ at dirrmtry %%SITE_PERL%%/JSON
--- p5-JSON-RPC-1.01.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list