Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/p5-Locale-Codes p5-Locale-Codes: update to 3.65.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89cbd8ae7bdd
branches:  trunk
changeset: 438463:89cbd8ae7bdd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 07 12:03:06 2020 +0000

description:
p5-Locale-Codes: update to 3.65.

3.65  2020-09-01  sbeck
  -  NEW CODE(s)

3.64  2020-06-02  sbeck
  -  NEW CODE(s)
  -  Fixed bug deleting retired codes
         The delete_code function failed if you tried to delete a retired
         code. This is now fixed. GitHub #12

3.63  2020-03-01  sbeck
  -  NEW CODE(s)
         NOTE: no code changes on 2019-12-01 so no release made at that
         time.

  -  Fixed a retired code

3.62  2019-08-29  sbeck
  -  NEW CODE(s)
  -  Fixed tests
        Tests were not working correctly since the previous version. This is
        now fixed.

  -  Fixed error messages
        Many of the error messages were inconsistent or completely wrong
        (due to cut-and-paste errors). They have been fixed.

  -  Fixed some return codes
        The name2code and code2name functions returned 1 in the case of an
        error in some situations instead of undef (which was the documented
        value).

  -  Removed unnecessary dependencies
        A number of modules were included as test dependencies that are only
        used by the author when preparing releases. These have been removed
        as dependencies. Petr Pisar on GitHub #11

3.61  2019-06-01  sbeck
  -  NEW CODE(s)
  -  Converted tests to use Test::Inter
        Now uses the same module to do tests as all my other modules.

3.60  2019-03-01  sbeck
  -  NEW CODE(s)

3.59  2018-12-03  sbeck
  -  NEW CODE(s)
  -  Removed travis file from the tarball
        The tarball had a .travis.yml file in it that wasn't in the MANIFEST
        file. Since the MANIFEST file is automatically generated by the perl
        mkmanifest tool, since it didn't see the .travis.yml file, I have
        excluded it from the tarball. Reported by Mohammad S Anwar on GitHub
        (#10)

diffstat:

 misc/p5-Locale-Codes/Makefile |   7 ++++---
 misc/p5-Locale-Codes/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r 97de07af50ae -r 89cbd8ae7bdd misc/p5-Locale-Codes/Makefile
--- a/misc/p5-Locale-Codes/Makefile     Mon Sep 07 12:02:09 2020 +0000
+++ b/misc/p5-Locale-Codes/Makefile     Mon Sep 07 12:03:06 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2020/08/31 18:10:23 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2020/09/07 12:03:06 wiz Exp $
 
-DISTNAME=      Locale-Codes-3.58
+DISTNAME=      Locale-Codes-3.65
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    misc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Locale/}
 
@@ -11,6 +10,8 @@
 COMMENT=       Perl5 module for ISO 3166, 639, 4217 and 15924 codes
 LICENSE=       ${PERL5_LICENSE}
 
+TEST_DEPENDS+= p5-Test-Inter-[0-9]*:../../devel/p5-Test-Inter
+
 USE_LANGUAGES= # empty
 PERL5_PACKLIST=        auto/Locale/Codes/.packlist
 
diff -r 97de07af50ae -r 89cbd8ae7bdd misc/p5-Locale-Codes/distinfo
--- a/misc/p5-Locale-Codes/distinfo     Mon Sep 07 12:02:09 2020 +0000
+++ b/misc/p5-Locale-Codes/distinfo     Mon Sep 07 12:03:06 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2018/09/02 07:31:54 wiz Exp $
+$NetBSD: distinfo,v 1.21 2020/09/07 12:03:06 wiz Exp $
 
-SHA1 (Locale-Codes-3.58.tar.gz) = 94c68a11e470c694cf84df0ec9faaad008a1df63
-RMD160 (Locale-Codes-3.58.tar.gz) = 11adb5184ab64d8a15a74dbccc64c72235bc8508
-SHA512 (Locale-Codes-3.58.tar.gz) = 79150ce2c129d3a211915022fe679d6f5605b28325176829fa5694bc9885488ea42b757eee0975501e70e01a54d2e27b2aa4a20faecd00b7e2f09292247045d2
-Size (Locale-Codes-3.58.tar.gz) = 855428 bytes
+SHA1 (Locale-Codes-3.65.tar.gz) = a70e99234f35d94710178b4221211169aeebf547
+RMD160 (Locale-Codes-3.65.tar.gz) = 949a68b5c680f8031bdb16bcfee92a05ab8e1ba1
+SHA512 (Locale-Codes-3.65.tar.gz) = 501c63b54af4058ff09613db2f8bca2d693bb09129ac62556e14c4c8f20266016d98ab159d543cd18373c8ae798427ee0f5f740c8b61dd39769726dd921f864a
+Size (Locale-Codes-3.65.tar.gz) = 859374 bytes



Home | Main Index | Thread Index | Old Index