diff options
author | szptvlfn <szptvlfn@pkgsrc.org> | 2015-11-15 08:22:15 +0000 |
---|---|---|
committer | szptvlfn <szptvlfn@pkgsrc.org> | 2015-11-15 08:22:15 +0000 |
commit | 25caa429f9e12b5f1b7b697bd0aa6801b1a58926 (patch) | |
tree | 5ed8c9f71aaa0066a6e4eb29e1183ca87d8b49fc /time/hs-timezone-olson | |
parent | 43a4fbcf256596ba0e133b4142e5b3524a1440f7 (diff) | |
download | pkgsrc-25caa429f9e12b5f1b7b697bd0aa6801b1a58926.tar.gz |
Update to 0.1.7
Changes from https://github.com/ygale/timezone-olson
0.1.7
- Bump time to 1.5.
0.1.6
- Update link in package description.
- Update comment to indicate support for version 3 format.
Diffstat (limited to 'time/hs-timezone-olson')
-rw-r--r-- | time/hs-timezone-olson/DESCR | 3 | ||||
-rw-r--r-- | time/hs-timezone-olson/Makefile | 4 | ||||
-rw-r--r-- | time/hs-timezone-olson/buildlink3.mk | 6 | ||||
-rw-r--r-- | time/hs-timezone-olson/distinfo | 10 |
4 files changed, 12 insertions, 11 deletions
diff --git a/time/hs-timezone-olson/DESCR b/time/hs-timezone-olson/DESCR index 32f9a3490b4..4517622b528 100644 --- a/time/hs-timezone-olson/DESCR +++ b/time/hs-timezone-olson/DESCR @@ -1,6 +1,7 @@ A parser and renderer for binary Olson timezone files whose format is specified by the tzfile(5) man page on Unix-like systems. For more -information about this format, see http://www.twinsun.com/tz/tz-link.htm. +information about this format, see +http://www.iana.org/time-zones/repository/tz-link.html Functions are provided for converting the parsed data into TimeZoneSeries objects from the timezone-series package. On many platforms, binary Olson timezone files suitable for use with this package are available in the diff --git a/time/hs-timezone-olson/Makefile b/time/hs-timezone-olson/Makefile index bd90c9916c5..ab7be6eac9b 100644 --- a/time/hs-timezone-olson/Makefile +++ b/time/hs-timezone-olson/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2014/11/24 21:24:01 szptvlfn Exp $ +# $NetBSD: Makefile,v 1.2 2015/11/15 08:22:15 szptvlfn Exp $ -DISTNAME= timezone-olson-0.1.4 +DISTNAME= timezone-olson-0.1.7 CATEGORIES= time MAINTAINER= szptvlfn@NetBSD.org diff --git a/time/hs-timezone-olson/buildlink3.mk b/time/hs-timezone-olson/buildlink3.mk index f400da1c265..2347dd1fb63 100644 --- a/time/hs-timezone-olson/buildlink3.mk +++ b/time/hs-timezone-olson/buildlink3.mk @@ -1,12 +1,12 @@ -# $NetBSD: buildlink3.mk,v 1.1 2014/11/24 21:24:01 szptvlfn Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2015/11/15 08:22:15 szptvlfn Exp $ BUILDLINK_TREE+= hs-timezone-olson .if !defined(HS_TIMEZONE_OLSON_BUILDLINK3_MK) HS_TIMEZONE_OLSON_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.hs-timezone-olson+= hs-timezone-olson>=0.1.4 -BUILDLINK_ABI_DEPENDS.hs-timezone-olson+= hs-timezone-olson>=0.1.4 +BUILDLINK_API_DEPENDS.hs-timezone-olson+= hs-timezone-olson>=0.1.7 +BUILDLINK_ABI_DEPENDS.hs-timezone-olson+= hs-timezone-olson>=0.1.7 BUILDLINK_PKGSRCDIR.hs-timezone-olson?= ../../time/hs-timezone-olson .include "../../devel/hs-extensible-exceptions/buildlink3.mk" diff --git a/time/hs-timezone-olson/distinfo b/time/hs-timezone-olson/distinfo index fd32bae895b..c9fad581412 100644 --- a/time/hs-timezone-olson/distinfo +++ b/time/hs-timezone-olson/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/02 23:31:37 agc Exp $ +$NetBSD: distinfo,v 1.3 2015/11/15 08:22:15 szptvlfn Exp $ -SHA1 (timezone-olson-0.1.4.tar.gz) = 3bff6c5669f54ed998099eb8b94bb69e4333d8eb -RMD160 (timezone-olson-0.1.4.tar.gz) = d7b9b2e87b7a2de38b95004858aca57a4b21212e -SHA512 (timezone-olson-0.1.4.tar.gz) = 40b902acbf33cd839a8217b66946a6fe2b0923e8ed7b42c05c2507a1b0c3c232e2fa93eccc1961efdc845fb7a90d0338460e8316121ad098ed449b424fda05af -Size (timezone-olson-0.1.4.tar.gz) = 11639 bytes +SHA1 (timezone-olson-0.1.7.tar.gz) = 1b0bc3e29cfac1d2c68109f217a5de5cabbfcf75 +RMD160 (timezone-olson-0.1.7.tar.gz) = 449ee503558edd64a575e47525c9407f42e6a5ee +SHA512 (timezone-olson-0.1.7.tar.gz) = 136bca829b40edd3c46f83e2d19b496da7b6e7268825ff017fa598f9dc8a9de5fd65101f417e9c22ae8b845c61c98347944971f8f41072be60d894ea148a4e0a +Size (timezone-olson-0.1.7.tar.gz) = 11313 bytes |