mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Update to 0.59
This commit is contained in:
parent
74f795629e
commit
2bc1c61d8f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182800
3 changed files with 4 additions and 14 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= DateTime-TimeZone
|
PORTNAME= DateTime-TimeZone
|
||||||
PORTVERSION= 0.58
|
PORTVERSION= 0.59
|
||||||
CATEGORIES= devel perl5
|
CATEGORIES= devel perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
MASTER_SITE_SUBDIR= DateTime
|
MASTER_SITE_SUBDIR= DateTime
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (DateTime-TimeZone-0.58.tar.gz) = d2126f55c1cca414266559bce0bf0334
|
MD5 (DateTime-TimeZone-0.59.tar.gz) = c3b92c620f80b8ef026a45850395ee75
|
||||||
SHA256 (DateTime-TimeZone-0.58.tar.gz) = 8eec4d750d435ef113e6c9e4124210ff39c603cb0c467ba896381222374e7400
|
SHA256 (DateTime-TimeZone-0.59.tar.gz) = baf96d2b8726b13b680f3e105d4570aedb2310061d609b2b411f1fff36cc7053
|
||||||
SIZE (DateTime-TimeZone-0.58.tar.gz) = 335896
|
SIZE (DateTime-TimeZone-0.59.tar.gz) = 336025
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
--- 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
|
|
||||||
)
|
|
Loading…
Add table
Reference in a new issue