svn commit: r365054 - head/devel/p5-Log-Dispatch
Kurt Jaeger
pi at FreeBSD.org
Fri Aug 15 21:24:36 UTC 2014
Author: pi
Date: Fri Aug 15 21:24:35 2014
New Revision: 365054
URL: http://svnweb.freebsd.org/changeset/ports/365054
QAT: https://qat.redports.org/buildarchive/r365054/
Log:
devel/p5-Log-Dispatch: 2.41 -> 2.42
- Added a Log::Dispatch->clone() method. This returns shallow clone. The
outputs and callbacks are shared, but changes to outputs and callbacks in
the clone do not affect the original, or vice versa.
- Added Log::Dispatch->outputs() method. This returns all the output objects
in a dispatch object.
- Added Log::Dispatch->callbacks() method. This returns all the callback subs
in a dispatch object.
- The Syslog output now calls Sys::Syslog::setlogsock() every time a message
is logged, since something else could have called it in between logging two
messages.
- Added a lock parameter to the Syslog output. If this is true, then logging
is done in the scope of a per-thread lock. Reported by Cedric Carree and
Franck Youssef. RT #67988 and #85013.
- Replaced Class::Load with Module::Runtime.
Modified:
head/devel/p5-Log-Dispatch/Makefile
head/devel/p5-Log-Dispatch/distinfo
Modified: head/devel/p5-Log-Dispatch/Makefile
==============================================================================
--- head/devel/p5-Log-Dispatch/Makefile Fri Aug 15 21:15:02 2014 (r365053)
+++ head/devel/p5-Log-Dispatch/Makefile Fri Aug 15 21:24:35 2014 (r365054)
@@ -1,8 +1,7 @@
-# Created by: Anton Berezin <tobez at tobez.org>
# $FreeBSD$
PORTNAME= Log-Dispatch
-PORTVERSION= 2.41
+PORTVERSION= 2.42
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -12,7 +11,7 @@ COMMENT= Suite of OO modules for logging
LICENSE= ART20
-BUILD_DEPENDS= p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \
+BUILD_DEPENDS= p5-Module-Runtime>=0:${PORTSDIR}/devel/p5-Module-Runtime \
p5-Dist-CheckConflicts>=0.02:${PORTSDIR}/devel/p5-Dist-CheckConflicts \
p5-Params-Validate>=0.15:${PORTSDIR}/devel/p5-Params-Validate
RUN_DEPENDS:= ${BUILD_DEPENDS}
@@ -28,7 +27,7 @@ MAILSENDMAIL_DESC= Mail::Sendmail suppor
USES= perl5
USE_PERL5= configure
-PORTDOCS= Changes README
+PORTDOCS= Changes README.md
.include <bsd.port.options.mk>
Modified: head/devel/p5-Log-Dispatch/distinfo
==============================================================================
--- head/devel/p5-Log-Dispatch/distinfo Fri Aug 15 21:15:02 2014 (r365053)
+++ head/devel/p5-Log-Dispatch/distinfo Fri Aug 15 21:24:35 2014 (r365054)
@@ -1,2 +1,2 @@
-SHA256 (Log-Dispatch-2.41.tar.gz) = 3f81fa068a2d68b0d13243a874da765ffb728a9d26ed44ef088ca627faa4556f
-SIZE (Log-Dispatch-2.41.tar.gz) = 35285
+SHA256 (Log-Dispatch-2.42.tar.gz) = 6f5a377efee3af5fef9060de6ff7c490a37414f42eb9611e4eaff9ec89441eef
+SIZE (Log-Dispatch-2.42.tar.gz) = 48798
More information about the svn-ports-all
mailing list