Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-Kwalify (textproc/p5-Kwalify) Updated to 1.23
details: https://anonhg.NetBSD.org/pkgsrc/rev/c492baa56439
branches: trunk
changeset: 437876:c492baa56439
user: mef <mef%pkgsrc.org@localhost>
date: Wed Sep 02 12:40:05 2020 +0000
description:
(textproc/p5-Kwalify) Updated to 1.23
1.23 2020-02-21
- stable release with all changes in 1.22_90
1.22_90 2020-01-31
- change handling of required:no for existing undefined data.
Now the behavior is like in the ruby implementation:
hash entries with an undefined value are treated as
missing, and thus pass the "required:no" rule.
This addresses https://github.com/eserte/p5-Kwalify/issues/1
- more tests
- enable travis-ci and coveralls
- don't use YAML::Syck anymore in the tests because of
https://github.com/toddr/YAML-Syck/issues/52 (use YAML::PP instead)
diffstat:
textproc/p5-Kwalify/Makefile | 5 ++---
textproc/p5-Kwalify/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (29 lines):
diff -r 833a34631b54 -r c492baa56439 textproc/p5-Kwalify/Makefile
--- a/textproc/p5-Kwalify/Makefile Wed Sep 02 12:37:49 2020 +0000
+++ b/textproc/p5-Kwalify/Makefile Wed Sep 02 12:40:05 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2020/08/31 18:11:47 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2020/09/02 12:40:05 mef Exp $
-DISTNAME= Kwalify-1.22
+DISTNAME= Kwalify-1.23
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 6
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/S/SR/SREZIC/}
diff -r 833a34631b54 -r c492baa56439 textproc/p5-Kwalify/distinfo
--- a/textproc/p5-Kwalify/distinfo Wed Sep 02 12:37:49 2020 +0000
+++ b/textproc/p5-Kwalify/distinfo Wed Sep 02 12:40:05 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/11/04 01:59:43 agc Exp $
+$NetBSD: distinfo,v 1.6 2020/09/02 12:40:05 mef Exp $
-SHA1 (Kwalify-1.22.tar.gz) = e9c592bd6d1a7ded43efd9d89deb57bf330fdac6
-RMD160 (Kwalify-1.22.tar.gz) = 9ef690269a310394c57ad4bc9b04fd2a4d9e6dc1
-SHA512 (Kwalify-1.22.tar.gz) = 9456abe788500e84eb29f610433d257d9450acae37adcb3522f5c20d7cc514cfec67967d8e70c3546ddb63979e12d284dd16f38a84f071ceb0b0b7285606ee19
-Size (Kwalify-1.22.tar.gz) = 15150 bytes
+SHA1 (Kwalify-1.23.tar.gz) = ef6e2d2b4306d4456cc85a61358c8c63198bbc59
+RMD160 (Kwalify-1.23.tar.gz) = 3571a1f3b7c923a7cde5f935043a55cb497978d7
+SHA512 (Kwalify-1.23.tar.gz) = 08eb752b5468e14c6cea5ee988e6328cfd839295ec34dd27e3d4f045c4da44b49fba34321af8691ffca0f6b39038abb0a3b09c89fba69cbe79142cd13927dc38
+Size (Kwalify-1.23.tar.gz) = 16613 bytes
Home |
Main Index |
Thread Index |
Old Index