From owner-svn-ports-all@freebsd.org Fri Mar 29 19:02:04 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C89B154F129; Fri, 29 Mar 2019 19:02:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E117674CBD; Fri, 29 Mar 2019 19:02:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 41C6F308C; Fri, 29 Mar 2019 19:01:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2TJ1x8V095874; Fri, 29 Mar 2019 19:01:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2TJ1wS1095872; Fri, 29 Mar 2019 19:01:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201903291901.x2TJ1wS1095872@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Mar 2019 19:01:58 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/dns/p5-Data-Validate-Domain X-SVN-Commit-Revision: 497182 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E117674CBD X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.975,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Mar 2019 19:02:04 -0000 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 +.include + +.if ${PERL_LEVEL} < 502600 +TEST_DEPENDS+= p5-Test-Simple>=1.302015:devel/p5-Test-Simple +.endif + +.include 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