Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jul 2003 15:07:48 +0200 (CEST)
From:      Mathieu Arnold <m@absolight.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dsh@vlink.ru
Subject:   ports/54503: update devel/p5-Params-Validate
Message-ID:  <20030715130748.522EF7D8E@aragorn.reaumur.absolight.net>
Resent-Message-ID: <200307151310.h6FDAFab024596@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         54503
>Category:       ports
>Synopsis:       update devel/p5-Params-Validate
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 15 06:10:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root@aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386

>Description:
Update devel/p5-Params-Validate to 0.64

- Fix an XS compilation error under 5.6.1:
    Validate.xs: In function `validate_isa':
    Validate.xs:381: `perl_on_error' undeclared (first use in this function)
- The XS version of validate_with failed if the params key contained an array
  reference containing a single hash reference.  Since this works with the pure
  Perl version, it should work with the XS version.  Reported by Diab Jerius.
  Bug #2791 on rt.cpan.org.

>How-To-Repeat:
>Fix:

--- p5-Params-Validate-0.64.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Params-Validate/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile	29 Jun 2003 09:41:04 -0000	1.14
+++ Makefile	15 Jul 2003 13:00:01 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Params-Validate
-PORTVERSION=	0.62
+PORTVERSION=	0.64
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Devel/DROLSKY
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Params-Validate/distinfo,v
retrieving revision 1.9
diff -u -r1.9 distinfo
--- distinfo	29 Jun 2003 09:41:04 -0000	1.9
+++ distinfo	15 Jul 2003 13:00:01 -0000
@@ -1 +1 @@
-MD5 (Params-Validate-0.62.tar.gz) = 79b8bfad7d5535fec49ad434ce63d435
+MD5 (Params-Validate-0.64.tar.gz) = 62ff9816f46798e1ff804c4aa1a92cf4
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Params-Validate/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	10 Apr 2001 19:46:03 -0000	1.1
+++ pkg-descr	15 Jul 2003 13:00:01 -0000
@@ -5,3 +5,5 @@
 also capable of determining that a parameter is of a specific type,
 that it is an object of a certain class hierarchy, that it possesses
 certain methods, or applying validation callbacks to arguments.
+
+WWW: http://search.cpan.org/dist/Params-Validate/
--- p5-Params-Validate-0.64.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030715130748.522EF7D8E>