pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-B-Hooks-EndOfScope Update from version 0.04 t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa8b64ffc290
branches:  trunk
changeset: 553312:aa8b64ffc290
user:      he <he%pkgsrc.org@localhost>
date:      Sun Jan 18 23:21:21 2009 +0000

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

diffstat:

 devel/p5-B-Hooks-EndOfScope/Makefile |  6 +++---
 devel/p5-B-Hooks-EndOfScope/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r 96801d9c9169 -r aa8b64ffc290 devel/p5-B-Hooks-EndOfScope/Makefile
--- a/devel/p5-B-Hooks-EndOfScope/Makefile      Sun Jan 18 23:16:25 2009 +0000
+++ b/devel/p5-B-Hooks-EndOfScope/Makefile      Sun Jan 18 23:21:21 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/11/02 22:14:58 he Exp $
+# $NetBSD: Makefile,v 1.2 2009/01/18 23:21:21 he Exp $
 #
 
-DISTNAME=      B-Hooks-EndOfScope-0.04
+DISTNAME=      B-Hooks-EndOfScope-0.05
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=B/}
@@ -10,8 +10,8 @@
 HOMEPAGE=      http://search.cpan.org/dist/B-Hooks-EndOfScope/
 COMMENT=       Perl 5 module to execute code after a scope finished compilation
 
-DEPENDS+=      p5-Scope-Guard>0:../../devel/p5-Scope-Guard
 DEPENDS+=      p5-Sub-Exporter>0:../../devel/p5-Sub-Exporter
+DEPENDS+=      p5-Variable-Magic>=0:../../devel/p5-Variable-Magic
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
diff -r 96801d9c9169 -r aa8b64ffc290 devel/p5-B-Hooks-EndOfScope/distinfo
--- a/devel/p5-B-Hooks-EndOfScope/distinfo      Sun Jan 18 23:16:25 2009 +0000
+++ b/devel/p5-B-Hooks-EndOfScope/distinfo      Sun Jan 18 23:21:21 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/11/02 22:14:58 he Exp $
+$NetBSD: distinfo,v 1.2 2009/01/18 23:21:21 he Exp $
 
-SHA1 (B-Hooks-EndOfScope-0.04.tar.gz) = 85416947f5536a6415a850edc645806cc416e557
-RMD160 (B-Hooks-EndOfScope-0.04.tar.gz) = 3d16ac3a702a58f2e18cfec7bc8540c84c5d577e
-Size (B-Hooks-EndOfScope-0.04.tar.gz) = 14775 bytes
+SHA1 (B-Hooks-EndOfScope-0.05.tar.gz) = 4a51f0a2a3f19bb1accee211e1cdbc33b939a9dd
+RMD160 (B-Hooks-EndOfScope-0.05.tar.gz) = 966341063888e61f788a4075e526623a22fe93fc
+Size (B-Hooks-EndOfScope-0.05.tar.gz) = 15100 bytes



Home | Main Index | Thread Index | Old Index