pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/p5-DateTime



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Apr  4 14:15:58 UTC 2018

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

Log Message:
Updated time/p5-DateTime to 1.4800

1.48   2018-03-26
- The last release would die if Sub::Util was not available, but this should
  just be an optional requirement. Fixed by Paul Howarth. Fixes GH #77. PR
  #78.

1.47   2018-03-25
- DateTime::Duration->multiply now only allows integer
  multipliers. Implemented by Dan Stewart. PR #73.

- Added is_last_day_of_quarter() and is_last_day_of_year()
  methods. Implemented by Dan Stewart. PR #72.

- When an exception was thrown while adding a duration the object could be
  left in a broken state, with the duration partially applied. Subsequent
  addition or subtraction would produce the wrong results. Reported by Pawel
  Pabian. GH #74.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/time/p5-DateTime/Makefile
cvs rdiff -u -r1.56 -r1.57 pkgsrc/time/p5-DateTime/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/Makefile
diff -u pkgsrc/time/p5-DateTime/Makefile:1.70 pkgsrc/time/p5-DateTime/Makefile:1.71
--- pkgsrc/time/p5-DateTime/Makefile:1.70       Tue Feb 20 02:58:16 2018
+++ pkgsrc/time/p5-DateTime/Makefile    Wed Apr  4 14:15:58 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.70 2018/02/20 02:58:16 wen Exp $
+# $NetBSD: Makefile,v 1.71 2018/04/04 14:15:58 mef Exp $
 
-DISTNAME=      DateTime-1.46
+DISTNAME=      DateTime-1.48
 PKGNAME=       p5-${DISTNAME}00
 CATEGORIES=    time perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}

Index: pkgsrc/time/p5-DateTime/distinfo
diff -u pkgsrc/time/p5-DateTime/distinfo:1.56 pkgsrc/time/p5-DateTime/distinfo:1.57
--- pkgsrc/time/p5-DateTime/distinfo:1.56       Tue Feb 20 02:58:16 2018
+++ pkgsrc/time/p5-DateTime/distinfo    Wed Apr  4 14:15:58 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.56 2018/02/20 02:58:16 wen Exp $
+$NetBSD: distinfo,v 1.57 2018/04/04 14:15:58 mef Exp $
 
-SHA1 (DateTime-1.46.tar.gz) = 07f0b5ede980911987cd72a4d24b9ae11070b456
-RMD160 (DateTime-1.46.tar.gz) = ae75f17822ce4a07c332fa6a01286467b0d216a6
-SHA512 (DateTime-1.46.tar.gz) = 20914a5267112b28a63e7cab6199bd4312ff354db9408f33f5d72f797a084c3fdfa7c50d43362323105091d827f2bdc4771250a5d6960cd951623b5739be233d
-Size (DateTime-1.46.tar.gz) = 240638 bytes
+SHA1 (DateTime-1.48.tar.gz) = 93007dab2ded04631e6a7be14e9675c41b2a9e17
+RMD160 (DateTime-1.48.tar.gz) = b28e53578d21c4b83912697b7d4dfe55aa5f0072
+SHA512 (DateTime-1.48.tar.gz) = 9c4de99eaace63cc0901ce1d0534ee7111ecd611601f09f32db9bcdae5847254819891b6fdded21a7551e4c1b08ad430ebbc8a5b4aa0e58172b0cf43582b6463
+Size (DateTime-1.48.tar.gz) = 241461 bytes



Home | Main Index | Thread Index | Old Index