From owner-svn-ports-all@freebsd.org Mon Sep 30 04:17:20 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 353AEFA61D; Mon, 30 Sep 2019 04:17:20 +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 46hTdD04qnz4K4K; Mon, 30 Sep 2019 04:17:20 +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 DBB0D24DF9; Mon, 30 Sep 2019 04:17:19 +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 x8U4HJLH092097; Mon, 30 Sep 2019 04:17:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8U4HJvw092094; Mon, 30 Sep 2019 04:17:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201909300417.x8U4HJvw092094@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 30 Sep 2019 04:17:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513287 - head/devel/p5-Test-Dependencies X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Test-Dependencies X-SVN-Commit-Revision: 513287 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Mon, 30 Sep 2019 04:17:20 -0000 Author: sunpoet Date: Mon Sep 30 04:17:19 2019 New Revision: 513287 URL: https://svnweb.freebsd.org/changeset/ports/513287 Log: Update to 0.24 - Add NO_ARCH - Take maintainership Changes: https://metacpan.org/changes/distribution/Test-Dependencies Modified: head/devel/p5-Test-Dependencies/Makefile head/devel/p5-Test-Dependencies/distinfo head/devel/p5-Test-Dependencies/pkg-plist Modified: head/devel/p5-Test-Dependencies/Makefile ============================================================================== --- head/devel/p5-Test-Dependencies/Makefile Mon Sep 30 04:17:13 2019 (r513286) +++ head/devel/p5-Test-Dependencies/Makefile Mon Sep 30 04:17:19 2019 (r513287) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= Test-Dependencies -PORTVERSION= 0.23 +PORTVERSION= 0.24 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ensure that your Makefile.PL specifies all module dependencies LICENSE= ART10 GPLv1+ @@ -22,5 +22,7 @@ TEST_DEPENDS= p5-Test-Needs>=0:devel/p5-Test-Needs USES= perl5 USE_PERL5= configure + +NO_ARCH= yes .include Modified: head/devel/p5-Test-Dependencies/distinfo ============================================================================== --- head/devel/p5-Test-Dependencies/distinfo Mon Sep 30 04:17:13 2019 (r513286) +++ head/devel/p5-Test-Dependencies/distinfo Mon Sep 30 04:17:19 2019 (r513287) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475966294 -SHA256 (Test-Dependencies-0.23.tar.gz) = 14e42182e2bdadcf1b155b0904a2a7e3067f8606457fe778f67498597a9357af -SIZE (Test-Dependencies-0.23.tar.gz) = 16324 +TIMESTAMP = 1569809135 +SHA256 (Test-Dependencies-0.24.tar.gz) = e2b78ae6528a7ded159cd200232c2202382b25fbd52a28447fd650acdd80c1be +SIZE (Test-Dependencies-0.24.tar.gz) = 15967 Modified: head/devel/p5-Test-Dependencies/pkg-plist ============================================================================== --- head/devel/p5-Test-Dependencies/pkg-plist Mon Sep 30 04:17:13 2019 (r513286) +++ head/devel/p5-Test-Dependencies/pkg-plist Mon Sep 30 04:17:19 2019 (r513287) @@ -1,6 +1,4 @@ %%SITE_PERL%%/Test/Dependencies.pm -%%SITE_PERL%%/Test/Dependencies/Heavy.pm %%SITE_PERL%%/Test/Dependencies/Light.pm %%PERL5_MAN3%%/Test::Dependencies.3.gz -%%PERL5_MAN3%%/Test::Dependencies::Heavy.3.gz %%PERL5_MAN3%%/Test::Dependencies::Light.3.gz