Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Nov 2012 14:08:35 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307487 - head/devel/p5-Params-Validate
Message-ID:  <201211161408.qAGE8ZXL000846@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Fri Nov 16 14:08:34 2012
New Revision: 307487
URL: http://svnweb.freebsd.org/changeset/ports/307487

Log:
  - Update to 1.07
  - Merge checks related to identical ${PERL_LEVEL}
  - Pet portlint(1) by moving TEST_DEPENDS earlier
  
  Changes:	http://search.cpan.org/dist/Params-Validate/Changes
  Feature safe:	yes

Modified:
  head/devel/p5-Params-Validate/Makefile
  head/devel/p5-Params-Validate/distinfo

Modified: head/devel/p5-Params-Validate/Makefile
==============================================================================
--- head/devel/p5-Params-Validate/Makefile	Fri Nov 16 13:57:04 2012	(r307486)
+++ head/devel/p5-Params-Validate/Makefile	Fri Nov 16 14:08:34 2012	(r307487)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	Params::Validate
-# Date created:				10 April 2001
-# Whom:					Denis Shaposhnikov <dsh@vlink.ru>
-#
+# Created by: Denis Shaposhnikov <dsh@vlink.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	Params-Validate
-PORTVERSION=	1.06
+PORTVERSION=	1.07
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -18,7 +14,6 @@ LICENSE=	ART20
 
 BUILD_DEPENDS=	p5-Module-Implementation>=0.04:${PORTSDIR}/devel/p5-Module-Implementation
 RUN_DEPENDS=	p5-Module-Implementation>=0.04:${PORTSDIR}/devel/p5-Module-Implementation
-
 TEST_DEPENDS=	p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \
 		p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
 		p5-Test-Taint>=0.02:${PORTSDIR}/devel/p5-Test-Taint
@@ -33,9 +28,6 @@ MAN3=		Attribute::Params::Validate.3 \
 .if ${PERL_LEVEL} < 501000
 BUILD_DEPENDS+=	p5-Attribute-Handlers>=0.79:${PORTSDIR}/devel/p5-Attribute-Handlers
 RUN_DEPENDS+=	p5-Attribute-Handlers>=0.79:${PORTSDIR}/devel/p5-Attribute-Handlers
-.endif
-
-.if ${PERL_LEVEL} < 501000
 TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
 .endif
 

Modified: head/devel/p5-Params-Validate/distinfo
==============================================================================
--- head/devel/p5-Params-Validate/distinfo	Fri Nov 16 13:57:04 2012	(r307486)
+++ head/devel/p5-Params-Validate/distinfo	Fri Nov 16 14:08:34 2012	(r307487)
@@ -1,2 +1,2 @@
-SHA256 (Params-Validate-1.06.tar.gz) = 0e627cd0b4cd948c804199ac5e1316a2f628dcb8e3decb8e97e4a535ae1039b6
-SIZE (Params-Validate-1.06.tar.gz) = 98540
+SHA256 (Params-Validate-1.07.tar.gz) = c1df34746723480336b5357a5007afa219ed2c8330d462c6c854f6ac3a17bf96
+SIZE (Params-Validate-1.07.tar.gz) = 100822



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