Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  8 Aug 2003 14:20:41 +0200 (CEST)
From:      Mathieu Arnold <m@absolight.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        m@absolight.net
Subject:   ports/55375: update devel/p5-DateTime-Locale
Message-ID:  <20030808122041.40D257D97@aragorn.reaumur.absolight.net>
Resent-Message-ID: <200308081230.h78CUEfR024650@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



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