pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/p5-Locale-Codes
Module Name: pkgsrc
Committed By: wiz
Date: Mon Sep 7 12:03:06 UTC 2020
Modified Files:
pkgsrc/misc/p5-Locale-Codes: Makefile distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/misc/p5-Locale-Codes/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/misc/p5-Locale-Codes/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/p5-Locale-Codes/Makefile
diff -u pkgsrc/misc/p5-Locale-Codes/Makefile:1.53 pkgsrc/misc/p5-Locale-Codes/Makefile:1.54
--- pkgsrc/misc/p5-Locale-Codes/Makefile:1.53 Mon Aug 31 18:10:23 2020
+++ pkgsrc/misc/p5-Locale-Codes/Makefile Mon Sep 7 12:03:06 2020
@@ -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 @@ HOMEPAGE= https://metacpan.org/release/L
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
Index: pkgsrc/misc/p5-Locale-Codes/distinfo
diff -u pkgsrc/misc/p5-Locale-Codes/distinfo:1.20 pkgsrc/misc/p5-Locale-Codes/distinfo:1.21
--- pkgsrc/misc/p5-Locale-Codes/distinfo:1.20 Sun Sep 2 07:31:54 2018
+++ pkgsrc/misc/p5-Locale-Codes/distinfo Mon Sep 7 12:03:06 2020
@@ -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