pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-PathTools Update to 3.29:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87ce073756f3
branches:  trunk
changeset: 554959:87ce073756f3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 22 18:09:24 2009 +0000

description:
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:

 devel/p5-PathTools/Makefile |  5 ++---
 devel/p5-PathTools/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r e5d91404f0e3 -r 87ce073756f3 devel/p5-PathTools/Makefile
--- a/devel/p5-PathTools/Makefile       Sun Feb 22 18:08:12 2009 +0000
+++ b/devel/p5-PathTools/Makefile       Sun Feb 22 18:09:24 2009 +0000
@@ -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 -r e5d91404f0e3 -r 87ce073756f3 devel/p5-PathTools/distinfo
--- a/devel/p5-PathTools/distinfo       Sun Feb 22 18:08:12 2009 +0000
+++ b/devel/p5-PathTools/distinfo       Sun Feb 22 18:09:24 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index