pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/p5-DateTime-Format-Flexible



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Apr  9 07:14:17 UTC 2017

Modified Files:
        pkgsrc/time/p5-DateTime-Format-Flexible: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/time/p5-DateTime-Format-Flexible/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/time/p5-DateTime-Format-Flexible/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/p5-DateTime-Format-Flexible/Makefile
diff -u pkgsrc/time/p5-DateTime-Format-Flexible/Makefile:1.16 pkgsrc/time/p5-DateTime-Format-Flexible/Makefile:1.17
--- pkgsrc/time/p5-DateTime-Format-Flexible/Makefile:1.16       Wed Jun  8 19:24:49 2016
+++ pkgsrc/time/p5-DateTime-Format-Flexible/Makefile    Sun Apr  9 07:14:17 2017
@@ -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/}
 

Index: pkgsrc/time/p5-DateTime-Format-Flexible/distinfo
diff -u pkgsrc/time/p5-DateTime-Format-Flexible/distinfo:1.9 pkgsrc/time/p5-DateTime-Format-Flexible/distinfo:1.10
--- pkgsrc/time/p5-DateTime-Format-Flexible/distinfo:1.9        Mon Nov  2 23:31:39 2015
+++ pkgsrc/time/p5-DateTime-Format-Flexible/distinfo    Sun Apr  9 07:14:17 2017
@@ -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