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:   wiz
Date:           Sun Mar 11 10:10:30 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/time/p5-DateTime-Format-Flexible/Makefile
cvs rdiff -u -r1.11 -r1.12 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.19 pkgsrc/time/p5-DateTime-Format-Flexible/Makefile:1.20
--- pkgsrc/time/p5-DateTime-Format-Flexible/Makefile:1.19       Sun Feb 25 19:07:10 2018
+++ pkgsrc/time/p5-DateTime-Format-Flexible/Makefile    Sun Mar 11 10:10:30 2018
@@ -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-List-MoreUtils-[0-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= #
 

Index: pkgsrc/time/p5-DateTime-Format-Flexible/distinfo
diff -u pkgsrc/time/p5-DateTime-Format-Flexible/distinfo:1.11 pkgsrc/time/p5-DateTime-Format-Flexible/distinfo:1.12
--- pkgsrc/time/p5-DateTime-Format-Flexible/distinfo:1.11       Sun Feb 25 19:07:10 2018
+++ pkgsrc/time/p5-DateTime-Format-Flexible/distinfo    Sun Mar 11 10:10:30 2018
@@ -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