Sun Jun 18 03:41:19 2017 UTC ()
Updated devel/p5-local-lib from 2.000019 to to 2.000023
-------------------------------------------------------
2.000023 - 2017-06-07
 - fix use of 'note' in test for compatibilty with old Test::More

2.000022 - 2017-06-07
 - releasing as stable

2.000_021 - 2017-04-23
 - account for an empty SHELL variable when detecting shell
 - author test cleanups
 - bootstrapping option --no-manpages now affects bootstrapping process, not
   just later module installs
 - cope with home directories with spaces when bootstrapping with old CPAN.pm

2.000_020 - 2016-10-18
 - fix handling of inc_version_list
 - don't load strict or warnings outside author mode
 - load and use Cwd when we're printing and exiting
 - use loaded Cwd/Win32::Cwd if it's available
 - handle relative paths in current executable
 - don't try to run current executable in embedded perl
 - handle relative directories better
 - fix shell test for powershell 1 and group policy restricted environments
 - avoid user init files in shell test
 - use safer format to check environment in shell test
 - many test cleanups


(mef)
diff -r1.29 -r1.30 pkgsrc/devel/p5-local-lib/Makefile
diff -r1.20 -r1.21 pkgsrc/devel/p5-local-lib/distinfo

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

--- pkgsrc/devel/p5-local-lib/Makefile 2017/06/05 14:23:54 1.29
+++ pkgsrc/devel/p5-local-lib/Makefile 2017/06/18 03:41:19 1.30
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.29 2017/06/05 14:23:54 ryoon Exp $ 1# $NetBSD: Makefile,v 1.30 2017/06/18 03:41:19 mef Exp $
2# 2#
3 3
4DISTNAME= local-lib-2.000019 4DISTNAME= local-lib-2.000023
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.20 -r1.21 pkgsrc/devel/p5-local-lib/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-local-lib/distinfo 2016/07/15 12:40:59 1.20
+++ pkgsrc/devel/p5-local-lib/distinfo 2017/06/18 03:41:19 1.21
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.20 2016/07/15 12:40:59 wen Exp $ 1$NetBSD: distinfo,v 1.21 2017/06/18 03:41:19 mef Exp $
2 2
3SHA1 (local-lib-2.000019.tar.gz) = 13a3bc355a8c534ca741bba82308f56537989f6d 3SHA1 (local-lib-2.000023.tar.gz) = 01a542fb376e8403eb34413f98e07bd50ceba470
4RMD160 (local-lib-2.000019.tar.gz) = 7016abbfd7a1b32b39e4cfa0cd863d06e197ef4c 4RMD160 (local-lib-2.000023.tar.gz) = ecedb03254afe1cdd936bbb8bd9a5441d46d9f82
5SHA512 (local-lib-2.000019.tar.gz) = ab7d2d43566fef1d5dce41649859a01306d302b46739cf110b4d0330ae3cec3e49e3b06f67612f9e33b6bcb7654ec5ff0a97cf44fecc8a9cd6d5b24421671614 5SHA512 (local-lib-2.000023.tar.gz) = f4b541fb340bdf1cb3bf4106984fc7bdfaabddf3057edfb8b38b0c281b7a942a36859dbdeaec6f6e6da773636d129b80fd1ef104a62458f6001b5794a91a5449
6Size (local-lib-2.000019.tar.gz) = 62149 bytes 6Size (local-lib-2.000023.tar.gz) = 64446 bytes