pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Params-Validate Update p5-Params-Validate to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a29144a1f25
branches:  trunk
changeset: 520953:9a29144a1f25
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Nov 03 09:55:01 2006 +0000

description:
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:

 devel/p5-Params-Validate/Makefile |  4 ++--
 devel/p5-Params-Validate/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 546d0f7b2100 -r 9a29144a1f25 devel/p5-Params-Validate/Makefile
--- a/devel/p5-Params-Validate/Makefile Fri Nov 03 09:36:06 2006 +0000
+++ b/devel/p5-Params-Validate/Makefile Fri Nov 03 09:55:01 2006 +0000
@@ -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 -r 546d0f7b2100 -r 9a29144a1f25 devel/p5-Params-Validate/distinfo
--- a/devel/p5-Params-Validate/distinfo Fri Nov 03 09:36:06 2006 +0000
+++ b/devel/p5-Params-Validate/distinfo Fri Nov 03 09:55:01 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index