(devel/p5-App-perlbrew) Updated to 0.87
0.87 - Released at 2019-10-25T22:55:40+0900 - Thanks to our contributors: Branislav Zahradník, Christopher Chavez, Jon Jacobson, Konstantin S. Uvarin, Pali, Shoichi Kaji, Toasz Konojacki, jkjacobson, rage311 - Use the new official repo url for fetching perl blead. Github issue #677 - Add `--min` and `--max` options to `exec` command. Github PR #656 - Fix "ERROR: Cannot find the tarball for perl-$version". Github PR #669 - Fix calling patchperl on readonly files. Github PR #674 - Fix installation from local tarbal files. See https://rt.cpan.org/Ticket/Display.html?id=129871 - Internal refactoring. Github PR #667, #662 - Various corrections of documentation. Github PR #676, #660
This commit is contained in:
parent
5a82921cdd
commit
8409ba7b90
2 changed files with 15 additions and 16 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.36 2019/08/11 13:18:51 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.37 2019/10/26 06:29:25 mef Exp $
|
||||
|
||||
DISTNAME= App-perlbrew-0.86
|
||||
DISTNAME= App-perlbrew-0.87
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
|
||||
|
||||
|
@ -21,14 +20,14 @@ 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.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
|
||||
#TEST_DEPENDS+= {perl>=5.19.6,p5-Test-Simple>=1.001002}:../../devel/p5-Test-Simple
|
||||
TEST_DEPENDS+= p5-Test-Output>=1.03:../../devel/p5-Test-Output
|
||||
TEST_DEPENDS+= p5-Test-Exception>=0.32:../../devel/p5-Test-Exception
|
||||
TEST_DEPENDS+= p5-Test-Spec>=0.47:../../devel/p5-Test-Spec
|
||||
TEST_DEPENDS+= p5-Path-Class>=0.33:../../devel/p5-Path-Class
|
||||
TEST_DEPENDS+= p5-IO-All>=0.51:../../devel/p5-IO-All
|
||||
TEST_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
|
||||
TEST_DEPENDS+= p5-Test-TempDir-Tiny>=0:../../devel/p5-Test-TempDir-Tiny
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
USE_TOOLS+= perl
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.21 2019/01/27 13:00:26 wen Exp $
|
||||
$NetBSD: distinfo,v 1.22 2019/10/26 06:29:25 mef Exp $
|
||||
|
||||
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
|
||||
SHA1 (App-perlbrew-0.87.tar.gz) = e1d5c3549ea25346e03b1e0a43161e46b981047c
|
||||
RMD160 (App-perlbrew-0.87.tar.gz) = d3ebd2992bcafee36dfbf53b969c36b03002ac61
|
||||
SHA512 (App-perlbrew-0.87.tar.gz) = 3d9ce3cfdbd2cc20b8cb8c5c8dbc761289920f18a34a9f66f55afb6f60994727693194f591454ab530aefcc05021f8ef70482471e09dbc173563a41cec0809b7
|
||||
Size (App-perlbrew-0.87.tar.gz) = 93768 bytes
|
||||
|
|
Loading…
Reference in a new issue