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 p5-DateTime-Format-Fl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db281d9ce41f
branches:  trunk
changeset: 376923:db281d9ce41f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Mar 11 10:10:30 2018 +0000

description:
p5-DateTime-Format-Flexible: update to 0.30.

0.30 Fri Mar 09 2018
  - add support for bare times with am/pm
    - thanks Rod Taylor rt #124567
  - add support for format JUL25'17
    - thanks Rod Taylor rt #124596
  - fix warnings with invalid strings that have 'at' in them
    - example: not a date
    - thanks Rod Taylor rt #124589

  - add support for bare times with 'at'
    - examples:
      - at noon
      - at one
      - at one pm
      - at 12:43

diffstat:

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

diffs (37 lines):

diff -r 076b2c2e8cbe -r db281d9ce41f time/p5-DateTime-Format-Flexible/Makefile
--- a/time/p5-DateTime-Format-Flexible/Makefile Sun Mar 11 08:58:22 2018 +0000
+++ b/time/p5-DateTime-Format-Flexible/Makefile Sun Mar 11 10:10:30 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2018/02/25 19:07:10 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2018/03/11 10:10:30 wiz Exp $
 
-DISTNAME=      DateTime-Format-Flexible-0.29
+DISTNAME=      DateTime-Format-Flexible-0.30
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    time perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}
@@ -17,7 +17,9 @@
 DEPENDS+=      p5-Sub-Name-[0-9]*:../../devel/p5-Sub-Name
 DEPENDS+=      p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable
 
+BUILD_DEPENDS+=        p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
 BUILD_DEPENDS+=        p5-Test-MockTime-[0-9]*:../../time/p5-Test-MockTime
+BUILD_DEPENDS+=        p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
 
 USE_LANGUAGES= #
 
diff -r 076b2c2e8cbe -r db281d9ce41f time/p5-DateTime-Format-Flexible/distinfo
--- a/time/p5-DateTime-Format-Flexible/distinfo Sun Mar 11 08:58:22 2018 +0000
+++ b/time/p5-DateTime-Format-Flexible/distinfo Sun Mar 11 10:10:30 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2018/02/25 19:07:10 wiz Exp $
+$NetBSD: distinfo,v 1.12 2018/03/11 10:10:30 wiz Exp $
 
-SHA1 (DateTime-Format-Flexible-0.29.tar.gz) = 02515d032339aed0736dc3a06c3eb12dd73b1f40
-RMD160 (DateTime-Format-Flexible-0.29.tar.gz) = 6cd35d7a27cd5bb7120b90e3a8229b09fa65ce92
-SHA512 (DateTime-Format-Flexible-0.29.tar.gz) = 07bba94a763b8b10249bf6d57b6d00ddd51107e92ec0c2a64d9f725e61cfd93af2d5239643b5a3dc7a516f69d9f58a0f211ff83d9f5cbc413d0629e115f03c5f
-Size (DateTime-Format-Flexible-0.29.tar.gz) = 73866 bytes
+SHA1 (DateTime-Format-Flexible-0.30.tar.gz) = afbd368bcea2c316842413283a33ffbca7723011
+RMD160 (DateTime-Format-Flexible-0.30.tar.gz) = 7104cfbd1c05e5af3dcbde2012c40db4a82ffdfc
+SHA512 (DateTime-Format-Flexible-0.30.tar.gz) = 647f071c43e611fcdc462df2de429d11460b95c0ea4d59705817c53c57d500b9146125cf026e659f9128ce35142078bb58d97432e4488ee90f635e514ee40435
+Size (DateTime-Format-Flexible-0.30.tar.gz) = 74438 bytes



Home | Main Index | Thread Index | Old Index