Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Feb 2015 16:18:55 +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: r379226 - head/devel/p5-Log-Dispatch-FileWriteRotate
Message-ID:  <201502181618.t1IGItOk056366@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502181618.t1IGItOk056366>