pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/p5-DateTime-Format-Flexible Update to 0.28



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4888ac12f171
branches:  trunk
changeset: 360852:4888ac12f171
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Apr 09 07:14:17 2017 +0000

description:
Update to 0.28

Upstream changes:
0.28 Thu Mar 23 2016
  - fix tests under perl 5.25.10+ with -Ddefault_inc_excludes_dot
    - thanks Kent Fredric rt #120698

0.27 Mon Mar 06 2017
  - support a single lang as a string instead of requiring an arrayref (DWIM)
    - example: lang => 'en'
  - add support for:
    - "next (weekday)" eg: next sunday
    - "last (weekday)" eg: last sunday
    - "next (month)" eg: next january
    - "last (month)" eg: last january
    - "(x unit) from now" eg: 3 years from now
    - "(-x unit)" eg: -3 months
    - "(+x unit)" eg: +3 months
    - "YYMMDD HH:MM:SS" eg: 950404 00:22:12
    - "YYMMDD HH:MM:SS.NS" eg: 950404 00:22:12.500
    - "Mon D HH:MM:SS.NS TZ YYYY" eg: Fri Dec  2 22:56:03.500 GMT+0 1994
      - thanks David White rt #105178, tests from Time::ParseDate
  - when we have a leading month that is 0 (zero) and we have a year, assume it is supposed to be october (10)
    - thanks Dave Musakhanyan

diffstat:

 time/p5-DateTime-Format-Flexible/Makefile |   5 ++---
 time/p5-DateTime-Format-Flexible/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r 8b896612ddba -r 4888ac12f171 time/p5-DateTime-Format-Flexible/Makefile
--- a/time/p5-DateTime-Format-Flexible/Makefile Sun Apr 09 07:09:36 2017 +0000
+++ b/time/p5-DateTime-Format-Flexible/Makefile Sun Apr 09 07:14:17 2017 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2016/06/08 19:24:49 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2017/04/09 07:14:17 wen Exp $
 
-DISTNAME=      DateTime-Format-Flexible-0.26
+DISTNAME=      DateTime-Format-Flexible-0.28
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    time perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}
 
diff -r 8b896612ddba -r 4888ac12f171 time/p5-DateTime-Format-Flexible/distinfo
--- a/time/p5-DateTime-Format-Flexible/distinfo Sun Apr 09 07:09:36 2017 +0000
+++ b/time/p5-DateTime-Format-Flexible/distinfo Sun Apr 09 07:14:17 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2015/11/02 23:31:39 agc Exp $
+$NetBSD: distinfo,v 1.10 2017/04/09 07:14:17 wen Exp $
 
-SHA1 (DateTime-Format-Flexible-0.26.tar.gz) = 214d45230048c9e5f58dc51b84d2475e191d7efd
-RMD160 (DateTime-Format-Flexible-0.26.tar.gz) = 72112b22903857ac5c176cea4385179c3d477c76
-SHA512 (DateTime-Format-Flexible-0.26.tar.gz) = 70f5d50fd97bede5790853b526ee8150ab86592fa3f34ee16b0f26268c190052701f16510de6465ade46c647b5d1750f5c9cccf4b48ae7eac1455d6cadc015a3
-Size (DateTime-Format-Flexible-0.26.tar.gz) = 71862 bytes
+SHA1 (DateTime-Format-Flexible-0.28.tar.gz) = e35a9e3cc14dd10ab9882218a88990e3496c7337
+RMD160 (DateTime-Format-Flexible-0.28.tar.gz) = 557e6b37fd1ed6364457a6aae2b0f9e2d8d74619
+SHA512 (DateTime-Format-Flexible-0.28.tar.gz) = e74de1cf104a37cf832d5976fd450476a42b945a8fd03ab1ddea504e4041009534cef9e72a75a120ab3ed9a1af63fb05bd5876632b594db9e7f21f419678d2d8
+Size (DateTime-Format-Flexible-0.28.tar.gz) = 73722 bytes



Home | Main Index | Thread Index | Old Index