pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-Balanced p5-Text-Balanced: update to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d3f5c9a3548
branches:  trunk
changeset: 451510:4d3f5c9a3548
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Apr 27 16:24:32 2021 +0000

description:
p5-Text-Balanced: update to 2.04.

2.04 2020-12-11

    - Fixed INSTALLDIRS to account for the @INC reordering change in Perl 5.12.
      See Perl RT#116479 for details.  (Text-Balanced entered the perl core in
      Perl 5.7.1 so that's what the lower bound of the check should strictly be,
      but since we only support Perl 5.8.1 and higher anyway we do not need to
      check the lower bound.  The upper bound is correctly Perl 5.11.0 since the
      @INC reordering change in question (Perl core commit #b9ba2fadb1) first
      appeared in Perl 5.11.0.)

    - Removed superfluous loading of SelfLoader.  [<nick%ccl4.org@localhost>, CPAN
      RT#85572]

    - Minor documentation patch.  [<whatever%davidnicol.com@localhost>, CPAN RT#52623]

    - Typo fixes.  [<dsteinbrunner%pobox.com@localhost>, CPAN RT#85373]

    - Added optional Changes testing (skipped unless AUTHOR_TESTING).

    - Reformatted Changes file as per CPAN::Changes::Spec.

    - Added optional POD coverage testing (skipped unless AUTHOR_TESTING).

    - Added optional Perl::Critic testing (skipped unless AUTHOR_TESTING).

    - Made code Perl::Critic clean.

    - Included GitHub repository URLs in metadata now that source code has been
      uploaded to GitHub.

    - Included META.json file in addition to META.yml.

    - Set minimum required ExtUtils::MakeMaker version to 6.64 to ensure that
      all parameters used are supported, to save jumping through hoops to
      support earlier versions.  (This should not be a problem since
      ExtUtils::MakeMaker 6.64 is easily installed into Perl 5.8.1 and above,
      that being the whole point of the new choice of minimum supported Perl
      version.)

    - Set minimum required Perl version to 5.8.1.  This is in line with the
      minimum requirement of the "Perl Toolchain".

diffstat:

 textproc/p5-Text-Balanced/Makefile |   5 ++---
 textproc/p5-Text-Balanced/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r bbbf3fdfc56a -r 4d3f5c9a3548 textproc/p5-Text-Balanced/Makefile
--- a/textproc/p5-Text-Balanced/Makefile        Tue Apr 27 16:21:22 2021 +0000
+++ b/textproc/p5-Text-Balanced/Makefile        Tue Apr 27 16:24:32 2021 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2020/08/31 18:11:59 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2021/04/27 16:24:32 wiz Exp $
 
-DISTNAME=      Text-Balanced-2.03
+DISTNAME=      Text-Balanced-2.04
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   6
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Text/}
 
diff -r bbbf3fdfc56a -r 4d3f5c9a3548 textproc/p5-Text-Balanced/distinfo
--- a/textproc/p5-Text-Balanced/distinfo        Tue Apr 27 16:21:22 2021 +0000
+++ b/textproc/p5-Text-Balanced/distinfo        Tue Apr 27 16:24:32 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2015/11/04 01:59:50 agc Exp $
+$NetBSD: distinfo,v 1.11 2021/04/27 16:24:32 wiz Exp $
 
-SHA1 (Text-Balanced-2.03.tar.gz) = 5a3664d9871a417a068ce36d47f8f197af68ba95
-RMD160 (Text-Balanced-2.03.tar.gz) = 32ed758f6931de0afe83f7cf03bf74b921c2bba6
-SHA512 (Text-Balanced-2.03.tar.gz) = 28eb95e157e8fe95fcc9395a18ec0a8af188bc99124a018e74f12f5b6e913a413098c0bed7da621c4c6a775bd7d2bb90bc04dfbcf662c45bd4d37742beff090a
-Size (Text-Balanced-2.03.tar.gz) = 48773 bytes
+SHA1 (Text-Balanced-2.04.tar.gz) = dbc332e83deca55d698a9c05f89efa5448a6765e
+RMD160 (Text-Balanced-2.04.tar.gz) = 32d7c16706f0b68d005a987305f162b61b958390
+SHA512 (Text-Balanced-2.04.tar.gz) = 211c454ea1c65562ef354053d89cf78bd82e1b83cfe730e749e04b2eb53dd1151b2eeb4a34a4fae55a44b4edb8b6ade38f3689f22a58988ce6408ed60c7deb41
+Size (Text-Balanced-2.04.tar.gz) = 41631 bytes



Home | Main Index | Thread Index | Old Index