Date: Sat, 15 Nov 2008 17:23:21 -0800 (PST) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: cherry@trombik.org Subject: ports/128898: [PATCH] devel/p5-Config-JSON: update to 1.3.0 Message-ID: <200811160123.mAG1NLv7090184@cn1.leeym.com> Resent-Message-ID: <200811160130.mAG1U3IF089347@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128898 >Category: ports >Synopsis: [PATCH] devel/p5-Config-JSON: update to 1.3.0 >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 Nov 16 01:30:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 >Description: - Update to 1.3.0 Port maintainer (cherry@trombik.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Config-JSON-1.3.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-Config-JSON/Makefile,v retrieving revision 1.1 diff -u -d -b -w -u -r1.1 Makefile --- Makefile 6 Aug 2008 15:34:11 -0000 1.1 +++ Makefile 16 Nov 2008 01:22:54 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Config-JSON -PORTVERSION= 1.1.4 +PORTVERSION= 1.3.0 CATEGORIES= devel MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,12 +14,24 @@ MAINTAINER= cherry@trombik.org COMMENT= A JSON based config file system -RUN_DEPENDS= p5-Class-InsideOut>0:${PORTSDIR}/devel/p5-Class-InsideOut \ - p5-JSON>0:${PORTSDIR}/converters/p5-JSON +RUN_DEPENDS= p5-Class-InsideOut>=0:${PORTSDIR}/devel/p5-Class-InsideOut \ + p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON +BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS+= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep WRKSRC= ${WRKDIR}/Config-JSON PERL_CONFIGURE= Yes MAN3= Config::JSON.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500703 +RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils +.endif + +.if ${PERL_LEVEL} < 500900 +RUN_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version +.endif + +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-Config-JSON/distinfo,v retrieving revision 1.1 diff -u -d -b -w -u -r1.1 distinfo --- distinfo 6 Aug 2008 15:34:11 -0000 1.1 +++ distinfo 16 Nov 2008 01:22:54 -0000 @@ -1,3 +1,3 @@ -MD5 (Config-JSON-1.1.4.tar.gz) = e2e12338063f89f09194bda49a8a8853 -SHA256 (Config-JSON-1.1.4.tar.gz) = 4d92de87ac59fc2cc86b2d71fc24896982ff0c5152be6c3c832a85f619c573af -SIZE (Config-JSON-1.1.4.tar.gz) = 7117 +MD5 (Config-JSON-1.3.0.tar.gz) = a547ad317c8806465a0fb48219e52433 +SHA256 (Config-JSON-1.3.0.tar.gz) = ca94d7542592ece014c5dea4da9339506ef90d70dab262863c5990c83256f21e +SIZE (Config-JSON-1.3.0.tar.gz) = 10537 --- p5-Config-JSON-1.3.0.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?200811160123.mAG1NLv7090184>