Index: head/devel/p5-Log-Dispatch-ArrayWithLimits/Makefile =================================================================== --- head/devel/p5-Log-Dispatch-ArrayWithLimits/Makefile (revision 489902) +++ head/devel/p5-Log-Dispatch-ArrayWithLimits/Makefile (revision 489903) @@ -1,23 +1,25 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= Log-Dispatch-ArrayWithLimits -PORTVERSION= 0.04 +PORTVERSION= 0.050 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Log to array, with some limits applied LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-Log-Dispatch>=0:devel/p5-Log-Dispatch \ - p5-Perl-osnames>=0.09:devel/p5-Perl-osnames +BUILD_DEPENDS= p5-Perl-osnames>=0.09:devel/p5-Perl-osnames \ + ${RUN_DEPENDS} RUN_DEPENDS= p5-Log-Dispatch>=0:devel/p5-Log-Dispatch -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include Index: head/devel/p5-Log-Dispatch-ArrayWithLimits/distinfo =================================================================== --- head/devel/p5-Log-Dispatch-ArrayWithLimits/distinfo (revision 489902) +++ head/devel/p5-Log-Dispatch-ArrayWithLimits/distinfo (revision 489903) @@ -1,2 +1,3 @@ -SHA256 (Log-Dispatch-ArrayWithLimits-0.04.tar.gz) = 44433ff530ef00ab65341b8fde3a02123e6df5bb80f1b750df1ac099b3a50381 -SIZE (Log-Dispatch-ArrayWithLimits-0.04.tar.gz) = 14237 +TIMESTAMP = 1547133860 +SHA256 (Log-Dispatch-ArrayWithLimits-0.050.tar.gz) = 7452afd2852857d95eb49039a4fc3f054549023c30f882de87ec9336273dfbea +SIZE (Log-Dispatch-ArrayWithLimits-0.050.tar.gz) = 15442 Index: head/devel/p5-Log-Dispatch-ArrayWithLimits/pkg-descr =================================================================== --- head/devel/p5-Log-Dispatch-ArrayWithLimits/pkg-descr (revision 489902) +++ head/devel/p5-Log-Dispatch-ArrayWithLimits/pkg-descr (revision 489903) @@ -1,15 +1,15 @@ Log::Dispatch::ArrayWithLimits functions similarly to Log::Dispatch::Array, with a few differences: - only the messages (strings) are stored - allow specifying array variable name (e.g. "My::array" instead of \@My:array) This makes it possible to use in Log::Log4perl configuration, which is a text file. - can apply some limits Currently only max_elems (the maximum number of elements in the array) is available. Future limits will be added (see "TODO"). Logging to an in-process array can be useful when debugging/testing, or when you want to let users of your program connect to your program to request viewing the ogs being produced. -WWW: https://metacpan.org/release/PERLANCAR/Log-Dispatch-ArrayWithLimits-0.04 +WWW: https://metacpan.org/release/Log-Dispatch-ArrayWithLimits