Received: by mail.netbsd.org (Postfix, from userid 605) id BF9D684D54; Sun, 27 Jan 2019 13:00:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 143B984D39 for ; Sun, 27 Jan 2019 13:00:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id uuM5NWmmRN9R for ; Sun, 27 Jan 2019 13:00:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3AA0684CDA for ; Sun, 27 Jan 2019 13:00:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 31041FB16; Sun, 27 Jan 2019 13:00:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1548594026245560" MIME-Version: 1.0 Date: Sun, 27 Jan 2019 13:00:26 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-App-perlbrew To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20190127130026.31041FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1548594026245560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wen Date: Sun Jan 27 13:00:26 UTC 2019 Modified Files: pkgsrc/devel/p5-App-perlbrew: Makefile distinfo Log Message: Update to 0.86 Update DEPENDS Upstream changes: 0.86 - Released at 2019-01-19T09:39:55+0900 - Thanks to our contributors: Olaf Alders, Paul Cochrane - Fix an error from 'install' command. https://rt.cpan.org/Public/Bug/Display.html?id=128083 - Tweak the separater characters of 'exec' command: See https://github.com/gugod/App-perlbrew/issues/648 0.85 - Released at 2018-12-15T23:24:15+0900 - Thanks to our contributors: Branislav ZahradnĂ­k, Guido Flohr, Joelle Maslak, Luca Ferrari, rage311 - Fix the behaviour of 'clone-modules' - Various internal refactoring To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/p5-App-perlbrew/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/p5-App-perlbrew/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1548594026245560 Content-Disposition: inline Content-Length: 3584 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-App-perlbrew/Makefile diff -u pkgsrc/devel/p5-App-perlbrew/Makefile:1.33 pkgsrc/devel/p5-App-perlbrew/Makefile:1.34 --- pkgsrc/devel/p5-App-perlbrew/Makefile:1.33 Wed Aug 22 09:43:36 2018 +++ pkgsrc/devel/p5-App-perlbrew/Makefile Sun Jan 27 13:00:26 2019 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2018/08/22 09:43:36 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2019/01/27 13:00:26 wen Exp $ -DISTNAME= App-perlbrew-0.84 +DISTNAME= App-perlbrew-0.86 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/} @@ -13,23 +12,22 @@ LICENSE= mit DEPENDS+= p5-File-Path-Tiny>=0.1:../../devel/p5-File-Path-Tiny DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which -DEPENDS+= p5-Devel-PatchPerl>=0.86:../../devel/p5-Devel-PatchPerl -DEPENDS+= p5-local-lib>=1.8.10:../../devel/p5-local-lib -DEPENDS+= p5-Capture-Tiny>=0.22:../../devel/p5-Capture-Tiny -DEPENDS+= p5-CPAN-Perl-Releases>=1.10:../../devel/p5-CPAN-Perl-Releases +DEPENDS+= p5-File-Temp>=0.23.04:../../devel/p5-File-Temp +DEPENDS+= p5-Devel-PatchPerl>=1.52:../../devel/p5-Devel-PatchPerl +DEPENDS+= p5-local-lib>=2.000014:../../devel/p5-local-lib +DEPENDS+= p5-Capture-Tiny>=0.36:../../devel/p5-Capture-Tiny +DEPENDS+= p5-CPAN-Perl-Releases>=3.66:../../devel/p5-CPAN-Perl-Releases DEPENDS+= curl-[0-9]*:../../www/curl # actually, only TEST_DEPENDS -#BUILD_DEPENDS+= {perl>=5.13.11,p5-Test-Simple>=0.98}:../../devel/p5-Test-Simple -# Test::More in perl 5.14 -BUILD_DEPENDS+= p5-Test-Output>=0:../../devel/p5-Test-Output -BUILD_DEPENDS+= p5-Test-Exception>=0:../../devel/p5-Test-Exception -BUILD_DEPENDS+= p5-Test-Spec>=0:../../devel/p5-Test-Spec -BUILD_DEPENDS+= p5-Path-Class>=0:../../devel/p5-Path-Class -BUILD_DEPENDS+= p5-IO-All>=0.46:../../devel/p5-IO-All +#BUILD_DEPENDS+= {perl>=5.19.6,p5-Test-Simple>=1.001002}:../../devel/p5-Test-Simple +BUILD_DEPENDS+= p5-Test-Output>=1.03:../../devel/p5-Test-Output +BUILD_DEPENDS+= p5-Test-Exception>=0.32:../../devel/p5-Test-Exception +BUILD_DEPENDS+= p5-Test-Spec>=0.47:../../devel/p5-Test-Spec +BUILD_DEPENDS+= p5-Path-Class>=0.33:../../devel/p5-Path-Class +BUILD_DEPENDS+= p5-IO-All>=0.51:../../devel/p5-IO-All BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings BUILD_DEPENDS+= p5-Test-TempDir-Tiny>=0:../../devel/p5-Test-TempDir-Tiny -# File::Temp in perl 5.14 USE_LANGUAGES= # empty USE_TOOLS+= perl Index: pkgsrc/devel/p5-App-perlbrew/distinfo diff -u pkgsrc/devel/p5-App-perlbrew/distinfo:1.20 pkgsrc/devel/p5-App-perlbrew/distinfo:1.21 --- pkgsrc/devel/p5-App-perlbrew/distinfo:1.20 Sun Jun 24 06:53:14 2018 +++ pkgsrc/devel/p5-App-perlbrew/distinfo Sun Jan 27 13:00:26 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2018/06/24 06:53:14 wiz Exp $ +$NetBSD: distinfo,v 1.21 2019/01/27 13:00:26 wen Exp $ -SHA1 (App-perlbrew-0.84.tar.gz) = 502d59dee497fa75f5cdc5af958ce671a672c953 -RMD160 (App-perlbrew-0.84.tar.gz) = 4d6a1e6b3dda6b8f1ed36c1ab7d1eaed2b87ec24 -SHA512 (App-perlbrew-0.84.tar.gz) = 2e283a6e6f6c4ca78a50548ad80b91f5f5b791bcd46ce1881037e3c1bb52c1863879c978cb621c55ec26fc97d24163c4f710812c0fef868cd6dd3ebc2aa1eb0c -Size (App-perlbrew-0.84.tar.gz) = 83189 bytes +SHA1 (App-perlbrew-0.86.tar.gz) = 521962b3a9016ab35a23c34625d01f548b052107 +RMD160 (App-perlbrew-0.86.tar.gz) = c946992a3af0bbcbe99aa0e7943f42ad80f1a82e +SHA512 (App-perlbrew-0.86.tar.gz) = fca998e01cb24c8b08fd90738f4a4b665134647c003d490bed5c727153993fdf251866cab5a35133d429126d88c29b769ec91243b20b294c85964b67cde69db2 +Size (App-perlbrew-0.86.tar.gz) = 97571 bytes --_----------=_1548594026245560--