Thu Nov 6 01:51:03 2014 UTC ()
Update to 2.000014

Upstream changes:
2.000014 - 2014-09-04
 - fix taint-mode test in some cases on case insensitive filesystems

2.000013 - 2014-08-16
 - fix test failure in ActiveState perl
 - better test diagnostics
 - fix quoting of spaces for fish shell (rt#95268)
 - improve quoting for use with cmd.exe
 - fix quoting any arbitrary character when contructing strings for bash
 - skip testing use with shells if the shell doesn't work at all

2.000012 - 2014-05-12
 - restore build_activate_environment_vars_for,
   build_deactivate_environment_vars_for, build_deact_all_environment_vars_for
   methods for perlbrew compatibility
 - fix transforming relative paths to absolute paths in older perls
 - fix quoting for fish shell

2.000011 - 2014-04-02
 - more fixes for issue where PERL5LIB Carp is not the same version as in the
   local-lib

2.000010 - 2014-03-28
 - fix shell test on cygwin

2.000_009 - 2014-03-15
 - no longer loads File::Spec, so an upgraded version installed inside a local
   lib dir can be used by scripts

2.000008 - 2014-03-13
 - fix --bootstrap option without a path specified

2.000007 - 2014-03-11
 - even more relaxed shell output testing
 - only test shells in /etc/shells
 - fix Makefile.PL on solaris

2.000006 - 2014-03-07
 - fix bootstrapping not auto-configuring in some cases
 - more relaxed shell output testing
 - use normal arguments to be used on the command line in addition to import
   arguments
 - support fish shell
 - stop trying to test csh/sh on Win32
 - work around CPAN.pm issues with checking prerequisites


(wen)
diff -r1.22 -r1.23 pkgsrc/devel/p5-local-lib/Makefile
diff -r1.15 -r1.16 pkgsrc/devel/p5-local-lib/distinfo

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

--- pkgsrc/devel/p5-local-lib/Makefile 2014/05/29 23:36:28 1.22
+++ pkgsrc/devel/p5-local-lib/Makefile 2014/11/06 01:51:03 1.23
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.22 2014/05/29 23:36:28 wiz Exp $ 1# $NetBSD: Makefile,v 1.23 2014/11/06 01:51:03 wen Exp $
2# 2#
3 3
4DISTNAME= local-lib-2.000004 4DISTNAME= local-lib-2.000014
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.15 -r1.16 pkgsrc/devel/p5-local-lib/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-local-lib/distinfo 2014/02/16 17:56:44 1.15
+++ pkgsrc/devel/p5-local-lib/distinfo 2014/11/06 01:51:03 1.16
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.15 2014/02/16 17:56:44 sno Exp $ 1$NetBSD: distinfo,v 1.16 2014/11/06 01:51:03 wen Exp $
2 2
3SHA1 (local-lib-2.000004.tar.gz) = 60d20361a4bf50d7fc73928c7685d5112f8c45d9 3SHA1 (local-lib-2.000014.tar.gz) = 853dcfc62a5cdefc52926dc3cfb863b34a382867
4RMD160 (local-lib-2.000004.tar.gz) = bd1bcf07906660eadf157a3fbcc07aaa01beb841 4RMD160 (local-lib-2.000014.tar.gz) = dff256a0e50d5a6e9b7025f47516825d89e48971
5Size (local-lib-2.000004.tar.gz) = 47624 bytes 5Size (local-lib-2.000014.tar.gz) = 51593 bytes