diff options
author | mef <mef@pkgsrc.org> | 2016-12-15 21:41:48 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-12-15 21:41:48 +0000 |
commit | 5b7943a43925b063221c813811f913083dc244c4 (patch) | |
tree | a7e5a305a766d2d3d52e5a024a0c1fec6c83a0ed | |
parent | ad61ca6cdac3bbb73a860b63cf9678864c3737fc (diff) | |
download | pkgsrc-5b7943a43925b063221c813811f913083dc244c4.tar.gz |
Updated devel/p5-App-perlbrew to 0.78
-------------------------------------
0.78: # 2016-11-20T22:59:55+0100
- Thanks to our contributors: Manuel Streuhofer, Sergey Aleynikov
- More fixes to accomodate changes on perl5.git.perl.org
0.77: # 2016-11-12T06:42:45+0100
- Thanks to our contributors: Dennis Kaarsemaker, Roel Harbers
- The "uninstall" command now requires confirmation.
- Fix bug with csh when PATH entries contain spaces
- Accommodate git commit abbrivation changes on
perl5.git.perl.org. See GH #524
https://github.com/gugod/App-perlbrew/pull/524
(pkgsrc changes)
- Add following line for make test
BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*
-rw-r--r-- | devel/p5-App-perlbrew/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-App-perlbrew/distinfo | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/p5-App-perlbrew/Makefile b/devel/p5-App-perlbrew/Makefile index 091f74e7d51..9f6515328b7 100644 --- a/devel/p5-App-perlbrew/Makefile +++ b/devel/p5-App-perlbrew/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2016/07/16 03:07:14 wen Exp $ +# $NetBSD: Makefile,v 1.26 2016/12/15 21:41:48 mef Exp $ -DISTNAME= App-perlbrew-0.76 +DISTNAME= App-perlbrew-0.78 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/} @@ -25,6 +25,7 @@ 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+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings # File::Temp in perl 5.14 USE_LANGUAGES= # empty diff --git a/devel/p5-App-perlbrew/distinfo b/devel/p5-App-perlbrew/distinfo index ccf2f96dab0..76c437919df 100644 --- a/devel/p5-App-perlbrew/distinfo +++ b/devel/p5-App-perlbrew/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2016/07/16 03:07:14 wen Exp $ +$NetBSD: distinfo,v 1.16 2016/12/15 21:41:48 mef Exp $ -SHA1 (App-perlbrew-0.76.tar.gz) = 83455ef46506ec9692f7387765dc4dffd064b94a -RMD160 (App-perlbrew-0.76.tar.gz) = 7a8e34eedee34beb244f5b5e8c99a9b3b7987189 -SHA512 (App-perlbrew-0.76.tar.gz) = 0b2fae37d7b2d25958deb0b39dcc3d02d80d8f6c1e51db95045e7bb318ca593503b9593405cc88ccd23721c23db0fdb1d141413dc4551e60fd42abec82ecbacc -Size (App-perlbrew-0.76.tar.gz) = 85087 bytes +SHA1 (App-perlbrew-0.78.tar.gz) = 5996b932c2968faafaba784193c803457091065a +RMD160 (App-perlbrew-0.78.tar.gz) = d06f9d59b042b1604efa8985c66737d6fe253efa +SHA512 (App-perlbrew-0.78.tar.gz) = 28654012aaeacc9c8a4026253ba127342324b708c022cd93eb6abc287d283fb8be23f72d27388bfa9992007f6903618fe9a9dd018c9e24ae4950a8a2817ad6b2 +Size (App-perlbrew-0.78.tar.gz) = 86136 bytes |