From owner-svn-ports-head@freebsd.org Mon May 2 17:12:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE444B2A1B2; Mon, 2 May 2016 17:12:57 +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 mx1.freebsd.org (Postfix) with ESMTPS id 72DD11791; Mon, 2 May 2016 17:12:57 +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 u42HCtl2070785; Mon, 2 May 2016 17:12:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u42HCtPJ070782; Mon, 2 May 2016 17:12:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605021712.u42HCtPJ070782@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, 2 May 2016 17:12:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414466 - head/devel/p5-Test2 X-SVN-Group: ports-head 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.22 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: Mon, 02 May 2016 17:12:57 -0000 Author: sunpoet Date: Mon May 2 17:12:55 2016 New Revision: 414466 URL: https://svnweb.freebsd.org/changeset/ports/414466 Log: - Update to 0.000044 Changes: http://search.cpan.org/dist/Test2/Changes Modified: head/devel/p5-Test2/Makefile head/devel/p5-Test2/distinfo head/devel/p5-Test2/pkg-plist Modified: head/devel/p5-Test2/Makefile ============================================================================== --- head/devel/p5-Test2/Makefile Mon May 2 17:12:50 2016 (r414465) +++ head/devel/p5-Test2/Makefile Mon May 2 17:12:55 2016 (r414466) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Test2 -PORTVERSION= 0.000042 +PORTVERSION= 0.000044 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:EXODIST Modified: head/devel/p5-Test2/distinfo ============================================================================== --- head/devel/p5-Test2/distinfo Mon May 2 17:12:50 2016 (r414465) +++ head/devel/p5-Test2/distinfo Mon May 2 17:12:55 2016 (r414466) @@ -1,2 +1,2 @@ -SHA256 (Test2-0.000042.tar.gz) = 9f37c2be5901b0c96fcdd445181fc2245fe18593144b5ea25235276cf9475aa0 -SIZE (Test2-0.000042.tar.gz) = 93703 +SHA256 (Test2-0.000044.tar.gz) = 4e5468907a8a79685d94345d09735abda4ef50f4f3938fc43f5997fe46adfc21 +SIZE (Test2-0.000044.tar.gz) = 98640 Modified: head/devel/p5-Test2/pkg-plist ============================================================================== --- head/devel/p5-Test2/pkg-plist Mon May 2 17:12:50 2016 (r414465) +++ head/devel/p5-Test2/pkg-plist Mon May 2 17:12:55 2016 (r414466) @@ -1,5 +1,6 @@ %%SITE_PERL%%/Test2.pm %%SITE_PERL%%/Test2/API.pm +%%SITE_PERL%%/Test2/API/Breakage.pm %%SITE_PERL%%/Test2/API/Context.pm %%SITE_PERL%%/Test2/API/Instance.pm %%SITE_PERL%%/Test2/API/Stack.pm @@ -29,6 +30,7 @@ %%SITE_PERL%%/Test2/Util/Trace.pm %%PERL5_MAN3%%/Test2.3.gz %%PERL5_MAN3%%/Test2::API.3.gz +%%PERL5_MAN3%%/Test2::API::Breakage.3.gz %%PERL5_MAN3%%/Test2::API::Context.3.gz %%PERL5_MAN3%%/Test2::API::Instance.3.gz %%PERL5_MAN3%%/Test2::API::Stack.3.gz