Sun Nov 8 11:17:26 2015 UTC ()
Update to 2.000018

Upstream changes:
2.000018 - 2015-10-29
 - repair CPAN.pm bootstrapping broken by extraneous prerequisite.
 - ensure directories are created in correct order to avoid errors

2.000017 - 2015-10-06
 - fix shell quoting for fish shell
 - work around issue where some cpanm versions wouldn't upgrade
   ExtUtils::MakeMaker in some cases it should have
 - added --quiet option to surpress directory creation message
 - build_environment_vars_for, build_activate_environment_vars_for, and
   environment_vars_string_for options will always include directories being
   added, even if they were already in current ENV vars
 - fixes for author tests
 - create directory structure under created local::libs, ensuring arch dirs
   will always be added to @INC by perl
 - only cause CPAN.pm to prefer ExtUtils::MakeMaker over Module::Build during
   bootstrap process, not after
 - bootstrap process refactored


(wen)
diff -r1.25 -r1.26 pkgsrc/devel/p5-local-lib/Makefile
diff -r1.18 -r1.19 pkgsrc/devel/p5-local-lib/distinfo

cvs diff -r1.25 -r1.26 pkgsrc/devel/p5-local-lib/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-local-lib/Makefile 2015/06/12 10:49:58 1.25
+++ pkgsrc/devel/p5-local-lib/Makefile 2015/11/08 11:17:26 1.26
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.25 2015/06/12 10:49:58 wiz Exp $ 1# $NetBSD: Makefile,v 1.26 2015/11/08 11:17:26 wen Exp $
2# 2#
3 3
4DISTNAME= local-lib-2.000015 4DISTNAME= local-lib-2.000018
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7CATEGORIES= devel perl5 6CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://metacpan.org/release/local-lib 10HOMEPAGE= https://metacpan.org/release/local-lib
12COMMENT= Create and use a local lib/ for perl modules with PERL5LIB 11COMMENT= Create and use a local lib/ for perl modules with PERL5LIB
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15USE_LANGUAGES= # empty 14USE_LANGUAGES= # empty
16 15
17PERL5_PACKLIST= auto/local/lib/.packlist 16PERL5_PACKLIST= auto/local/lib/.packlist
18 17
19MAKE_ENV+= PERL5_CPANM_IS_RUNNING=1 18MAKE_ENV+= PERL5_CPANM_IS_RUNNING=1

cvs diff -r1.18 -r1.19 pkgsrc/devel/p5-local-lib/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-local-lib/distinfo 2015/11/03 03:28:59 1.18
+++ pkgsrc/devel/p5-local-lib/distinfo 2015/11/08 11:17:26 1.19
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.18 2015/11/03 03:28:59 agc Exp $ 1$NetBSD: distinfo,v 1.19 2015/11/08 11:17:26 wen Exp $
2 2
3SHA1 (local-lib-2.000015.tar.gz) = de3489943e2d8f51bd1fd5a0866f21bf56ba454f 3SHA1 (local-lib-2.000018.tar.gz) = 51c45553f1007f1908cad451daa59711b1fa659a
4RMD160 (local-lib-2.000015.tar.gz) = ebbeb468b5121be0dbe3ea8b8b3c97120f67c065 4RMD160 (local-lib-2.000018.tar.gz) = 1e98a0c2421c43c1ec115ca66356a77dc9fe71d4
5SHA512 (local-lib-2.000015.tar.gz) = f2d6bc225b588f39e32c2a2638ac50b9838f1cd651b24ecd3c730b946df89343c4392c9cc3abcc1fdb20b0491aeb3ef2b6a242762cfa8d2b0ab7f283b2c57691 5SHA512 (local-lib-2.000018.tar.gz) = d94672b623de5c4e99270733a4de59f95c01b3c89cd552da05b04892893696cf57c9988b695cca2eda624a2c48bb392fe51d17eb842ed09e0824d71fcb4eb80e
6Size (local-lib-2.000015.tar.gz) = 51781 bytes 6Size (local-lib-2.000018.tar.gz) = 59350 bytes