aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-DateTime-TimeZone
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2007-01-19 13:56:37 +0000
committerMathieu Arnold <mat@FreeBSD.org>2007-01-19 13:56:37 +0000
commit2bc1c61d8fd9235589f591c2e829a17d5f399d75 (patch)
tree3e0291ad05f6727dea672a8a4b6ada76cb2cf829 /devel/p5-DateTime-TimeZone
parent74f795629e2fd3fd1c4c6bf13e82759e8d64d4e3 (diff)
downloadports-2bc1c61d8fd9235589f591c2e829a17d5f399d75.tar.gz
ports-2bc1c61d8fd9235589f591c2e829a17d5f399d75.zip
Notes
Diffstat (limited to 'devel/p5-DateTime-TimeZone')
-rw-r--r--devel/p5-DateTime-TimeZone/Makefile2
-rw-r--r--devel/p5-DateTime-TimeZone/distinfo6
-rw-r--r--devel/p5-DateTime-TimeZone/files/patch-lib_DateTime_TimeZone_Local.pm10
3 files changed, 4 insertions, 14 deletions
diff --git a/devel/p5-DateTime-TimeZone/Makefile b/devel/p5-DateTime-TimeZone/Makefile
index 753c6630b4fb..72aedf6a0557 100644
--- a/devel/p5-DateTime-TimeZone/Makefile
+++ b/devel/p5-DateTime-TimeZone/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= DateTime-TimeZone
-PORTVERSION= 0.58
+PORTVERSION= 0.59
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DateTime
diff --git a/devel/p5-DateTime-TimeZone/distinfo b/devel/p5-DateTime-TimeZone/distinfo
index a4e98bd31721..30bb9e6ee732 100644
--- a/devel/p5-DateTime-TimeZone/distinfo
+++ b/devel/p5-DateTime-TimeZone/distinfo
@@ -1,3 +1,3 @@
-MD5 (DateTime-TimeZone-0.58.tar.gz) = d2126f55c1cca414266559bce0bf0334
-SHA256 (DateTime-TimeZone-0.58.tar.gz) = 8eec4d750d435ef113e6c9e4124210ff39c603cb0c467ba896381222374e7400
-SIZE (DateTime-TimeZone-0.58.tar.gz) = 335896
+MD5 (DateTime-TimeZone-0.59.tar.gz) = c3b92c620f80b8ef026a45850395ee75
+SHA256 (DateTime-TimeZone-0.59.tar.gz) = baf96d2b8726b13b680f3e105d4570aedb2310061d609b2b411f1fff36cc7053
+SIZE (DateTime-TimeZone-0.59.tar.gz) = 336025
diff --git a/devel/p5-DateTime-TimeZone/files/patch-lib_DateTime_TimeZone_Local.pm b/devel/p5-DateTime-TimeZone/files/patch-lib_DateTime_TimeZone_Local.pm
deleted file mode 100644
index 398a8c199555..000000000000
--- a/devel/p5-DateTime-TimeZone/files/patch-lib_DateTime_TimeZone_Local.pm
+++ /dev/null
@@ -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
- )