svn commit: r379226 - head/devel/p5-Log-Dispatch-FileWriteRotate
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Feb 18 16:18:56 UTC 2015
Author: sunpoet
Date: Wed Feb 18 16:18:54 2015
New Revision: 379226
URL: https://svnweb.freebsd.org/changeset/ports/379226
QAT: https://qat.redports.org/buildarchive/r379226/
Log:
- Add p5-Log-Dispatch-FileWriteRotate 0.02
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: http://search.cpan.org/dist/Log-Dispatch-FileWriteRotate/
Modified:
head/devel/p5-Log-Dispatch-FileWriteRotate/Makefile
head/devel/p5-Log-Dispatch-FileWriteRotate/distinfo
Modified: head/devel/p5-Log-Dispatch-FileWriteRotate/Makefile
==============================================================================
--- head/devel/p5-Log-Dispatch-FileWriteRotate/Makefile Wed Feb 18 16:18:48 2015 (r379225)
+++ head/devel/p5-Log-Dispatch-FileWriteRotate/Makefile Wed Feb 18 16:18:54 2015 (r379226)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Log-Dispatch-FileWriteRotate
-PORTVERSION= 0.02
+PORTVERSION= 0.03
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,6 +16,7 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-File-Write-Rotate>=0:${PORTSDIR}/devel/p5-File-Write-Rotate \
p5-Log-Dispatch>=0:${PORTSDIR}/devel/p5-Log-Dispatch
RUN_DEPENDS:= ${BUILD_DEPENDS}
+BUILD_DEPENDS+= p5-Perl-osnames>=0.09:${PORTSDIR}/devel/p5-Perl-osnames
USE_PERL5= configure
USES= perl5
Modified: head/devel/p5-Log-Dispatch-FileWriteRotate/distinfo
==============================================================================
--- head/devel/p5-Log-Dispatch-FileWriteRotate/distinfo Wed Feb 18 16:18:48 2015 (r379225)
+++ head/devel/p5-Log-Dispatch-FileWriteRotate/distinfo Wed Feb 18 16:18:54 2015 (r379226)
@@ -1,2 +1,2 @@
-SHA256 (Log-Dispatch-FileWriteRotate-0.02.tar.gz) = 8ac2b25d3e516f5a16df6c053b1c235b6001e46bcd02cd83b2b5b4c9f8beaf81
-SIZE (Log-Dispatch-FileWriteRotate-0.02.tar.gz) = 11001
+SHA256 (Log-Dispatch-FileWriteRotate-0.03.tar.gz) = 08ab7648eb8f618aed0688b08250c125ff20fed11f3680a58bb12f30fad9dc65
+SIZE (Log-Dispatch-FileWriteRotate-0.03.tar.gz) = 13128
More information about the svn-ports-head
mailing list