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.25:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3a35b14601c
branches:  trunk
changeset: 534584:d3a35b14601c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Oct 27 12:20:26 2007 +0000

description:
Update to 3.25:

Revision history for Perl distribution PathTools.

 - Added a workaround for auto-vivication-of-function-args Perl bug
   (triggered by OS/2-specific code). [Ilya Zakharevich]

 - Sync with a bleadperl change: miniperl can no longer use Win32::*
   functions because it cannot load Win32.dll. [Jan Dubois]

 - We only need to load ppport.h when building outside the core, so we
   avoid using it when in the core.

3.24 - Sun Nov 19 22:52:49 2006

 - Fixed a bug in the $ENV{PWD}-updating of Cwd::chdir() when a
   dirhandle is passed in. [Steve Peters]

 - Add perl 5.005 to the list of requirements in the
   Build.PL/Makefile.PL/META.yml.

 - Add ExtUtils::CBuilder to the list of build_requires in Build.PL.

 - Improved performance of canonpath() on Unix-ish platforms - on my
   OS X laptop it looks like it's about twice as fast. [Ruslan Zakirov]

diffstat:

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

diffs (25 lines):

diff -r 89f72d5ac2cf -r d3a35b14601c devel/p5-PathTools/Makefile
--- a/devel/p5-PathTools/Makefile       Sat Oct 27 12:17:06 2007 +0000
+++ b/devel/p5-PathTools/Makefile       Sat Oct 27 12:20:26 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2007/01/11 13:02:48 obache Exp $
+# $NetBSD: Makefile,v 1.4 2007/10/27 12:20:26 wiz Exp $
 
-DISTNAME=      PathTools-3.23
+DISTNAME=      PathTools-3.25
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=File/}
diff -r 89f72d5ac2cf -r d3a35b14601c devel/p5-PathTools/distinfo
--- a/devel/p5-PathTools/distinfo       Sat Oct 27 12:17:06 2007 +0000
+++ b/devel/p5-PathTools/distinfo       Sat Oct 27 12:20:26 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2006/11/02 13:42:04 obache Exp $
+$NetBSD: distinfo,v 1.3 2007/10/27 12:20:26 wiz Exp $
 
-SHA1 (PathTools-3.23.tar.gz) = 2e37ca241aab76721c1cf9f416880166fba4799b
-RMD160 (PathTools-3.23.tar.gz) = 8e55c6226a62b2305734db8a437be9a6590d9c94
-Size (PathTools-3.23.tar.gz) = 116242 bytes
+SHA1 (PathTools-3.25.tar.gz) = cbaf1a5aab6f7d50adbd00046010ae7e51e033ba
+RMD160 (PathTools-3.25.tar.gz) = d14b9bb83b361a91a22560141b4b2753cf5804d0
+Size (PathTools-3.25.tar.gz) = 116743 bytes



Home | Main Index | Thread Index | Old Index