From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 8 05:30:15 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8984337B401 for ; Fri, 8 Aug 2003 05:30:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70CC043FAF for ; Fri, 8 Aug 2003 05:30:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h78CUEUp024651 for ; Fri, 8 Aug 2003 05:30:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h78CUEfR024650; Fri, 8 Aug 2003 05:30:14 -0700 (PDT) Resent-Date: Fri, 8 Aug 2003 05:30:14 -0700 (PDT) Resent-Message-Id: <200308081230.h78CUEfR024650@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mathieu Arnold Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5DD437B401 for ; Fri, 8 Aug 2003 05:20:45 -0700 (PDT) Received: from mx3.absolight.com (mx3.absolight.net [212.43.217.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id A746543F85 for ; Fri, 8 Aug 2003 05:20:44 -0700 (PDT) (envelope-from mat@aragorn.reaumur.absolight.net) Received: by mx3.absolight.com (Postfix, from userid 1007) id A68272A36; Fri, 8 Aug 2003 14:20:43 +0200 (CEST) Received: from aragorn.reaumur.absolight.net (aragorn.reaumur.absolight.net [212.43.217.58]) by mx3.absolight.com (Postfix) with ESMTP id 4FEC82A30; Fri, 8 Aug 2003 14:20:43 +0200 (CEST) Received: by aragorn.reaumur.absolight.net (Postfix, from userid 1000) id 40D257D97; Fri, 8 Aug 2003 14:20:41 +0200 (CEST) Message-Id: <20030808122041.40D257D97@aragorn.reaumur.absolight.net> Date: Fri, 8 Aug 2003 14:20:41 +0200 (CEST) From: Mathieu Arnold To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: m@absolight.net Subject: ports/55375: update devel/p5-DateTime-Locale X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mathieu Arnold List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2003 12:30:15 -0000 >Number: 55375 >Category: ports >Synopsis: update devel/p5-DateTime-Locale >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Aug 08 05:30:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Mathieu Arnold >Release: FreeBSD 4.8-RELEASE i386 >Organization: Absolight >Environment: System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Fri Jul 18 12:38:14 CEST 2003 root@aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386 >Description: Update devel/p5-DateTime-Locale * Once a locale is loaded, it is cached in memory, so that locale objects are singletons. Calling methods that change the locale registry, like register() or remove_alias(), clear that cache. This should provide a noticeable speed boost when constructing many DateTime objects with the same locale. Based on a patch from John Siracusa. >How-To-Repeat: >Fix: --- p5-DateTime-Locale-0.03.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-DateTime-Locale/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 31 Jul 2003 12:23:31 -0000 1.1 +++ Makefile 8 Aug 2003 12:19:04 -0000 @@ -6,7 +6,7 @@ # PORTNAME= DateTime-Locale -PORTVERSION= 0.02 +PORTVERSION= 0.03 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DateTime Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/p5-DateTime-Locale/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 31 Jul 2003 12:23:31 -0000 1.1 +++ distinfo 8 Aug 2003 12:19:04 -0000 @@ -1 +1 @@ -MD5 (DateTime-Locale-0.02.tar.gz) = 4e6ed99c9bf01b1145715de08af96cbe +MD5 (DateTime-Locale-0.03.tar.gz) = ec841e5f73ce62c68abfc886db0cf2c3 --- p5-DateTime-Locale-0.03.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: