diff options
author | wen <wen@pkgsrc.org> | 2014-04-20 14:12:52 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-04-20 14:12:52 +0000 |
commit | c83ec660b96a158a05ffcbf7860c1d26d6a9dc7d (patch) | |
tree | ac40a4784fa0ca8bf486d910700d85bfdcdd3a24 /filesystems | |
parent | 8939057a9a7c86c5e7915772b7cc075987b77707 (diff) | |
download | pkgsrc-c83ec660b96a158a05ffcbf7860c1d26d6a9dc7d.tar.gz |
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
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/p5-Module-Path/Makefile | 4 | ||||
-rw-r--r-- | filesystems/p5-Module-Path/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/filesystems/p5-Module-Path/Makefile b/filesystems/p5-Module-Path/Makefile index 75ed9a32c15..c105e93fc03 100644 --- a/filesystems/p5-Module-Path/Makefile +++ b/filesystems/p5-Module-Path/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2013/07/03 15:06:36 sno Exp $ +# $NetBSD: Makefile,v 1.2 2014/04/20 14:12:52 wen Exp $ # -DISTNAME= Module-Path-0.09 +DISTNAME= Module-Path-0.13 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} diff --git a/filesystems/p5-Module-Path/distinfo b/filesystems/p5-Module-Path/distinfo index 22f13bbbe32..1ab222d3a94 100644 --- a/filesystems/p5-Module-Path/distinfo +++ b/filesystems/p5-Module-Path/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2013/07/03 15:06:36 sno Exp $ +$NetBSD: distinfo,v 1.2 2014/04/20 14:12:52 wen Exp $ -SHA1 (Module-Path-0.09.tar.gz) = 860723625e9d90b7b17857920d5b1046976d97f1 -RMD160 (Module-Path-0.09.tar.gz) = f643de4b9fd0b389cf231fefa7188da5785aa690 -Size (Module-Path-0.09.tar.gz) = 11423 bytes +SHA1 (Module-Path-0.13.tar.gz) = 08e866d743742189128971456930cea18861e647 +RMD160 (Module-Path-0.13.tar.gz) = a77cbd2d4b114a4a3c514f51740c79e94a5a02dd +Size (Module-Path-0.13.tar.gz) = 13027 bytes |