Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2003 12:06:38 +0100 (CET)
From:      Erwin Lansing <erwin@lansing.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48524: maintainer-update devel/p5-Params-Validate to 0.54	
Message-ID:  <20030221110638.83F7BA93E@backup-mx.droso.dk>

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

>Number:         48524
>Category:       ports
>Synopsis:       maintainer-update devel/p5-Params-Validate to 0.54
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 21 03:10:11 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD panda.droso.net 4.7-STABLE FreeBSD 4.7-STABLE #14: Sun Feb 16 11:42:13 CET 2003 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386


	
>Description:

Mark IGNORE because of dependency on p5-Attribute-Handlers

vendor update to 0.54:
- Something around test 5 in 06-options.t appear to cause Perl to
die/segfault/something under 5.6.0.  These tests will be skipped with
5.6.0 in the future.  Reported by Christian Schaffner.
- When testing for a compiler, use nmake on Win32.  Implemented by
Ronald Hill.
- Added regex validation option.
- Added copyright info to each source file.  Added LICENSE file to
distro.

>How-To-Repeat:
	
>Fix:

	

--- p5-Params-Validate.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Params-Validate/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	13 Feb 2003 01:52:34 -0000	1.7
+++ Makefile	21 Feb 2003 11:03:47 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Params-Validate
-PORTVERSION=	0.50
+PORTVERSION=	0.54
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Devel/DROLSKY
@@ -23,4 +23,14 @@
 MAN3=		Attribute::Params::Validate.3 Params::ValidateXS.3 \
 		Params::ValidatePP.3 Params::Validate.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+##
+## this port depends on devel/p5-Attribute-Handlers
+## which requires PERL 5.6.x or later
+##
+.if ${PERL_LEVEL} < 500600
+IGNORE=		Port requires perl 5.6.x or later. Install lang/perl5 then try again
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Params-Validate/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo	27 Jan 2003 14:04:35 -0000	1.6
+++ distinfo	21 Feb 2003 11:03:47 -0000
@@ -1 +1 @@
-MD5 (Params-Validate-0.50.tar.gz) = 472aa24027e77c6eefd9d79afa5b3d70
+MD5 (Params-Validate-0.54.tar.gz) = c3b79254dfae5203e195d5ee824fc711
--- p5-Params-Validate.diff ends here ---


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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