diff options
author | wiz <wiz@pkgsrc.org> | 2009-02-22 18:09:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-02-22 18:09:24 +0000 |
commit | 02b42225c92cd652acc739c48127090dbacd46f9 (patch) | |
tree | 37cffa415ccb4bb79a2c4c3a602e68881974608f /devel | |
parent | 0dc009685cdf33658e5080e11dc21ad6788971fc (diff) | |
download | pkgsrc-02b42225c92cd652acc739c48127090dbacd46f9.tar.gz |
Update to 3.29:
3.29 - Wed Oct 29 20:48:11 2008
- Promote to stable release.
3.28_03 - Mon Oct 27 22:12:11 2008
- In Cwd.pm, pass the un-munged $VERSION to XSLoader/DynaLoader,
otherwise development releases fail tests on Win32.
3.28_02 - Mon Oct 27 20:13:11 2008
- Fixed some issues on QNX/NTO related to paths with double
slashes. [Matt Kraai & Nicholas Clark]
3.28_01 - Fri Jul 25 21:18:11 2008
- Fixed and clarified the behavior of splitpath() with a $no_file
argument on VMS. [Craig A. Berry, Peter Edwards]
- Removed some function prototypes and other Perl::Critic violations.
- canonpath() and catdir() and catfile() on Win32 now make an
explicit (and unnecessary) copy of their arguments right away,
because apparently if we don't, we sabotage all of Win32dom. [RT
#33675]
- The Makefile.PL now has 'use 5.005;' to explicitly show what
minimum version of perl we support. [Spotted by Alexandr Ciornii]
3.2701 - Mon Feb 11 21:43:51 2008
- Fixed an edge case for Win32 catdir('C:', 'foo') and catfile('C:',
'foo.txt') (which the caller's not really supposed to do, that's
what catpath() is for) that changed between versions. Now we're
back to the old behavior, which was to return C:\foo and C:\foo.txt .
[Audrey Tang]
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-PathTools/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-PathTools/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-PathTools/Makefile b/devel/p5-PathTools/Makefile index 1458d6a36af..f4bea7ec0e1 100644 --- a/devel/p5-PathTools/Makefile +++ b/devel/p5-PathTools/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2008/10/19 19:17:58 he Exp $ +# $NetBSD: Makefile,v 1.8 2009/02/22 18:09:24 wiz Exp $ -DISTNAME= PathTools-3.27 +DISTNAME= PathTools-3.29 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} diff --git a/devel/p5-PathTools/distinfo b/devel/p5-PathTools/distinfo index b91201b4482..34b54e35140 100644 --- a/devel/p5-PathTools/distinfo +++ b/devel/p5-PathTools/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2008/02/05 11:02:22 obache Exp $ +$NetBSD: distinfo,v 1.5 2009/02/22 18:09:24 wiz Exp $ -SHA1 (PathTools-3.27.tar.gz) = 9896319c4639e05c3434cc00f0ce7f5a1180f987 -RMD160 (PathTools-3.27.tar.gz) = 317e76de4df99b724d79ba58d4b55d9409a47117 -Size (PathTools-3.27.tar.gz) = 129177 bytes +SHA1 (PathTools-3.29.tar.gz) = c21af70ef6a91affb5808d9881abbee43a456366 +RMD160 (PathTools-3.29.tar.gz) = 977b8d8fc8c0bcbdfb2e99d4b2aac738b2524cb7 +Size (PathTools-3.29.tar.gz) = 130270 bytes |