Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2019 19:01:58 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r497182 - head/dns/p5-Data-Validate-Domain
Message-ID:  <201903291901.x2TJ1wS1095872@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Mar 29 19:01:58 2019
New Revision: 497182
URL: https://svnweb.freebsd.org/changeset/ports/497182

Log:
  Update to 0.14
  
  - Remove MASTER_SITE_SUBDIR
  - Add TEST_DEPENDS
  
  Changes:	https://metacpan.org/changes/distribution/Data-Validate-Domain

Modified:
  head/dns/p5-Data-Validate-Domain/Makefile
  head/dns/p5-Data-Validate-Domain/distinfo

Modified: head/dns/p5-Data-Validate-Domain/Makefile
==============================================================================
--- head/dns/p5-Data-Validate-Domain/Makefile	Fri Mar 29 19:01:52 2019	(r497181)
+++ head/dns/p5-Data-Validate-Domain/Makefile	Fri Mar 29 19:01:58 2019	(r497182)
@@ -2,11 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	Data-Validate-Domain
-PORTVERSION=	0.10
-PORTREVISION=	1
+PORTVERSION=	0.14
 CATEGORIES=	dns perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	CPAN:NEELY
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl@FreeBSD.org
@@ -16,10 +14,18 @@ LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-Net-Domain-TLD>=0:dns/p5-Net-Domain-TLD
+RUN_DEPENDS=	p5-Net-Domain-TLD>=1.74:dns/p5-Net-Domain-TLD
+TEST_DEPENDS=	p5-Test2-Suite>=0:devel/p5-Test2-Suite
 
 USES=		perl5
 USE_PERL5=	configure
+
 NO_ARCH=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 502600
+TEST_DEPENDS+=	p5-Test-Simple>=1.302015:devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/dns/p5-Data-Validate-Domain/distinfo
==============================================================================
--- head/dns/p5-Data-Validate-Domain/distinfo	Fri Mar 29 19:01:52 2019	(r497181)
+++ head/dns/p5-Data-Validate-Domain/distinfo	Fri Mar 29 19:01:58 2019	(r497182)
@@ -1,2 +1,3 @@
-SHA256 (Data-Validate-Domain-0.10.tar.gz) = be17fbc945c8ab3faac8870bed99704c023919863e583c56b43e9df05ef7a39a
-SIZE (Data-Validate-Domain-0.10.tar.gz) = 7988
+TIMESTAMP = 1551641966
+SHA256 (Data-Validate-Domain-0.14.tar.gz) = 4470f253b8d2720a4dd3fa3ae550995417c2269f3be7ff030e01afa04a3a9421
+SIZE (Data-Validate-Domain-0.14.tar.gz) = 31962



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