diff options
author | sno <sno> | 2009-05-19 23:16:24 +0000 |
---|---|---|
committer | sno <sno> | 2009-05-19 23:16:24 +0000 |
commit | e8bfc7d1662ad67f054cb369975ae2328dec1667 (patch) | |
tree | 23f11ec29e656131d11d2111506471af89df192c /devel/p5-Scope-Upper | |
parent | bb2edeafa520a34276de17f7c0b697b7736a857d (diff) | |
download | pkgsrc-e8bfc7d1662ad67f054cb369975ae2328dec1667.tar.gz |
pkgsrc changes:
- updating package for p5 module Scope::Upper from 0.08 to 0.09
Upstream changes:
0.09 2009-05-17 20:20 UTC
+ Add : The new SU_THREADSAFE constant can be used to know whether the
module could have been built with thread safety enabled.
+ Chg : Thread safety is disabled for perl 5.8 on Win32.
+ Chg : A saner workaround for the "call_sv() during LEAVE clobbers the
still used last popped stack element" issue on 5.10.
Diffstat (limited to 'devel/p5-Scope-Upper')
-rw-r--r-- | devel/p5-Scope-Upper/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Scope-Upper/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Scope-Upper/Makefile b/devel/p5-Scope-Upper/Makefile index 3ad1ab2e93b..85a9bcf89ca 100644 --- a/devel/p5-Scope-Upper/Makefile +++ b/devel/p5-Scope-Upper/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/04/29 19:34:24 sno Exp $ +# $NetBSD: Makefile,v 1.2 2009/05/19 23:16:24 sno Exp $ -DISTNAME= Scope-Upper-0.08 +DISTNAME= Scope-Upper-0.09 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scope/} diff --git a/devel/p5-Scope-Upper/distinfo b/devel/p5-Scope-Upper/distinfo index cc4789ec9a8..78192c49a55 100644 --- a/devel/p5-Scope-Upper/distinfo +++ b/devel/p5-Scope-Upper/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/04/29 19:34:24 sno Exp $ +$NetBSD: distinfo,v 1.2 2009/05/19 23:16:24 sno Exp $ -SHA1 (Scope-Upper-0.08.tar.gz) = 9071ff5f27602373356908dadb3095c84f61fef5 -RMD160 (Scope-Upper-0.08.tar.gz) = 44466aa81d34a1455149774bed41a9a6a97744b2 -Size (Scope-Upper-0.08.tar.gz) = 25896 bytes +SHA1 (Scope-Upper-0.09.tar.gz) = 26bd959ce2042e286560d8f1c718721ce9e5ebb9 +RMD160 (Scope-Upper-0.09.tar.gz) = a0098828faa4163a0514a93a5f5192d025ad2c16 +Size (Scope-Upper-0.09.tar.gz) = 25916 bytes |