diff options
author | wen <wen@pkgsrc.org> | 2018-06-10 13:10:51 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2018-06-10 13:10:51 +0000 |
commit | 857cde0b2f1fab1d7de5d735fedfc7bb87264908 (patch) | |
tree | 477a289d1d23f8dea6fbcf95ea6f0a566c327638 /time | |
parent | 85808e3f9e431533175e086c5dde517e2da791dc (diff) | |
download | pkgsrc-857cde0b2f1fab1d7de5d735fedfc7bb87264908.tar.gz |
Update to 1.22
Upstream changes:
1.22 2018-06-08
- Update the glibc source data to the data from glibc 2.27.
- Added documentation for this glibc data.
- Reformatted the DateTime::Locale::FromData docs.
1.21 2018-06-08
- Added a new DateTime::Local->register_from_data method. This replaces the
old custom locale registration system with something much simpler. Instead
of providing a new class you simply provide a hash of data for the locale
and it becomes available for use via DateTime::Local->load. Implemented by
Ryley Breiddal. PR #21. Addresse GH #19.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-Locale/Makefile | 4 | ||||
-rw-r--r-- | time/p5-DateTime-Locale/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/time/p5-DateTime-Locale/Makefile b/time/p5-DateTime-Locale/Makefile index 3787dca3e9f..e5a06c60f08 100644 --- a/time/p5-DateTime-Locale/Makefile +++ b/time/p5-DateTime-Locale/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.49 2018/05/08 00:18:30 wen Exp $ +# $NetBSD: Makefile,v 1.50 2018/06/10 13:10:51 wen Exp $ -DISTNAME= DateTime-Locale-1.20 +DISTNAME= DateTime-Locale-1.22 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} diff --git a/time/p5-DateTime-Locale/distinfo b/time/p5-DateTime-Locale/distinfo index e6a74a5551f..0779cf46918 100644 --- a/time/p5-DateTime-Locale/distinfo +++ b/time/p5-DateTime-Locale/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.33 2018/05/08 00:18:30 wen Exp $ +$NetBSD: distinfo,v 1.34 2018/06/10 13:10:51 wen Exp $ -SHA1 (DateTime-Locale-1.20.tar.gz) = 47c96e084d6e5204064c683eeab9ccef24539e8a -RMD160 (DateTime-Locale-1.20.tar.gz) = fe27cb8cf9cbe3e5ac7b210bb8accf2d3aaf7987 -SHA512 (DateTime-Locale-1.20.tar.gz) = ee411c77712772e98ae22db84fd3a0fae79cb5fe0536eae5724327391cab64763ee0efc4f66721ff01586b36d3ead972be11dd99b329615c594d27a68152e619 -Size (DateTime-Locale-1.20.tar.gz) = 1304691 bytes +SHA1 (DateTime-Locale-1.22.tar.gz) = 386d9db6e03b1f58892497502518329222cceb95 +RMD160 (DateTime-Locale-1.22.tar.gz) = c23cbacfa96877c4f709f3454addd1b732c72339 +SHA512 (DateTime-Locale-1.22.tar.gz) = ce2c82a3a2cd42b46dbfb55ff2964e090548e79f266eed42e4ad2be53da0d0ac6808fe7d05ce8ae197982e5b86a00d625bb8087898b72b5d914e0027da27b13f +Size (DateTime-Locale-1.22.tar.gz) = 1307053 bytes |