Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/p5-Calendar-Simple p5-Calendar-Simple: update to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c6d0910497c
branches:  trunk
changeset: 438569:2c6d0910497c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 07 17:35:31 2020 +0000

description:
p5-Calendar-Simple: update to 2.0.0.

## [2.0.0] 2020-06-22

### Changed

- Code fixes
- Refactoring to lower code complexity
- Documentation fixes (thanks MANWAR)
- Default week start date is now Monday

diffstat:

 time/p5-Calendar-Simple/Makefile |  11 ++++++-----
 time/p5-Calendar-Simple/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 10 deletions(-)

diffs (41 lines):

diff -r 4b76c949f32d -r 2c6d0910497c time/p5-Calendar-Simple/Makefile
--- a/time/p5-Calendar-Simple/Makefile  Mon Sep 07 17:32:38 2020 +0000
+++ b/time/p5-Calendar-Simple/Makefile  Mon Sep 07 17:35:31 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2020/08/31 18:12:20 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2020/09/07 17:35:31 wiz Exp $
 
-DISTNAME=      Calendar-Simple-1.23
-PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   3
+DISTNAME=      Calendar-Simple-v2.0.0
+PKGNAME=       p5-${DISTNAME:S/-v/-/}
 CATEGORIES=    time perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Calendar/}
 
@@ -11,7 +10,9 @@
 COMMENT=       Perl extension to create simple calendars
 LICENSE=       ${PERL5_LICENSE}
 
-USE_LANGUAGES= #empty
+DEPENDS+=      p5-DateTime-[0-9]*:../../time/p5-DateTime
+
+USE_LANGUAGES= # empty
 PERL5_PACKLIST=        auto/Calendar/Simple/.packlist
 
 PERL5_MODULE_TYPE=     Module::Build
diff -r 4b76c949f32d -r 2c6d0910497c time/p5-Calendar-Simple/distinfo
--- a/time/p5-Calendar-Simple/distinfo  Mon Sep 07 17:32:38 2020 +0000
+++ b/time/p5-Calendar-Simple/distinfo  Mon Sep 07 17:35:31 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/02/25 19:04:16 wiz Exp $
+$NetBSD: distinfo,v 1.6 2020/09/07 17:35:31 wiz Exp $
 
-SHA1 (Calendar-Simple-1.23.tar.gz) = 708430952d668b3d5abac83f665462696c32b098
-RMD160 (Calendar-Simple-1.23.tar.gz) = db7fbf0aaf689158c87382fd4877944d40fc95cd
-SHA512 (Calendar-Simple-1.23.tar.gz) = 3d024e3de896a20b837adfc4fbac2bcd1dce969ac426445573ae0975e189ffde906e7c25d3c6f0595a7e49d47a09cd3e9bdfb6810ca7c9e20f9e01a4ecb7ec49
-Size (Calendar-Simple-1.23.tar.gz) = 7989 bytes
+SHA1 (Calendar-Simple-v2.0.0.tar.gz) = ff87677234daa1e47bf4b1713000de9f668c8386
+RMD160 (Calendar-Simple-v2.0.0.tar.gz) = 4e799bc84709999381156d7a566eb92b747ef983
+SHA512 (Calendar-Simple-v2.0.0.tar.gz) = 2e9e16a27d254cf68e38be2ee1715e1f8d0d3b224ed8fb1a2a5e56ac172a25f67beec08b7a18bf0bf69a66a3ed7d94d058faad46f3a266a24e2b39fa8e2d3efe
+Size (Calendar-Simple-v2.0.0.tar.gz) = 7024 bytes



Home | Main Index | Thread Index | Old Index