diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-01 16:22:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-01 16:22:43 +0000 |
commit | 19b59f1eafd5e939cf6d81be945e1a7b1173ea3b (patch) | |
tree | 911c9ed3da0441e184320b913b970274b383eb2d | |
parent | 9b7a0345df382b4c1e4b7c50fd0cdc07dd4316e3 (diff) |
Notes
-rw-r--r-- | devel/p5-Log-Any-App/Makefile | 12 | ||||
-rw-r--r-- | devel/p5-Log-Any-App/distinfo | 4 |
2 files changed, 9 insertions, 7 deletions
diff --git a/devel/p5-Log-Any-App/Makefile b/devel/p5-Log-Any-App/Makefile index 0132c85473e0..ff167ec6bcf2 100644 --- a/devel/p5-Log-Any-App/Makefile +++ b/devel/p5-Log-Any-App/Makefile @@ -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> diff --git a/devel/p5-Log-Any-App/distinfo b/devel/p5-Log-Any-App/distinfo index 296b8bedae5d..d677685e2f3b 100644 --- a/devel/p5-Log-Any-App/distinfo +++ b/devel/p5-Log-Any-App/distinfo @@ -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 |