Date: Fri, 22 Dec 2006 17:17:34 GMT From: Steve Wills<steve@stevenwills.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/107108: update devel/p5-DateTime-TimeZone to the latest (0.57) and fix problem with "local" zone Message-ID: <200612221717.kBMHHY89013528@www.freebsd.org> Resent-Message-ID: <200612222100.kBML0UMe065643@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 107108 >Category: ports >Synopsis: update devel/p5-DateTime-TimeZone to the latest (0.57) and fix problem with "local" zone >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 22 21:00:29 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: 6.2-PRERELEASE >Organization: >Environment: >Description: This patch closes ports/104418 and ports/107103 (I screwed up the patch part of that pr anyway... :) >How-To-Repeat: >Fix: See attached patch Patch attached with submission follows: diff -ruN /usr/ports/devel/p5-DateTime-TimeZone/Makefile p5-DateTime-TimeZone/Makefile --- /usr/ports/devel/p5-DateTime-TimeZone/Makefile Wed Aug 30 10:21:40 2006 +++ p5-DateTime-TimeZone/Makefile Fri Dec 22 12:08:10 2006 @@ -6,7 +6,7 @@ # PORTNAME= DateTime-TimeZone -PORTVERSION= 0.48 +PORTVERSION= 0.57 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DateTime diff -ruN /usr/ports/devel/p5-DateTime-TimeZone/distinfo p5-DateTime-TimeZone/distinfo --- /usr/ports/devel/p5-DateTime-TimeZone/distinfo Sun Sep 3 00:02:41 2006 +++ p5-DateTime-TimeZone/distinfo Fri Dec 22 12:09:18 2006 @@ -1,3 +1,3 @@ -MD5 (DateTime-TimeZone-0.48.tar.gz) = 5c23bc4002a2b67585fd9fa24a3514e3 -SHA256 (DateTime-TimeZone-0.48.tar.gz) = d6d8aafcce850d5c69c3cf1283f47efce508a48f958a41f9a2e20428b517d8e8 -SIZE (DateTime-TimeZone-0.48.tar.gz) = 310519 +MD5 (DateTime-TimeZone-0.57.tar.gz) = afa219f83dea4d9bcd7f9f2d6d6adb47 +SHA256 (DateTime-TimeZone-0.57.tar.gz) = bf529cc021f87b908d478b2922b1f372447205c611ba0159228bf99e974f3828 +SIZE (DateTime-TimeZone-0.57.tar.gz) = 332326 diff -ruN /usr/ports/devel/p5-DateTime-TimeZone/files/patch-aa p5-DateTime-TimeZone/files/patch-aa --- /usr/ports/devel/p5-DateTime-TimeZone/files/patch-aa Wed Dec 31 19:00:00 1969 +++ p5-DateTime-TimeZone/files/patch-aa Fri Dec 22 12:08:38 2006 @@ -0,0 +1,10 @@ +--- lib/DateTime/TimeZone/Local.pm.orig Tue Aug 29 09:32:17 2006 ++++ lib/DateTime/TimeZone/Local.pm Fri Dec 22 11:00:55 2006 +@@ -144,6 +144,7 @@ + if ( ! defined $real_name + && -f $_ + && ! -l $_ ++ && $_ ne "/usr/share/zoneinfo/posixrules" + && $size == -s $_ + && File::Compare::compare( $_, $file_to_match ) == 0 + ) >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612221717.kBMHHY89013528>