pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/p5-Calendar-Simple



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep  7 17:35:31 UTC 2020

Modified Files:
        pkgsrc/time/p5-Calendar-Simple: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/time/p5-Calendar-Simple/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/time/p5-Calendar-Simple/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-Calendar-Simple/Makefile
diff -u pkgsrc/time/p5-Calendar-Simple/Makefile:1.21 pkgsrc/time/p5-Calendar-Simple/Makefile:1.22
--- pkgsrc/time/p5-Calendar-Simple/Makefile:1.21        Mon Aug 31 18:12:20 2020
+++ pkgsrc/time/p5-Calendar-Simple/Makefile     Mon Sep  7 17:35:31 2020
@@ -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 @@ HOMEPAGE=     https://metacpan.org/release/C
 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

Index: pkgsrc/time/p5-Calendar-Simple/distinfo
diff -u pkgsrc/time/p5-Calendar-Simple/distinfo:1.5 pkgsrc/time/p5-Calendar-Simple/distinfo:1.6
--- pkgsrc/time/p5-Calendar-Simple/distinfo:1.5 Sun Feb 25 19:04:16 2018
+++ pkgsrc/time/p5-Calendar-Simple/distinfo     Mon Sep  7 17:35:31 2020
@@ -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