Date: Thu, 1 Jan 2015 16:22:44 +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: r375972 - head/devel/p5-Log-Any-App Message-ID: <201501011622.t01GMisL014980@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Jan 1 16:22:43 2015 New Revision: 375972 URL: https://svnweb.freebsd.org/changeset/ports/375972 QAT: https://qat.redports.org/buildarchive/r375972/ Log: - Update to 0.47 Changes: http://search.cpan.org/dist/Log-Any-App/Changes Modified: head/devel/p5-Log-Any-App/Makefile head/devel/p5-Log-Any-App/distinfo Modified: head/devel/p5-Log-Any-App/Makefile ============================================================================== --- head/devel/p5-Log-Any-App/Makefile Thu Jan 1 16:22:37 2015 (r375971) +++ head/devel/p5-Log-Any-App/Makefile Thu Jan 1 16:22:43 2015 (r375972) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Log-Any-App -PORTVERSION= 0.43 -PORTREVISION= 1 +PORTVERSION= 0.47 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,15 +14,18 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-File-HomeDir>=0:${PORTSDIR}/devel/p5-File-HomeDir \ + p5-File-Write-Rotate>=0.10:${PORTSDIR}/devel/p5-File-Write-Rotate \ + p5-IO-Socket-UNIX-Util>=0:${PORTSDIR}/net/p5-IO-Socket-UNIX-Util \ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ p5-Log-Any-Adapter-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Any-Adapter-Log4perl \ p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch \ + p5-Log-Dispatch-ArrayWithLimits>=0:${PORTSDIR}/devel/p5-Log-Dispatch-ArrayWithLimits \ p5-Log-Dispatch-Dir>=0.08:${PORTSDIR}/devel/p5-Log-Dispatch-Dir \ - p5-Log-Dispatch-FileRotate>=0:${PORTSDIR}/devel/p5-Log-Dispatch-FileRotate + p5-Log-Dispatch-FileWriteRotate>=0.01:${PORTSDIR}/devel/p5-Log-Dispatch-FileWriteRotate RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp +TEST_DEPENDS= p5-File-Slurp-Tiny>=0:${PORTSDIR}/devel/p5-File-Slurp-Tiny USES= perl5 -USE_PERL5= modbuild +USE_PERL5= configure .include <bsd.port.mk> Modified: head/devel/p5-Log-Any-App/distinfo ============================================================================== --- head/devel/p5-Log-Any-App/distinfo Thu Jan 1 16:22:37 2015 (r375971) +++ head/devel/p5-Log-Any-App/distinfo Thu Jan 1 16:22:43 2015 (r375972) @@ -1,2 +1,2 @@ -SHA256 (Log-Any-App-0.43.tar.gz) = a5301ae6ffa410968592516aa2f3178e164dff9ada26cc8d920c227f63be325a -SIZE (Log-Any-App-0.43.tar.gz) = 41521 +SHA256 (Log-Any-App-0.47.tar.gz) = 3f884f6b3281b669ce44a340587dcac6d2efbaf0b8abaef4eeb32b55b4565bf1 +SIZE (Log-Any-App-0.47.tar.gz) = 48485
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501011622.t01GMisL014980>