Mon Jan 26 05:24:09 2015 UTC ()
Update 0.67 to 0.72
-----------------------------
0.72: # 2014-10-27T21:38:19+0100
- Fix 0.71 breakage on MacOSX when the shell is bash or zsh
- Fix spelling mistake. by @gregoa++

0.71: # 2014-09-13T19:59:15+0200
- Fix a few bugs of having unwanted values in PERL5LIB when switching between libs

0.70: # 2014-09-02T20:41:15+0900
- download the fatpacked perlbrew from an http:// url.
- protect fatpacked perlbrew from PERL5LIB, thanks to dagolden++
- avoid several warnings, thanks to DabeDotCom++
- making perlbrew a bit friendlier to init.d script, thanks to maxhq++ . see also
  https://github.com/gugod/App-perlbrew/pull/404
- make it possible to override PERLBREWURL before invoking installers

0.69: # 2014-06-10T23:32:05+0200
- fix 'perlbrew env' breakage by just avoiding bad local::lib versions.

0.68: # 2014-06-07T15:08:00+0200
- disable SSL cert checks. GH #385.
- "perlbrew download stable" works as on expects. GH #383
- Many fish shell fixes. GH #376 #378 #379
- make 5.21 installable. GH #396
- various documentation fixes.


(mef)
diff -r1.16 -r1.17 pkgsrc/devel/p5-App-perlbrew/Makefile
diff -r1.10 -r1.11 pkgsrc/devel/p5-App-perlbrew/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/devel/p5-App-perlbrew/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-App-perlbrew/Makefile 2014/05/29 23:35:39 1.16
+++ pkgsrc/devel/p5-App-perlbrew/Makefile 2015/01/26 05:24:09 1.17
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.16 2014/05/29 23:35:39 wiz Exp $ 1# $NetBSD: Makefile,v 1.17 2015/01/26 05:24:09 mef Exp $
2 2
3DISTNAME= App-perlbrew-0.67 3DISTNAME= App-perlbrew-0.72
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/App-perlbrew/ 9HOMEPAGE= http://search.cpan.org/dist/App-perlbrew/
11COMMENT= Manage perl installations in your $$HOME 10COMMENT= Manage perl installations in your $$HOME
12LICENSE= mit 11LICENSE= mit
13 12
14DEPENDS+= p5-File-Path-Tiny>=0.1:../../devel/p5-File-Path-Tiny 13DEPENDS+= p5-File-Path-Tiny>=0.1:../../devel/p5-File-Path-Tiny
15DEPENDS+= p5-Devel-PatchPerl>=0.86:../../devel/p5-Devel-PatchPerl 14DEPENDS+= p5-Devel-PatchPerl>=0.86:../../devel/p5-Devel-PatchPerl
16DEPENDS+= p5-local-lib>=1.8.10:../../devel/p5-local-lib 15DEPENDS+= p5-local-lib>=1.8.10:../../devel/p5-local-lib
17DEPENDS+= p5-Capture-Tiny>=0.22:../../devel/p5-Capture-Tiny 16DEPENDS+= p5-Capture-Tiny>=0.22:../../devel/p5-Capture-Tiny
18DEPENDS+= p5-CPAN-Perl-Releases>=1.10:../../devel/p5-CPAN-Perl-Releases 17DEPENDS+= p5-CPAN-Perl-Releases>=1.10:../../devel/p5-CPAN-Perl-Releases

cvs diff -r1.10 -r1.11 pkgsrc/devel/p5-App-perlbrew/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-App-perlbrew/distinfo 2014/05/22 02:28:46 1.10
+++ pkgsrc/devel/p5-App-perlbrew/distinfo 2015/01/26 05:24:09 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2014/05/22 02:28:46 wen Exp $ 1$NetBSD: distinfo,v 1.11 2015/01/26 05:24:09 mef Exp $
2 2
3SHA1 (App-perlbrew-0.67.tar.gz) = 43647be3482888767054ccd4c1c686edc12be2d5 3SHA1 (App-perlbrew-0.72.tar.gz) = 3b491cba251925bc26c54f83a74a719e625e7cdc
4RMD160 (App-perlbrew-0.67.tar.gz) = 62031fd5652be8af30fd110483f497738e845580 4RMD160 (App-perlbrew-0.72.tar.gz) = cb9a00e06e7d52770a4b70cdda1b808fb23caf86
5Size (App-perlbrew-0.67.tar.gz) = 84742 bytes 5Size (App-perlbrew-0.72.tar.gz) = 82509 bytes