Index: head/devel/p5-Log-Dispatch-FileWriteRotate/Makefile =================================================================== --- head/devel/p5-Log-Dispatch-FileWriteRotate/Makefile (revision 489903) +++ head/devel/p5-Log-Dispatch-FileWriteRotate/Makefile (revision 489904) @@ -1,25 +1,26 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= Log-Dispatch-FileWriteRotate -PORTVERSION= 0.05 +PORTVERSION= 0.060 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Log to files that archive/rotate themselves, w/ File::Write::Rotate LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-File-Write-Rotate>=0.29:devel/p5-File-Write-Rotate \ p5-Log-Dispatch>=0:devel/p5-Log-Dispatch -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include Index: head/devel/p5-Log-Dispatch-FileWriteRotate/distinfo =================================================================== --- head/devel/p5-Log-Dispatch-FileWriteRotate/distinfo (revision 489903) +++ head/devel/p5-Log-Dispatch-FileWriteRotate/distinfo (revision 489904) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478370032 -SHA256 (Log-Dispatch-FileWriteRotate-0.05.tar.gz) = 5b921572d1c8adc9d474680489ba310b93afe64bfcbd6666532aa5cfd8b3d207 -SIZE (Log-Dispatch-FileWriteRotate-0.05.tar.gz) = 14468 +TIMESTAMP = 1547133862 +SHA256 (Log-Dispatch-FileWriteRotate-0.060.tar.gz) = 447c135fe9aadadf21aa042c72d0b44ad8738ad81ccc6fa68e9beb68d5b54c75 +SIZE (Log-Dispatch-FileWriteRotate-0.060.tar.gz) = 14995 Index: head/devel/p5-Log-Dispatch-FileWriteRotate/pkg-descr =================================================================== --- head/devel/p5-Log-Dispatch-FileWriteRotate/pkg-descr (revision 489903) +++ head/devel/p5-Log-Dispatch-FileWriteRotate/pkg-descr (revision 489904) @@ -1,6 +1,6 @@ Log::Dispatch::FileWriteRotate functions similarly to Log::Dispatch::FileRotate, but uses File::Write::Rotate as backend, thus interoperates more easily with other modules which use File::Write::Rotate as backend, e.g. Tie::Handle::FileWriteRotate or Process::Govern. -WWW: https://metacpan.org/release/PERLANCAR/Log-Dispatch-FileWriteRotate-0.05 +WWW: https://metacpan.org/release/Log-Dispatch-FileWriteRotate