Sun Jun 24 06:58:15 2018 UTC ()
p5-File-ShareDir: update to 1.114.

1.114	2018-06-21
    - be more expressive regarding to prerequisites
    - improve detection for situations where no permission test
      can be done
    - fix edge case for 5.8

1.112	2018-06-18
    - Fix tests that fail when running as root (RT#125602,
      thanks Wesley Schwengle <wesley@schwengle.net>)
    - Fix tests fail on MSWin32 for similar reason as the
      root failures from RT#125602
    - clarify support rules
    - improve POD

1.110	2018-06-16
    - remove unused/incomplete _dist_packfile
    - increase test coverage
    - refactor _search_inc_path
    - add badges to POD

1.108	2018-06-15
    - Fix RT#125582: Undefined subroutine &File::ShareDir::croak
      called reported by yseto and Andreas Koenig (via RT#125575)
    - Improve tests a little (a higher test coverage would be great)
    - Update README.md

1.106	2018-06-10
    - Add support for overriding the resolved path for a given
      Module or Dist (Thanks to Kent Fredric <kentnl@cpan.org>)
    - Fix RT#84914: _dist_file_new lacks return check (Thanks to
      Alex Peters <lxp@cpan.org>) -- fixes RT#40158, too.
    - Fix RT#60431: common @INC traversal code
      Phillip Moore <w.phillip.moore@gmail.com> requested for
      easier overriding in controlled environments an extraction
      of @INC traversal in one subroutine.
      The provided patch has been applied with minor modifications,
      thanks Phillip!
    - Fix RT#63548: State explicit how developers can use
      File::ShareDir even in development phase out-of-the-box
    - Fix RT#18042: Windows style path errors (Thanks to Barbie
      <barbie@missbarbell.co.uk>)
    - Improve infrastructure of distribution (toolchain, perltidy,
      perlcritic, Devel::Cover, ...)
    - deploy with most recent File::ShareDir::Install (v0.12-6-g29a6ff7
      aka 0.13)


(wiz)
diff -r1.17 -r1.18 pkgsrc/devel/p5-File-ShareDir/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/p5-File-ShareDir/distinfo

cvs diff -r1.17 -r1.18 pkgsrc/devel/p5-File-ShareDir/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-File-ShareDir/Makefile 2017/07/04 08:56:30 1.17
+++ pkgsrc/devel/p5-File-ShareDir/Makefile 2018/06/24 06:58:15 1.18
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.17 2017/07/04 08:56:30 wiz Exp $ 1# $NetBSD: Makefile,v 1.18 2018/06/24 06:58:15 wiz Exp $
2 2
3DISTNAME= File-ShareDir-1.104 3DISTNAME= File-ShareDir-1.114
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/File-ShareDir/ 9HOMEPAGE= http://search.cpan.org/dist/File-ShareDir/
10COMMENT= Get a generic path to the share directory 10COMMENT= Get a generic path to the share directory
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13DEPENDS+= p5-Class-Inspector>=1.12:../../devel/p5-Class-Inspector 13DEPENDS+= p5-Class-Inspector>=1.12:../../devel/p5-Class-Inspector
14 14
15USE_LANGUAGES= # empty 15USE_LANGUAGES= # empty
16PERL5_MODULE_TYPE= Module::Install::Bundled 16PERL5_MODULE_TYPE= Module::Install::Bundled

cvs diff -r1.7 -r1.8 pkgsrc/devel/p5-File-ShareDir/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-File-ShareDir/distinfo 2017/07/04 08:56:30 1.7
+++ pkgsrc/devel/p5-File-ShareDir/distinfo 2018/06/24 06:58:15 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2017/07/04 08:56:30 wiz Exp $ 1$NetBSD: distinfo,v 1.8 2018/06/24 06:58:15 wiz Exp $
2 2
3SHA1 (File-ShareDir-1.104.tar.gz) = 017046d443c0361efec0cbd4057e1ac529ff9ca6 3SHA1 (File-ShareDir-1.114.tar.gz) = 20af93902dc5b74848589955458de10de7eeae46
4RMD160 (File-ShareDir-1.104.tar.gz) = 83b31664485b154d635675668c1e9c9f91ccba5e 4RMD160 (File-ShareDir-1.114.tar.gz) = 0eb7acbd9bb5f3742e1db7d644816dcaf713ab8f
5SHA512 (File-ShareDir-1.104.tar.gz) = 0fbe1a1b822e0de324fd05c7cc230a1022e74eb7ae9ec66281b57d2c4144a600f34395cfbfa08218b64a88cc2bbe3ab94abb6339cc65aef19a82191e1ba2ed52 5SHA512 (File-ShareDir-1.114.tar.gz) = d0d6c41deb72ceda7ca870d837339e8f11945caddb06bac83f89ded61b51007a2b1b4c719c81505b39bed198d647cef9706405d61ff50917bf6b2fa554f038f4
6Size (File-ShareDir-1.104.tar.gz) = 20500 bytes 6Size (File-ShareDir-1.114.tar.gz) = 26322 bytes