Date: Tue, 14 Feb 2012 14:22:32 -0500 (EST) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: tolid@tolid.eu.org Subject: ports/165150: [PATCH] devel/p5-File-Dir-Dumper: update to 0.0.7 Message-ID: <201202141922.q1EJMWJn098848@meatwad.mouf.net> Resent-Message-ID: <201202141930.q1EJU8Rj039766@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 165150 >Category: ports >Synopsis: [PATCH] devel/p5-File-Dir-Dumper: update to 0.0.7 >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: Tue Feb 14 19:30:07 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #13 r230974: Fri Feb 3 23:48:36 >Description: - Update to 0.0.7 - Add missing DEPENDS note that the module now passes tests. Port maintainer (tolid@tolid.eu.org) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: update, diff: CVS) >How-To-Repeat: >Fix: --- p5-File-Dir-Dumper-0.0.7.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/p5-File-Dir-Dumper/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 21 Jan 2012 17:38:02 -0000 1.4 +++ Makefile 14 Feb 2012 19:22:04 -0000 @@ -6,18 +6,20 @@ # PORTNAME= File-Dir-Dumper -PORTVERSION= 0.0.6 -PORTREVISION= 1 +PORTVERSION= 0.0.7 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= tolid@tolid.eu.org -COMMENT= Perl5 module to dump directory structures' meta-data +COMMENT= Perl5 module to dump directory structures meta-data -BUILD_DEPENDS= ${SITE_PERL}/File/Find/Object.pm:${PORTSDIR}/devel/p5-File-Find-Object \ - ${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String \ - ${SITE_PERL}/JSON.pm:${PORTSDIR}/converters/p5-JSON +BUILD_DEPENDS= p5-File-Find-Object>0:${PORTSDIR}/devel/p5-File-Find-Object \ + p5-IO-String>0:${PORTSDIR}/devel/p5-IO-String \ + p5-JSON>0:${PORTSDIR}/converters/p5-JSON \ + p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-Devel-CheckOS>0:${PORTSDIR}/devel/p5-Devel-CheckOS RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_MODBUILD= yes Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/p5-File-Dir-Dumper/distinfo,v retrieving revision 1.3 diff -u -u -r1.3 distinfo --- distinfo 3 Jul 2011 14:57:14 -0000 1.3 +++ distinfo 14 Feb 2012 19:22:04 -0000 @@ -1,2 +1,2 @@ -SHA256 (File-Dir-Dumper-0.0.6.tar.gz) = c81f8e3ca3a94be04daacc001f78b8b5ed299c400e435660d59f374459a13a4c -SIZE (File-Dir-Dumper-0.0.6.tar.gz) = 12389 +SHA256 (File-Dir-Dumper-v0.0.7.tar.gz) = 2d3f626cda73d54ee54b5778e5a66d7a5e21ac6bee289ae5281ce04055dccab5 +SIZE (File-Dir-Dumper-v0.0.7.tar.gz) = 13094 --- p5-File-Dir-Dumper-0.0.7.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?201202141922.q1EJMWJn098848>