From owner-svn-ports-head@FreeBSD.ORG Fri Aug 15 21:24:36 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 153F62A5; Fri, 15 Aug 2014 21:24:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DAF122CB7; Fri, 15 Aug 2014 21:24:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7FLOZHY011023; Fri, 15 Aug 2014 21:24:35 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7FLOZ8m011021; Fri, 15 Aug 2014 21:24:35 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201408152124.s7FLOZ8m011021@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 15 Aug 2014 21:24:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365054 - head/devel/p5-Log-Dispatch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2014 21:24:36 -0000 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 # $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 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