Sun Jan 18 23:21:21 2009 UTC ()
Update from version 0.04 to 0.05.

Pkgsrc changes:
 o Update dependencies according to changed requirements.

Upstream changes:

0.05  Sun, 04 Jan 2009 20:46:07 +0100
  * Use Variable::Magic and cast %^H instead Scope::Guard and relying
    on a timely destruction of objects within %^H. This fixes using
    on_scope_end in blocks where string evals are compiled as those
    increment the refcount of objects in %^H on 5.10.


(he)
diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-B-Hooks-EndOfScope/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-B-Hooks-EndOfScope/distinfo

cvs diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-B-Hooks-EndOfScope/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-B-Hooks-EndOfScope/Makefile 2008/11/02 22:14:58 1.1.1.1
+++ pkgsrc/devel/p5-B-Hooks-EndOfScope/Makefile 2009/01/18 23:21:21 1.2
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.1.1.1 2008/11/02 22:14:58 he Exp $ 1# $NetBSD: Makefile,v 1.2 2009/01/18 23:21:21 he Exp $
2# 2#
3 3
4DISTNAME= B-Hooks-EndOfScope-0.04 4DISTNAME= B-Hooks-EndOfScope-0.05
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6CATEGORIES= devel perl5 6CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=B/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=B/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/B-Hooks-EndOfScope/ 10HOMEPAGE= http://search.cpan.org/dist/B-Hooks-EndOfScope/
11COMMENT= Perl 5 module to execute code after a scope finished compilation 11COMMENT= Perl 5 module to execute code after a scope finished compilation
12 12
13DEPENDS+= p5-Scope-Guard>0:../../devel/p5-Scope-Guard 
14DEPENDS+= p5-Sub-Exporter>0:../../devel/p5-Sub-Exporter 13DEPENDS+= p5-Sub-Exporter>0:../../devel/p5-Sub-Exporter
 14DEPENDS+= p5-Variable-Magic>=0:../../devel/p5-Variable-Magic
15 15
16PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
17 17
18#USE_LANGUAGES= c 18#USE_LANGUAGES= c
19PERL5_PACKLIST= auto/B/Hooks/EndOfScope/.packlist 19PERL5_PACKLIST= auto/B/Hooks/EndOfScope/.packlist
20 20
21.include "../../lang/perl5/module.mk" 21.include "../../lang/perl5/module.mk"
22.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-B-Hooks-EndOfScope/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-B-Hooks-EndOfScope/distinfo 2008/11/02 22:14:58 1.1.1.1
+++ pkgsrc/devel/p5-B-Hooks-EndOfScope/distinfo 2009/01/18 23:21:21 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2008/11/02 22:14:58 he Exp $ 1$NetBSD: distinfo,v 1.2 2009/01/18 23:21:21 he Exp $
2 2
3SHA1 (B-Hooks-EndOfScope-0.04.tar.gz) = 85416947f5536a6415a850edc645806cc416e557 3SHA1 (B-Hooks-EndOfScope-0.05.tar.gz) = 4a51f0a2a3f19bb1accee211e1cdbc33b939a9dd
4RMD160 (B-Hooks-EndOfScope-0.04.tar.gz) = 3d16ac3a702a58f2e18cfec7bc8540c84c5d577e 4RMD160 (B-Hooks-EndOfScope-0.05.tar.gz) = 966341063888e61f788a4075e526623a22fe93fc
5Size (B-Hooks-EndOfScope-0.04.tar.gz) = 14775 bytes 5Size (B-Hooks-EndOfScope-0.05.tar.gz) = 15100 bytes