mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
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.
This commit is contained in:
parent
990a202b67
commit
73729f0b20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365054
@ -1,8 +1,7 @@
|
||||
# Created by: Anton Berezin <tobez@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 messages to multiple outputs
|
||||
|
||||
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 support
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
PORTDOCS= Changes README
|
||||
PORTDOCS= Changes README.md
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user