pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/p5-TimeDate



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar  1 07:10:11 UTC 2026

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

Log Message:
p5-TimeDate: update to 2.34.

2.34      2026-02-27 17:00:48-07:00 America/Denver

  * doc: Increase POD coverage
  * refactor: extract _build_lookups helper, remove hash-building duplication
  * fix: correct language data bugs and minor code review fixes
  * Fixup utf8 and add tests
  * Use Dist::Zilla for the distro
  * rebase: apply review feedback on #52
  * fix: uncomment Indian Standard timezone (IST)
  * feat: support boost C++ timestamp format (%Y-%b-%d %H:%M:%S.%f)
  * fix: correct typos across documentation and comments
  * stop using use vars
  * rebase: apply review feedback on #49
  * Remove limitation from Date::Parse
  * Create Arabic.pm


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/time/p5-TimeDate/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/time/p5-TimeDate/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-TimeDate/Makefile
diff -u pkgsrc/time/p5-TimeDate/Makefile:1.43 pkgsrc/time/p5-TimeDate/Makefile:1.44
--- pkgsrc/time/p5-TimeDate/Makefile:1.43       Fri Jul  4 08:48:54 2025
+++ pkgsrc/time/p5-TimeDate/Makefile    Sun Mar  1 07:10:10 2026
@@ -1,18 +1,17 @@
-# $NetBSD: Makefile,v 1.43 2025/07/04 08:48:54 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2026/03/01 07:10:10 wiz Exp $
 
-DISTNAME=      TimeDate-2.33
+DISTNAME=      TimeDate-2.34
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   5
-CATEGORIES=    textproc perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Date/}
+CATEGORIES=    time perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AT/ATOOMIC/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-COMMENT=       Perl5 TimeDate distribution
 HOMEPAGE=      https://metacpan.org/release/TimeDate
+COMMENT=       Perl5 TimeDate distribution
 LICENSE=       ${PERL5_LICENSE}
 
 USE_LANGUAGES=         # empty
-PERL5_PACKLIST=                auto/Date/Parse/.packlist
+PERL5_PACKLIST=                auto/TimeDate/.packlist
 
 post-extract:
        cd ${WRKSRC};                                                   \

Index: pkgsrc/time/p5-TimeDate/distinfo
diff -u pkgsrc/time/p5-TimeDate/distinfo:1.12 pkgsrc/time/p5-TimeDate/distinfo:1.13
--- pkgsrc/time/p5-TimeDate/distinfo:1.12       Tue Oct 26 11:24:31 2021
+++ pkgsrc/time/p5-TimeDate/distinfo    Sun Mar  1 07:10:10 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 11:24:31 nia Exp $
+$NetBSD: distinfo,v 1.13 2026/03/01 07:10:10 wiz Exp $
 
-BLAKE2s (TimeDate-2.33.tar.gz) = 1fb51bae9076ca6538d10405fe038dfd3ee86be54b3fcba443c79fa5fc201709
-SHA512 (TimeDate-2.33.tar.gz) = a3a20a0d9439e68bf621c66fad0598e6257345727be79c87c7cc99994b3a58eb738787fedb720beb069e9758ad1347c15313f64411806dd0f4dfbcca5061c820
-Size (TimeDate-2.33.tar.gz) = 29997 bytes
+BLAKE2s (TimeDate-2.34.tar.gz) = 103c419bc2f60098306d10aa375bb1e807451612ea6e975b071cc256664cc796
+SHA512 (TimeDate-2.34.tar.gz) = db349b9bb70cee537574efeffa19338a7300566ab7700724bfc0f23160c0483bc6e2724a72181dc59ef6364ea3f9c285d9a90d4ffd8e6d016e59968935f4b8ac
+Size (TimeDate-2.34.tar.gz) = 52993 bytes



Home | Main Index | Thread Index | Old Index