Sun Apr 20 14:12:52 2014 UTC ()
0.13 2014-02-22
    - Looks like in some rare circumstances, Cwd::abs_path() can croak,
      so now we wrap that in eval { } and deal accordingly.

0.12 2014-02-19
    - We now fully resolve symlinks in @INC paths. The previous 'fix'
      for Debian broke the tests on FreeBSD.
      Thanks to G闌�raud Continsouzas, and Daniel Lintott for help testing.

0.11_03 2014-02-18
    - Another place where we need to worry about getting undef.

0.11_02 2014-02-18
    - Wasn't handling the case where abs_path() returns undef,
      which it does if a symlink "goes nowhere".

0.11_01 2014-02-18
    - The testsuite fix in 0.11 caused a breakage on FreeBSD,
      where a directory path contains a symlink that wasn't
      the final directory. So now module_path() fully resolves
      all symlinks in the path, using Cwd::abs_path().

0.11 2014-02-17
    - Testsuite now uses Cwd::abs_path() on paths from %INC,
      to cope with synlinks in @INC directories.
      This was causing test failures on Debian(-based) systems.
      Thanks to Daniel Lintott and Erez Schatz for reporting
      and testing proposed fix.

0.10_01 2014-02-16
    - Developer release with the change that made it into
      0.11, above.

0.10 2014-02-04
    - mpath can display paths for multiple modules (Ahmad Syaltut)
    - specified min perl version 5.6.0

0.09_01 2013-08-21
    - If a directory in @INC is a symlink, return the linked-to directory
      in the path. Problem report and patch from Sharl Morlaroll
      https://github.com/neilbowers/Module-Path/issues/4


(wen)
diff -r1.1 -r1.2 pkgsrc/filesystems/p5-Module-Path/Makefile
diff -r1.1 -r1.2 pkgsrc/filesystems/p5-Module-Path/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/filesystems/p5-Module-Path/Makefile (expand / switch to unified diff)

--- pkgsrc/filesystems/p5-Module-Path/Makefile 2013/07/03 15:06:36 1.1
+++ pkgsrc/filesystems/p5-Module-Path/Makefile 2014/04/20 14:12:52 1.2
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.1 2013/07/03 15:06:36 sno Exp $ 1# $NetBSD: Makefile,v 1.2 2014/04/20 14:12:52 wen Exp $
2# 2#
3 3
4DISTNAME= Module-Path-0.09 4DISTNAME= Module-Path-0.13
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6CATEGORIES= devel perl5 6CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
8 8
9MAINTAINER= pkgsrc-p5-people@NetBSD.org 9MAINTAINER= pkgsrc-p5-people@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Module-Path/ 10HOMEPAGE= http://search.cpan.org/dist/Module-Path/
11COMMENT= Perl5 module to get the full path to a locally installed module 11COMMENT= Perl5 module to get the full path to a locally installed module
12LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
13 13
14REPLACE_PERL+= bin/mpath 14REPLACE_PERL+= bin/mpath
15 15
16PKG_INSTALLATION_TYPES= overwrite pkgviews 16PKG_INSTALLATION_TYPES= overwrite pkgviews
17 17

cvs diff -r1.1 -r1.2 pkgsrc/filesystems/p5-Module-Path/distinfo (expand / switch to unified diff)

--- pkgsrc/filesystems/p5-Module-Path/distinfo 2013/07/03 15:06:36 1.1
+++ pkgsrc/filesystems/p5-Module-Path/distinfo 2014/04/20 14:12:52 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1 2013/07/03 15:06:36 sno Exp $ 1$NetBSD: distinfo,v 1.2 2014/04/20 14:12:52 wen Exp $
2 2
3SHA1 (Module-Path-0.09.tar.gz) = 860723625e9d90b7b17857920d5b1046976d97f1 3SHA1 (Module-Path-0.13.tar.gz) = 08e866d743742189128971456930cea18861e647
4RMD160 (Module-Path-0.09.tar.gz) = f643de4b9fd0b389cf231fefa7188da5785aa690 4RMD160 (Module-Path-0.13.tar.gz) = a77cbd2d4b114a4a3c514f51740c79e94a5a02dd
5Size (Module-Path-0.09.tar.gz) = 11423 bytes 5Size (Module-Path-0.13.tar.gz) = 13027 bytes