Update to 0.107
Upstream changes: 0.107 2022-01-30 T. R. Wyant Add method calendar_name(), which returns 'Julian'. Require DateTime 1.48 for is_last_day_of_quarter(). This is a significant bump, since the previous was 0.08. Update Perl requirement in metadata to 5.008004. It was always this in fact, since DateTime requires this, as does Makefile.PL. Add support for quarters. 0.106 2021-09-25 T. R. Wyant Correct repository links in metadata. Thanks to Keith Thompson for finding and reporting this. 0.105 2021-09-05 T. R. Wyant Correct generation of 'provides' metadata. Thanks to Favio Poletti for blogging https://github.polettix.it/ETOOBUSY/2021/06/15/the-real-pause-workaround/, and ultimately to Joel Berger for the pointer to https://metacpan.org/pod/CPAN::Meta::Spec#no_index
This commit is contained in:
parent
0822d8bc71
commit
f1feabb38f
2 changed files with 7 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.11 2021/05/24 19:55:02 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2022/02/14 14:28:02 wen Exp $
|
||||
|
||||
DISTNAME= DateTime-Calendar-Julian-0.104
|
||||
DISTNAME= DateTime-Calendar-Julian-0.107
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= time perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
|
||||
|
||||
|
@ -11,7 +10,7 @@ HOMEPAGE= https://metacpan.org/release/DateTime-Calendar-Julian
|
|||
COMMENT= Dates in the Julian calendar
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= p5-DateTime>=0.15:../../time/p5-DateTime
|
||||
DEPENDS+= p5-DateTime>=1.48:../../time/p5-DateTime
|
||||
|
||||
PERL5_PACKLIST= auto/DateTime/Calendar/Julian/.packlist
|
||||
USE_LANGUAGES= # none
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.8 2021/10/26 11:24:25 nia Exp $
|
||||
$NetBSD: distinfo,v 1.9 2022/02/14 14:28:02 wen Exp $
|
||||
|
||||
BLAKE2s (DateTime-Calendar-Julian-0.104.tar.gz) = 9c44d726a0a72f830222732132dd8cb320c23e722fabfe660e5f57384ebf56d3
|
||||
SHA512 (DateTime-Calendar-Julian-0.104.tar.gz) = 5fa8dd0c2a8e7a3477bee723c3d6870a4c8ba361231b474afabfbb5118cc1d2d55e60035606b789a4700aaa9a35a9a836d0eb2a9bd935eeb23ff93db472e3599
|
||||
Size (DateTime-Calendar-Julian-0.104.tar.gz) = 18172 bytes
|
||||
BLAKE2s (DateTime-Calendar-Julian-0.107.tar.gz) = 431cc6c3f276cd85be7c3ebe28d89d7a2851617b7e6c235a019020d54ebe5dca
|
||||
SHA512 (DateTime-Calendar-Julian-0.107.tar.gz) = 8219c4d8e998ebeb536d46f2d81b40a5ff21a3fc3c6e8c2c063b334e7a9f2cb73f14cdb5c82cac60bc9b1c6eb6ff43235f955f7775e47aaf4f903db654a34a5b
|
||||
Size (DateTime-Calendar-Julian-0.107.tar.gz) = 19669 bytes
|
||||
|
|
Loading…
Reference in a new issue