Date: Wed, 19 Oct 2005 20:21:30 +0200 (CEST) From: Anton Berezin <tobez@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/87676: [PATCH] Update converters/p5-JSON to 1.00 Message-ID: <20051019182130.6E328125421@heechee.tobez.org> Resent-Message-ID: <200510191830.j9JIUFNQ052228@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 87676 >Category: ports >Synopsis: [PATCH] Update converters/p5-JSON to 1.00 >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: Wed Oct 19 18:30:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Anton Berezin >Release: FreeBSD 5.4-STABLE amd64 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/converters/p5-JSON/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1 Sep 2005 09:13:53 -0000 1.2 +++ Makefile 19 Oct 2005 18:18:52 -0000 @@ -6,8 +6,7 @@ # PORTNAME= JSON -PORTVERSION= 0.99 -PORTREVISION= 1 +PORTVERSION= 1.00 CATEGORIES= converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/M/MA/MAKAMAKA @@ -16,8 +15,19 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to convert to JSON (JavaScript Object Notation) +BUILD_DEPENDS= ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes -MAN3= JSON.3 JSON::Converter.3 JSON::Parser.3 \ - JSONRPC.3 JSONRPC::Transport::HTTP.3 -.include <bsd.port.mk> +MAN3= Apache::JSONRPC.3 JSON.3 JSON::Converter.3 \ + JSON::Parser.3 JSONRPC.3 JSONRPC::Transport::HTTP.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= Port requires perl 5.6.0 or later. Install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/converters/p5-JSON/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 28 Aug 2005 07:05:49 -0000 1.1 +++ distinfo 19 Oct 2005 18:04:27 -0000 @@ -1,2 +1,2 @@ -MD5 (JSON-0.99.tar.gz) = 24a0c501a462d72f342733cfc0a7e468 -SIZE (JSON-0.99.tar.gz) = 12891 +MD5 (JSON-1.00.tar.gz) = 1915ad570304b61cabdcf80c1291add3 +SIZE (JSON-1.00.tar.gz) = 19005 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/converters/p5-JSON/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 1 Sep 2005 09:10:00 -0000 1.2 +++ pkg-plist 19 Oct 2005 18:04:27 -0000 @@ -1,9 +1,11 @@ +%%SITE_PERL%%/Apache/JSONRPC.pm %%SITE_PERL%%/JSON.pm %%SITE_PERL%%/JSON/Converter.pm %%SITE_PERL%%/JSON/Parser.pm %%SITE_PERL%%/JSONRPC.pm %%SITE_PERL%%/JSONRPC/Transport/HTTP.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/.packlist +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Apache 2>/dev/null || true @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON @dirrm %%SITE_PERL%%/JSONRPC/Transport @dirrm %%SITE_PERL%%/JSONRPC >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051019182130.6E328125421>