Date: Mon, 18 Feb 2008 02:47:47 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org, kuriyama@FreeBSD.org Subject: ports/120762: [PATCH] converters/p5-JSON: update to 1.15 Message-ID: <20080217184747.89E981CC1D@ccreader.NCTU.edu.tw> Resent-Message-ID: <200802171850.m1HIo1jY046809@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 120762 >Category: ports >Synopsis: [PATCH] converters/p5-JSON: update to 1.15 >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: Sun Feb 17 18:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.3-PRERELEASE i386 >Organization: >Environment: System: FreeBSD ccreader.NCTU.edu.tw 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #3: Tue Jan 15 11:22:08 CST 2008 >Description: - Update to 1.15 (1.x final version) - Use BUILD_DEPENDS= ${RUN_DEPENDS} to prevent from unnecessary dependency into RUN_DEPENDS. - Use @dirrmtry, because other module can use JSON::*. Port maintainer (kuriyama@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-JSON-1.15.patch begins here --- diff -ruN --exclude=CVS /usr/ports/converters/p5-JSON/Makefile /home/staff/gslin/work/ports/p5-JSON/Makefile --- /usr/ports/converters/p5-JSON/Makefile 2007-10-12 02:54:36.000000000 +0800 +++ /home/staff/gslin/work/ports/p5-JSON/Makefile 2008-02-18 02:45:44.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= JSON -PORTVERSION= 1.14 +PORTVERSION= 1.15 CATEGORIES= converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/M/MA/MAKAMAKA @@ -15,8 +15,8 @@ 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 -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes MAN3= Apache::JSONRPC.3 JSON.3 JSON::Converter.3 \ @@ -26,7 +26,7 @@ .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm +RUN_DEPENDS+= ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm .endif .include <bsd.port.post.mk> diff -ruN --exclude=CVS /usr/ports/converters/p5-JSON/distinfo /home/staff/gslin/work/ports/p5-JSON/distinfo --- /usr/ports/converters/p5-JSON/distinfo 2007-10-12 02:54:36.000000000 +0800 +++ /home/staff/gslin/work/ports/p5-JSON/distinfo 2008-02-18 02:46:04.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (JSON-1.14.tar.gz) = d95d9cdb7c0a64a51d3d946915db52fb -SHA256 (JSON-1.14.tar.gz) = 6840c9208bb5b8121b2daceb4db794dc82f150a727baf60ec6ba186ed99ea8e2 -SIZE (JSON-1.14.tar.gz) = 36432 +MD5 (JSON-1.15.tar.gz) = 4f96dd0b68b644bc07453afc29105b7c +SHA256 (JSON-1.15.tar.gz) = d890654a3afd852303b0a52c764a6599535ccf29002c2c90e99a34c39747ffc7 +SIZE (JSON-1.15.tar.gz) = 38395 diff -ruN --exclude=CVS /usr/ports/converters/p5-JSON/pkg-plist /home/staff/gslin/work/ports/p5-JSON/pkg-plist --- /usr/ports/converters/p5-JSON/pkg-plist 2007-10-12 02:54:36.000000000 +0800 +++ /home/staff/gslin/work/ports/p5-JSON/pkg-plist 2008-02-18 02:43:54.000000000 +0800 @@ -8,8 +8,8 @@ %%SITE_PERL%%/JSONRPC.pm %%SITE_PERL%%/JSONRPC/Transport/HTTP.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON -@dirrm %%SITE_PERL%%/JSONRPC/Transport -@dirrm %%SITE_PERL%%/JSONRPC -@dirrm %%SITE_PERL%%/JSON +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON +@dirrmtry %%SITE_PERL%%/JSONRPC/Transport +@dirrmtry %%SITE_PERL%%/JSONRPC +@dirrmtry %%SITE_PERL%%/JSON @dirrmtry %%SITE_PERL%%/Apache --- p5-JSON-1.15.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080217184747.89E981CC1D>