diff options
author | wiz <wiz@pkgsrc.org> | 2007-10-27 12:20:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-10-27 12:20:26 +0000 |
commit | 79f3fcfdc480ad7ab210c4ec0126cfacf1415fac (patch) | |
tree | b30980a013ca97e912e60825ecc5a856dd37b6b1 | |
parent | 74616b7c0240290c5330ee464cb2875ae6ba5c09 (diff) | |
download | pkgsrc-79f3fcfdc480ad7ab210c4ec0126cfacf1415fac.tar.gz |
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]
-rw-r--r-- | devel/p5-PathTools/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-PathTools/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-PathTools/Makefile b/devel/p5-PathTools/Makefile index e018303d36b..200201051e8 100644 --- a/devel/p5-PathTools/Makefile +++ b/devel/p5-PathTools/Makefile @@ -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 --git a/devel/p5-PathTools/distinfo b/devel/p5-PathTools/distinfo index bcbc82b3f74..c61f2b223ab 100644 --- a/devel/p5-PathTools/distinfo +++ b/devel/p5-PathTools/distinfo @@ -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 |