Date: Thu, 10 Jan 2019 21:21:40 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489903 - head/devel/p5-Log-Dispatch-ArrayWithLimits Message-ID: <201901102121.x0ALLe6x061278@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Jan 10 21:21:40 2019 New Revision: 489903 URL: https://svnweb.freebsd.org/changeset/ports/489903 Log: Update to 0.050 - Add NO_ARCH - Update WWW Changes: https://metacpan.org/changes/distribution/Log-Dispatch-ArrayWithLimits Modified: head/devel/p5-Log-Dispatch-ArrayWithLimits/Makefile head/devel/p5-Log-Dispatch-ArrayWithLimits/distinfo head/devel/p5-Log-Dispatch-ArrayWithLimits/pkg-descr Modified: head/devel/p5-Log-Dispatch-ArrayWithLimits/Makefile ============================================================================== --- head/devel/p5-Log-Dispatch-ArrayWithLimits/Makefile Thu Jan 10 21:21:34 2019 (r489902) +++ head/devel/p5-Log-Dispatch-ArrayWithLimits/Makefile Thu Jan 10 21:21:40 2019 (r489903) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Log-Dispatch-ArrayWithLimits -PORTVERSION= 0.04 +PORTVERSION= 0.050 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,11 +13,13 @@ 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 <bsd.port.mk> Modified: head/devel/p5-Log-Dispatch-ArrayWithLimits/distinfo ============================================================================== --- head/devel/p5-Log-Dispatch-ArrayWithLimits/distinfo Thu Jan 10 21:21:34 2019 (r489902) +++ head/devel/p5-Log-Dispatch-ArrayWithLimits/distinfo Thu Jan 10 21:21:40 2019 (r489903) @@ -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 Modified: head/devel/p5-Log-Dispatch-ArrayWithLimits/pkg-descr ============================================================================== --- head/devel/p5-Log-Dispatch-ArrayWithLimits/pkg-descr Thu Jan 10 21:21:34 2019 (r489902) +++ head/devel/p5-Log-Dispatch-ArrayWithLimits/pkg-descr Thu Jan 10 21:21:40 2019 (r489903) @@ -12,4 +12,4 @@ Logging to an in-process array can be useful when debu 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901102121.x0ALLe6x061278>