From owner-svn-ports-head@freebsd.org Tue May 12 22:27:18 2020 Return-Path: Delivered-To: svn-ports-head@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 D994D2DEC09; Tue, 12 May 2020 22:27:18 +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 49MC925JCYz44x1; Tue, 12 May 2020 22:27:18 +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 740CBF5C8; Tue, 12 May 2020 22:27:18 +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 04CMRI1V068903; Tue, 12 May 2020 22:27:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04CMRHkx068901; Tue, 12 May 2020 22:27:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202005122227.04CMRHkx068901@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 12 May 2020 22:27:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535021 - head/devel/p5-Test-Auto X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Test-Auto X-SVN-Commit-Revision: 535021 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 May 2020 22:27:19 -0000 Author: sunpoet Date: Tue May 12 22:27:17 2020 New Revision: 535021 URL: https://svnweb.freebsd.org/changeset/ports/535021 Log: Update to 0.11 Changes: https://metacpan.org/changes/distribution/Test-Auto Modified: head/devel/p5-Test-Auto/Makefile head/devel/p5-Test-Auto/distinfo head/devel/p5-Test-Auto/pkg-plist Modified: head/devel/p5-Test-Auto/Makefile ============================================================================== --- head/devel/p5-Test-Auto/Makefile Tue May 12 22:27:12 2020 (r535020) +++ head/devel/p5-Test-Auto/Makefile Tue May 12 22:27:17 2020 (r535021) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test-Auto -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Test-Auto/distinfo ============================================================================== --- head/devel/p5-Test-Auto/distinfo Tue May 12 22:27:12 2020 (r535020) +++ head/devel/p5-Test-Auto/distinfo Tue May 12 22:27:17 2020 (r535021) @@ -1,3 +1,3 @@ -TIMESTAMP = 1587721879 -SHA256 (Test-Auto-0.10.tar.gz) = 9ea84e2a18e527ea19bd6a30f92d1185d727e6766a6b8605869a740071353a0a -SIZE (Test-Auto-0.10.tar.gz) = 30724 +TIMESTAMP = 1589305218 +SHA256 (Test-Auto-0.11.tar.gz) = 9236affac50626a8eda26e80ba4714b30a57a5934c292480a23a2bedd7e7cc06 +SIZE (Test-Auto-0.11.tar.gz) = 31875 Modified: head/devel/p5-Test-Auto/pkg-plist ============================================================================== --- head/devel/p5-Test-Auto/pkg-plist Tue May 12 22:27:12 2020 (r535020) +++ head/devel/p5-Test-Auto/pkg-plist Tue May 12 22:27:17 2020 (r535021) @@ -7,6 +7,7 @@ bin/testauto %%SITE_PERL%%/Test/Auto/Subtests.pm %%SITE_PERL%%/Test/Auto/Try.pm %%SITE_PERL%%/Test/Auto/Types.pm +%%PERL5_MAN1%%/testauto.1.gz %%PERL5_MAN3%%/Test::Auto.3.gz %%PERL5_MAN3%%/Test::Auto::Document.3.gz %%PERL5_MAN3%%/Test::Auto::Parser.3.gz