diff options
author | sno <sno@pkgsrc.org> | 2012-03-22 16:28:43 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-03-22 16:28:43 +0000 |
commit | 6f5bea6b09955cb95af4fca2036a436ddb3dd516 (patch) | |
tree | b26cebf7b701ac3f622f4823f419866fc3693c8d /devel/p5-namespace-clean | |
parent | d7761e7bd4576ef9583f5896029839f871953b6b (diff) | |
download | pkgsrc-6f5bea6b09955cb95af4fca2036a436ddb3dd516.tar.gz |
Updating package for Perl5 module namespace::clean from CPAN in
devel/p5-namespace-clean from 0.21 to 0.23.
pkgsrc changes:
- adjust dependencies
Upstream changes:
[0.23]
- Rely on B::Hooks::EndOfScope version 0.10 to fix issues with
new Module::Runtime versions (>= 0.012) on perl 5.10 due
to incorrect hook firing due to %^H localisation.
- Fix failures on 5.13.6 due to incorrect version number threshold
(RT#74683)
[0.22] (official fix of all the %^H ickyness)
- Simplify the >= 5.10 PP variant even more - move the hook from
DESTROY into DELETE
- Force explicit callback invocation order on 5.8 PP
[0.21_02]
- Replace the %^H tie approach with fieldhashes, fixes all known
corner cases and caveats on supported perls >= 5.8.1 (FC)
- Compile away the debugger fixup on perls >= 5.15.5 (FC)
[0.21_01]
- More robust handling of the tied %^H in pure perl mode (RT#73402)
- Limit the debugger workarounds to perls between 5.8.8 and 5.14,
extend debugger support to all perl versions (FC) (RT#69862)
- If possible, automatically install (but not load) the debugger
workaround libraries on perls between 5.8.8 and 5.14 (RT#72368)
- Add back dropped NAME section (RT#70259)
Diffstat (limited to 'devel/p5-namespace-clean')
-rw-r--r-- | devel/p5-namespace-clean/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-namespace-clean/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-namespace-clean/Makefile b/devel/p5-namespace-clean/Makefile index e34ad41a926..848137fb7fe 100644 --- a/devel/p5-namespace-clean/Makefile +++ b/devel/p5-namespace-clean/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2011/08/18 11:53:02 abs Exp $ +# $NetBSD: Makefile,v 1.12 2012/03/22 16:28:43 sno Exp $ -DISTNAME= namespace-clean-0.21 +DISTNAME= namespace-clean-0.23 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=namespace/} @@ -13,7 +13,7 @@ LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-B-Hooks-EndOfScope>=0.07:../../devel/p5-B-Hooks-EndOfScope +DEPENDS+= p5-B-Hooks-EndOfScope>=0.10:../../devel/p5-B-Hooks-EndOfScope DEPENDS+= p5-Package-Stash>=0.23:../../devel/p5-Package-Stash BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple diff --git a/devel/p5-namespace-clean/distinfo b/devel/p5-namespace-clean/distinfo index 33630b385cb..9b24cfa287a 100644 --- a/devel/p5-namespace-clean/distinfo +++ b/devel/p5-namespace-clean/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2011/08/18 11:53:02 abs Exp $ +$NetBSD: distinfo,v 1.9 2012/03/22 16:28:43 sno Exp $ -SHA1 (namespace-clean-0.21.tar.gz) = 388412418144b9a3ff909927801d3ae6b026f2a4 -RMD160 (namespace-clean-0.21.tar.gz) = a424cf34b43d6e24e8aece8fc95befa66fb2ddb2 -Size (namespace-clean-0.21.tar.gz) = 11809 bytes +SHA1 (namespace-clean-0.23.tar.gz) = 6f29fe96232cb87dd18b90eac3d8ee6ac82ee411 +RMD160 (namespace-clean-0.23.tar.gz) = 8a0761a61fb54bde29016205f338b2d2b79794cc +Size (namespace-clean-0.23.tar.gz) = 13344 bytes |