diff options
author | obache <obache@pkgsrc.org> | 2006-11-03 09:55:01 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-11-03 09:55:01 +0000 |
commit | 6be780fe0f3f5547d5bacc8bd659e0d1550f3139 (patch) | |
tree | 887ee8522da13cc357fbb94ec26f4963e176b80a /devel | |
parent | 553619545564960ef74e8926efd5d25b64b2d27c (diff) | |
download | pkgsrc-6be780fe0f3f5547d5bacc8bd659e0d1550f3139.tar.gz |
Update p5-Params-Validate to 0.86.
Patch provided by Martin Wilke via PR 34361.
Changes:
0.86 August 9, 2006
* I cannot get this module to compile with Perl 5.00504 any more. I
get errors from including CORE/perl.h, so the problem may be outside
my control, but help is welcome.
- Only turn inlining on if __GNUC__ is defined, since it seems that so
many other compilers don't support this. RT #20881.
- Removed spaces in #define, #ifdef, etc. Suggested by Peter
Marquardt.
- If a type is specified as a string ('SCALAR', not SCALAR), this is
now caught and a useful error is thrown. RT #9660.
0.85 June 7, 2006
- Compiles without warnings under gcc's -Wall. Warnings reported by
Scott Godin.
- Turned off inlining with HP-UX compiler. RT #19763.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Params-Validate/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Params-Validate/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Params-Validate/Makefile b/devel/p5-Params-Validate/Makefile index 908a988a8a5..deba3ae2e63 100644 --- a/devel/p5-Params-Validate/Makefile +++ b/devel/p5-Params-Validate/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2006/07/19 22:39:19 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2006/11/03 09:55:01 obache Exp $ -DISTNAME= Params-Validate-0.84 +DISTNAME= Params-Validate-0.86 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5pva CATEGORIES= devel perl5 diff --git a/devel/p5-Params-Validate/distinfo b/devel/p5-Params-Validate/distinfo index 274b05ca23a..55b9587c271 100644 --- a/devel/p5-Params-Validate/distinfo +++ b/devel/p5-Params-Validate/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2006/07/19 22:39:19 wiz Exp $ +$NetBSD: distinfo,v 1.13 2006/11/03 09:55:01 obache Exp $ -SHA1 (Params-Validate-0.84.tar.gz) = bb1ceb6545eeb474f1897132895b5f498992e6c5 -RMD160 (Params-Validate-0.84.tar.gz) = 09461c5c8ab861a69d312d5715a924fbf8568722 -Size (Params-Validate-0.84.tar.gz) = 56224 bytes +SHA1 (Params-Validate-0.86.tar.gz) = f81f7ebc3bff2f795fbe4c9877ab9134408bcff6 +RMD160 (Params-Validate-0.86.tar.gz) = 3c61b8bffc5609730c871909a6f91cd2391d01fa +Size (Params-Validate-0.86.tar.gz) = 79567 bytes |