Index: head/devel/p5-Log-Dispatch-Dir/Makefile =================================================================== --- head/devel/p5-Log-Dispatch-Dir/Makefile (revision 489997) +++ head/devel/p5-Log-Dispatch-Dir/Makefile (revision 489998) @@ -1,29 +1,30 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= Log-Dispatch-Dir -PORTVERSION= 0.15 +PORTVERSION= 0.160 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Log messages to separate files in a directory, with rotate options LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-File-Slurper>=0:devel/p5-File-Slurper \ p5-Log-Dispatch>=0:devel/p5-Log-Dispatch \ p5-Params-Validate>=0:devel/p5-Params-Validate \ p5-Probe-Perl>=0:sysutils/p5-Probe-Perl TEST_DEPENDS= p5-File-LibMagic>=0:devel/p5-File-LibMagic \ p5-Media-Type-Simple>=0:devel/p5-Media-Type-Simple -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include Index: head/devel/p5-Log-Dispatch-Dir/distinfo =================================================================== --- head/devel/p5-Log-Dispatch-Dir/distinfo (revision 489997) +++ head/devel/p5-Log-Dispatch-Dir/distinfo (revision 489998) @@ -1,3 +1,3 @@ -TIMESTAMP = 1499873507 -SHA256 (Log-Dispatch-Dir-0.15.tar.gz) = f5863c019d5b7c9c6dc2bb3af6128eb1db0a10391a746092f32ce8a016beac34 -SIZE (Log-Dispatch-Dir-0.15.tar.gz) = 19013 +TIMESTAMP = 1547230956 +SHA256 (Log-Dispatch-Dir-0.160.tar.gz) = 702603cfa08d03434dac945331b7ceb52e4d4dfa6779892b8fa40067585fd52a +SIZE (Log-Dispatch-Dir-0.160.tar.gz) = 21202 Index: head/devel/p5-Log-Dispatch-Dir/pkg-descr =================================================================== --- head/devel/p5-Log-Dispatch-Dir/pkg-descr (revision 489997) +++ head/devel/p5-Log-Dispatch-Dir/pkg-descr (revision 489998) @@ -1,8 +1,8 @@ Log::Dispatch::Dir provides a simple object for logging to directories under the Log::Dispatch::* system, and automatically rotating them according to different constraints. Each message will be logged to a separate file the directory. Logging to separate files can be useful for example when dumping whole network responses (like HTTP::Response content). -WWW: https://metacpan.org/release/PERLANCAR/Log-Dispatch-Dir-0.15 +WWW: https://metacpan.org/release/Log-Dispatch-Dir