summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2013-09-05 19:03:53 +0000
committerwiz <wiz>2013-09-05 19:03:53 +0000
commitdcbc364a4212fae1180282daf26186e337d18f8b (patch)
treeb1660ab29c96931e45896b0417735fc2fd7a779d
parent517452ac0fc53d9f094e426ff7fe9f03e5aaf182 (diff)
downloadpkgsrc-dcbc364a4212fae1180282daf26186e337d18f8b.tar.gz
Update to 1.08:
1.08 2013-06-07 - The handling of defaults in the XS version of validate_pos was broken. The default were simply pushed into the returned array, rather than being explicitly stored in the right index based on the order of the specs passed to validate_pos(). RT #83780. 1.07 2012-10-26 - Params::Validate's XS implementation would overwrite $@ when validation subs were called. Patch by Salvador Fandino. RT #80124. - The use of state in the POD was broken. It only works with scalars. Reported by Salvatore Bonaccorso. RT #80250.
-rw-r--r--devel/p5-Params-Validate/Makefile6
-rw-r--r--devel/p5-Params-Validate/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Params-Validate/Makefile b/devel/p5-Params-Validate/Makefile
index b6d3522bc9f..260fb8f64fa 100644
--- a/devel/p5-Params-Validate/Makefile
+++ b/devel/p5-Params-Validate/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2013/05/31 12:40:38 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2013/09/05 19:03:53 wiz Exp $
-DISTNAME= Params-Validate-1.06
+DISTNAME= Params-Validate-1.08
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
SVR4_PKGNAME= p5pva
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Params/}
@@ -19,6 +18,7 @@ DEPENDS+= {p5-Scalar-List-Utils>=1.0,perl>=5.10.0}:../../devel/p5-Scalar-List-Ut
DEPENDS+= p5-Module-Implementation-[0-9]*:../../devel/p5-Module-Implementation
BUILD_DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
+BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
USE_LANGUAGES= c
PERL5_MODULE_TYPE= Module::Build
diff --git a/devel/p5-Params-Validate/distinfo b/devel/p5-Params-Validate/distinfo
index c79ea7cca4f..9cc1d927a2f 100644
--- a/devel/p5-Params-Validate/distinfo
+++ b/devel/p5-Params-Validate/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2012/03/22 14:10:05 sno Exp $
+$NetBSD: distinfo,v 1.23 2013/09/05 19:03:53 wiz Exp $
-SHA1 (Params-Validate-1.06.tar.gz) = d381cc8da4ee4a1502c71a3317be69e87bd4dc07
-RMD160 (Params-Validate-1.06.tar.gz) = e1c7e30c6367efa329b4fc12d23bef2f03f343fa
-Size (Params-Validate-1.06.tar.gz) = 98540 bytes
+SHA1 (Params-Validate-1.08.tar.gz) = 0ec98748b756cb5f6e34a6db6eaa13b5e4105cb1
+RMD160 (Params-Validate-1.08.tar.gz) = 7ef1fb3306b15982ea2f53eeb0b0933d10c06803
+Size (Params-Validate-1.08.tar.gz) = 103728 bytes