From owner-svn-ports-head@freebsd.org Sun Oct 27 23:06:59 2019 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 9B40F15ABDF; Sun, 27 Oct 2019 23:06:59 +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 471YQC3RClz4FyQ; Sun, 27 Oct 2019 23:06:59 +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 425A0647; Sun, 27 Oct 2019 23:06: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 x9RN6x3R008602; Sun, 27 Oct 2019 23:06:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9RN6wpu008600; Sun, 27 Oct 2019 23:06:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201910272306.x9RN6wpu008600@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 27 Oct 2019 23:06:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515830 - head/devel/p5-App-perlbrew X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-App-perlbrew X-SVN-Commit-Revision: 515830 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.29 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: Sun, 27 Oct 2019 23:06:59 -0000 Author: sunpoet Date: Sun Oct 27 23:06:58 2019 New Revision: 515830 URL: https://svnweb.freebsd.org/changeset/ports/515830 Log: Update to 0.87 Changes: https://metacpan.org/changes/distribution/App-perlbrew Modified: head/devel/p5-App-perlbrew/Makefile head/devel/p5-App-perlbrew/distinfo head/devel/p5-App-perlbrew/pkg-plist Modified: head/devel/p5-App-perlbrew/Makefile ============================================================================== --- head/devel/p5-App-perlbrew/Makefile Sun Oct 27 23:06:52 2019 (r515829) +++ head/devel/p5-App-perlbrew/Makefile Sun Oct 27 23:06:58 2019 (r515830) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= App-perlbrew -PORTVERSION= 0.86 +PORTVERSION= 0.87 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:GUGOD @@ -15,9 +15,9 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-CPAN-Perl-Releases>=3.66:devel/p5-CPAN-Perl-Releases \ +RUN_DEPENDS= p5-CPAN-Perl-Releases>=4.12:devel/p5-CPAN-Perl-Releases \ p5-Capture-Tiny>=0.36:devel/p5-Capture-Tiny \ - p5-Devel-PatchPerl>=1.52:devel/p5-Devel-PatchPerl \ + p5-Devel-PatchPerl>=1.54:devel/p5-Devel-PatchPerl \ p5-local-lib>=2.000014:devel/p5-local-lib TEST_DEPENDS= p5-File-Which>=1.21:sysutils/p5-File-Which \ p5-IO-All>=0.51:devel/p5-IO-All \ Modified: head/devel/p5-App-perlbrew/distinfo ============================================================================== --- head/devel/p5-App-perlbrew/distinfo Sun Oct 27 23:06:52 2019 (r515829) +++ head/devel/p5-App-perlbrew/distinfo Sun Oct 27 23:06:58 2019 (r515830) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547904076 -SHA256 (App-perlbrew-0.86.tar.gz) = f7eaf601c1466124a7cfd139f2d25e726b64103fac3825eb8ff0b95315491087 -SIZE (App-perlbrew-0.86.tar.gz) = 97571 +TIMESTAMP = 1572190143 +SHA256 (App-perlbrew-0.87.tar.gz) = 474958301e21461443f191b34f53737c565cf6af57425f40f52604dcc2fd8c7d +SIZE (App-perlbrew-0.87.tar.gz) = 93768 Modified: head/devel/p5-App-perlbrew/pkg-plist ============================================================================== --- head/devel/p5-App-perlbrew/pkg-plist Sun Oct 27 23:06:52 2019 (r515829) +++ head/devel/p5-App-perlbrew/pkg-plist Sun Oct 27 23:06:58 2019 (r515830) @@ -3,10 +3,12 @@ bin/perlbrew %%SITE_PERL%%/App/Perlbrew/Path/Installation.pm %%SITE_PERL%%/App/Perlbrew/Path/Installations.pm %%SITE_PERL%%/App/Perlbrew/Path/Root.pm +%%SITE_PERL%%/App/Perlbrew/Util.pm %%SITE_PERL%%/App/perlbrew.pm %%PERL5_MAN1%%/perlbrew.1.gz %%PERL5_MAN3%%/App::Perlbrew::Path.3.gz %%PERL5_MAN3%%/App::Perlbrew::Path::Installation.3.gz %%PERL5_MAN3%%/App::Perlbrew::Path::Installations.3.gz %%PERL5_MAN3%%/App::Perlbrew::Path::Root.3.gz +%%PERL5_MAN3%%/App::Perlbrew::Util.3.gz %%PERL5_MAN3%%/App::perlbrew.3.gz