Date: Thu, 18 Jun 2009 19:21:44 -0400 (EDT) From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: lbr@FreeBSD.org Subject: ports/135741: [PATCH] devel/p5-Config-JFDI: update to 0.062 Message-ID: <200906182321.n5INLivo014253@frieza.p6m7g8.net> Resent-Message-ID: <200906182330.n5INUFvJ002184@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 135741 >Category: ports >Synopsis: [PATCH] devel/p5-Config-JFDI: update to 0.062 >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: Thu Jun 18 23:30:14 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 8.0-CURRENT amd64 >Organization: RideCharge Inc. >Environment: System: FreeBSD frieza.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Thu Jun 4 00:22:57 EDT >Description: - Update to 0.062 Port maintainer (lbr@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Config-JFDI-0.062.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Config-JFDI/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 29 Mar 2009 22:48:47 -0000 1.3 +++ Makefile 18 Jun 2009 03:05:31 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Config-JFDI -PORTVERSION= 0.05 +PORTVERSION= 0.062 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,7 @@ MAINTAINER= lbr@FreeBSD.org COMMENT= A Catalyst::Plugin::ConfigLoader-style layer over Config::Any -RUN_DEPENDS= \ +BUILD_DEPENDS= \ p5-Hash-Merge-Simple>=0:${PORTSDIR}/devel/p5-Hash-Merge-Simple \ p5-Config-Any>=0:${PORTSDIR}/devel/p5-Config-Any \ p5-Carp-Clan>=0:${PORTSDIR}/devel/p5-Carp-Clan \ @@ -24,7 +24,7 @@ p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install \ p5-Data-Visitor>=0:${PORTSDIR}/devel/p5-Data-Visitor -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-Config-JFDI/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 29 Mar 2009 15:21:16 -0000 1.1 +++ distinfo 18 Jun 2009 03:05:59 -0000 @@ -1,3 +1,3 @@ -MD5 (Config-JFDI-0.05.tar.gz) = f7c3f07e7628947666358b361dd78c76 -SHA256 (Config-JFDI-0.05.tar.gz) = 690370bfd3a7763ef7745138b648647d387b5b3b7a165613b9123df006792e09 -SIZE (Config-JFDI-0.05.tar.gz) = 28508 +MD5 (Config-JFDI-0.062.tar.gz) = bc8f7e840acf101a0524206f0938488e +SHA256 (Config-JFDI-0.062.tar.gz) = 035aa0250427b8cb487aed26717b9a29ad14c28607c08800c0fd83e1229be2d0 +SIZE (Config-JFDI-0.062.tar.gz) = 31485 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/p5-Config-JFDI/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 29 Mar 2009 15:21:16 -0000 1.1 +++ pkg-plist 18 Jun 2009 22:09:24 -0000 @@ -1,5 +1,9 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/JFDI/.packlist %%SITE_PERL%%/Config/JFDI.pm +%%SITE_PERL%%/Config/JFDI/Source/Loader.pm +%%SITE_PERL%%/Config/JFDI/Carp.pm @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/JFDI @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config +@dirrmtry %%SITE_PERL%%/Config/JFDI/Source +@dirrmtry %%SITE_PERL%%/Config/JFDI @dirrmtry %%SITE_PERL%%/Config --- p5-Config-JFDI-0.062.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?200906182321.n5INLivo014253>