summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2008-10-30 21:24:25 +0000
committerhe <he@pkgsrc.org>2008-10-30 21:24:25 +0000
commitfa60dced7bb4427fe9916c428c9fde707bb7adc8 (patch)
tree79462c0a518ce884596a7e8b452c3c33899d7852 /devel
parent9639a2afd37fa6d111a1fdc65600688d2e0561db (diff)
downloadpkgsrc-fa60dced7bb4427fe9916c428c9fde707bb7adc8.tar.gz
Update from version 5.66nb1 to 5.67.
Upstream changes: 5.67 Tue Sep 12 16:50 2008 - Added a test case for the bug that was fixed in 5.66_01, courtesy of Christoph Lamprecht. 5.66_01 Tue Sep 2 14:40 2008 - Fix determination of the autosplit.ix in ugly edge cases. Explanation: If the module file isn't called $Foo.pm, but something random, then the static substitution which tries to determine the location of autosplit.ix fails. Up until now, the substitution would fail, so AutoLoader evaluated the module code again instead of falling back searching the autosplit.ix in @INC. The code was there but not triggered in some circumstances. For an example error in a PAR context, run pp --clean -e 'use Storable; retrieve("foo")' and then ./a.out and which it explode.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-AutoLoader/Makefile5
-rw-r--r--devel/p5-AutoLoader/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-AutoLoader/Makefile b/devel/p5-AutoLoader/Makefile
index baebfacf7db..77d48f1ed49 100644
--- a/devel/p5-AutoLoader/Makefile
+++ b/devel/p5-AutoLoader/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2008/10/19 19:17:47 he Exp $
+# $NetBSD: Makefile,v 1.3 2008/10/30 21:24:25 he Exp $
#
-DISTNAME= AutoLoader-5.66
+DISTNAME= AutoLoader-5.67
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5aul
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=AutoLoader/}
diff --git a/devel/p5-AutoLoader/distinfo b/devel/p5-AutoLoader/distinfo
index 34d49ddecde..aa7f1bd7530 100644
--- a/devel/p5-AutoLoader/distinfo
+++ b/devel/p5-AutoLoader/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/08/11 13:06:47 he Exp $
+$NetBSD: distinfo,v 1.2 2008/10/30 21:24:25 he Exp $
-SHA1 (AutoLoader-5.66.tar.gz) = e1391b62125df3b8e6b5ca6fbacde6594b39e42b
-RMD160 (AutoLoader-5.66.tar.gz) = b0273a90fe1d99f478e0213c4664a22bdb825707
-Size (AutoLoader-5.66.tar.gz) = 27561 bytes
+SHA1 (AutoLoader-5.67.tar.gz) = 1196f099e915e4df8e09060a15eff351a8af013f
+RMD160 (AutoLoader-5.67.tar.gz) = 3e24e2b738c56411921b6dec85dfa4da4ebdca33
+Size (AutoLoader-5.67.tar.gz) = 25927 bytes