ports/98304: Update Port: devel/p5-Params-Validate 0.82->0.84

Aaron Dalton aaron at FreeBSD.org
Thu Jun 1 19:50:23 UTC 2006


>Number:         98304
>Category:       ports
>Synopsis:       Update Port: devel/p5-Params-Validate 0.82->0.84
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 01 19:50:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root at harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
- Update from v0.82 to v0.84

0.84 May29, 2006

- The XS version of the code used Carp::croak to report failures,
while the Perl version used Carp::confess. The module has always been
documented as using confess, so now the XS version uses this.

- The new compiler detection code always returned false if you didn't
have ExtUtils::CBuilder installed.


0.83 May 28, 2006

- Change how C compiler detection is done in the Makefile.PL so it
does not rely on having make on the system. The new way should work on
(most?) Unix and Win32 systems. Suggested by David Golden. See RT
18969 (for DateTime.pm, but equally applicable to this module). Will
hopefully fix RT 17644.

- Previously, if a parameter was undefined, regex checks for that
parameter always failed. However, it's quite possible for a regex to
successfully match an undefined value (qr/^$/, for example). Now the
code treats undef as an empty string ('') in regex checks. Reported by
Duncan Salada.
>How-To-Repeat:
	
>Fix:

	

--- submission.txt begins here ---
? submission.txt
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Params-Validate/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- Makefile	18 May 2006 08:35:11 -0000	1.25
+++ Makefile	1 Jun 2006 19:44:33 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Params-Validate
-PORTVERSION=	0.82
+PORTVERSION=	0.84
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Devel/DROLSKY
@@ -27,4 +27,8 @@
 RUN_DEPENDS+=	${SITE_PERL}/Attribute/Handlers.pm:${PORTSDIR}/devel/p5-Attribute-Handlers
 .endif
 
+.if ${PERL_LEVEL} < 500600
+BUILD_DEPENDS+=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Params-Validate/distinfo,v
retrieving revision 1.20
diff -u -r1.20 distinfo
--- distinfo	18 May 2006 08:35:11 -0000	1.20
+++ distinfo	1 Jun 2006 19:44:33 -0000
@@ -1,3 +1,3 @@
-MD5 (Params-Validate-0.82.tar.gz) = f83a21a6674890f243d2c43f98fe236c
-SHA256 (Params-Validate-0.82.tar.gz) = b4fb2bed367c5da758bf267c1ab6bf303af0a9a7a0dac8aa76b11f8d04412c36
-SIZE (Params-Validate-0.82.tar.gz) = 55542
+MD5 (Params-Validate-0.84.tar.gz) = a05efe9864d7cae546697374ee35bc47
+SHA256 (Params-Validate-0.84.tar.gz) = ca31209bc6a100a1daf309d9815fa6685f9f585530d6d793f4872b3cb74a9497
+SIZE (Params-Validate-0.84.tar.gz) = 56224
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Params-Validate/pkg-descr,v
retrieving revision 1.2
diff -u -r1.2 pkg-descr
--- pkg-descr	16 Jul 2003 06:31:21 -0000	1.2
+++ pkg-descr	1 Jun 2006 19:44:33 -0000
@@ -7,3 +7,5 @@
 certain methods, or applying validation callbacks to arguments.
 
 WWW: http://search.cpan.org/dist/Params-Validate/
+Authors: Dave Rolsky, <autarch at urth.org>
+         Ilya Martynov <ilya at martynov.org>
--- submission.txt ends here ---


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



More information about the freebsd-ports-bugs mailing list