From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 16 01:30:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DDE71065686 for ; Sun, 16 Nov 2008 01:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0889B8FC0C for ; Sun, 16 Nov 2008 01:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mAG1U3F7089350 for ; Sun, 16 Nov 2008 01:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mAG1U3IF089347; Sun, 16 Nov 2008 01:30:03 GMT (envelope-from gnats) Resent-Date: Sun, 16 Nov 2008 01:30:03 GMT Resent-Message-Id: <200811160130.mAG1U3IF089347@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EF1C1065673 for ; Sun, 16 Nov 2008 01:23:23 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237]) by mx1.freebsd.org (Postfix) with ESMTP id AEE638FC12 for ; Sun, 16 Nov 2008 01:23:22 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (localhost [127.0.0.1]) by cn1.leeym.com (8.14.2/8.14.2) with ESMTP id mAG1NLGE090185; Sat, 15 Nov 2008 17:23:21 -0800 (PST) (envelope-from leeym@cn1.leeym.com) Received: (from leeym@localhost) by cn1.leeym.com (8.14.2/8.14.2/Submit) id mAG1NLv7090184; Sat, 15 Nov 2008 17:23:21 -0800 (PST) (envelope-from leeym) Message-Id: <200811160123.mAG1NLv7090184@cn1.leeym.com> Date: Sat, 15 Nov 2008 17:23:21 -0800 (PST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: cherry@trombik.org Subject: ports/128898: [PATCH] devel/p5-Config-JSON: update to 1.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2008 01:30:04 -0000 >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 +.include + +.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 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: