svn commit: r381827 - head/devel/p5-Params-Validate-Dependencies

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 21 19:39:22 UTC 2015


Author: sunpoet
Date: Sat Mar 21 19:39:20 2015
New Revision: 381827
URL: https://svnweb.freebsd.org/changeset/ports/381827
QAT: https://qat.redports.org/buildarchive/r381827/

Log:
  - Update to 1.22
  - Add LICENSE
  - Remove outdated PERL_LEVEL check
  
  Changes:	http://search.cpan.org/dist/Params-Validate-Dependencies/CHANGELOG

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

Modified: head/devel/p5-Params-Validate-Dependencies/Makefile
==============================================================================
--- head/devel/p5-Params-Validate-Dependencies/Makefile	Sat Mar 21 19:39:12 2015	(r381826)
+++ head/devel/p5-Params-Validate-Dependencies/Makefile	Sat Mar 21 19:39:20 2015	(r381827)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Params-Validate-Dependencies
-PORTVERSION=	1.21
-PORTREVISION=	1
+PORTVERSION=	1.22
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,6 +10,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Validate combinations of parameters
 
+LICENSE=	ART10 GPLv2
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Data-Domain>=1.02:${PORTSDIR}/devel/p5-Data-Domain \
 		p5-PadWalker>=1.96:${PORTSDIR}/devel/p5-PadWalker \
 		p5-Params-Validate>=1.07:${PORTSDIR}/devel/p5-Params-Validate
@@ -21,11 +23,4 @@ TEST_DEPENDS=	p5-Test-Pod>=1:${PORTSDIR}
 USE_PERL5=	configure
 USES=		perl5
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501601
-BUILD_DEPENDS+=	p5-Scalar-List-Utils>=1.25:${PORTSDIR}/lang/p5-Scalar-List-Utils
-RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.25:${PORTSDIR}/lang/p5-Scalar-List-Utils
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/devel/p5-Params-Validate-Dependencies/distinfo
==============================================================================
--- head/devel/p5-Params-Validate-Dependencies/distinfo	Sat Mar 21 19:39:12 2015	(r381826)
+++ head/devel/p5-Params-Validate-Dependencies/distinfo	Sat Mar 21 19:39:20 2015	(r381827)
@@ -1,2 +1,2 @@
-SHA256 (Params-Validate-Dependencies-1.21.tar.gz) = 3ab1c99807ecf0b742be46b68efd6644099448fd924efe8a7d28f2d075c78ae6
-SIZE (Params-Validate-Dependencies-1.21.tar.gz) = 19283
+SHA256 (Params-Validate-Dependencies-1.22.tar.gz) = 06a374e6de51611d118cd7719f5851f4870522d6db8e1ff118e95501c1d01467
+SIZE (Params-Validate-Dependencies-1.22.tar.gz) = 19586


More information about the svn-ports-head mailing list