diff options
author | sno <sno> | 2010-03-10 19:15:24 +0000 |
---|---|---|
committer | sno <sno> | 2010-03-10 19:15:24 +0000 |
commit | 79c4d83b41658ee13a365db38d38891ff8106de8 (patch) | |
tree | 4371d5c57f5f11e97d9abae8dee823793ef9c732 /devel | |
parent | 47b8825eb8bc40e6c7dab4481bedb80eabd86da4 (diff) | |
download | pkgsrc-79c4d83b41658ee13a365db38d38891ff8106de8.tar.gz |
Updating devel/p5-Scalar-Defer from 0.20 to 0.23
pkgsrc changes:
- Add license definition
- Add module type definition
Upstream changes:
[Changes for 0.23 - 0210-02-17]
* Fix for [rt.cpan.org #54609] If Scalar::Defer is loaded after
a thread is created, no more threads can be started. - SPROUT
[Changes for 0.22 - 2010-01-29]
* No code changes; note performance problems under 5.8.9
[Changes for 0.21 - 2010-01-18]
* Upgrade to a newer Module::Install
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Scalar-Defer/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-Scalar-Defer/distinfo | 8 |
2 files changed, 10 insertions, 8 deletions
diff --git a/devel/p5-Scalar-Defer/Makefile b/devel/p5-Scalar-Defer/Makefile index 46fca7b8c53..14a9deff30d 100644 --- a/devel/p5-Scalar-Defer/Makefile +++ b/devel/p5-Scalar-Defer/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2009/05/19 22:46:17 sno Exp $ +# $NetBSD: Makefile,v 1.4 2010/03/10 19:15:24 sno Exp $ # -DISTNAME= Scalar-Defer-0.20 +DISTNAME= Scalar-Defer-0.23 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scalar/} @@ -9,11 +9,13 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scalar/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Scalar-Defer/ COMMENT= Perl 5 module providing lazy evaluation +LICENSE= mit PKG_DESTDIR_SUPPORT= user-destdir -USE_LANGUAGES= # empty -PERL5_PACKLIST= auto/Scalar/Defer/.packlist +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Scalar/Defer/.packlist +PERL5_MODULE_TYPE= Module::Install::Bundled DEPENDS+= p5-Class-InsideOut-[0-9]*:../../devel/p5-Class-InsideOut DEPENDS+= p5-Exporter-Lite-[0-9]*:../../devel/p5-Exporter-Lite diff --git a/devel/p5-Scalar-Defer/distinfo b/devel/p5-Scalar-Defer/distinfo index 7778e29c94e..7e0a372461f 100644 --- a/devel/p5-Scalar-Defer/distinfo +++ b/devel/p5-Scalar-Defer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/05/19 22:46:17 sno Exp $ +$NetBSD: distinfo,v 1.3 2010/03/10 19:15:24 sno Exp $ -SHA1 (Scalar-Defer-0.20.tar.gz) = ec88e15a7d9345f2cf7c354905cf1a37cabe6680 -RMD160 (Scalar-Defer-0.20.tar.gz) = a6fef2031d86f485f14972109f0df1cb32efbcf1 -Size (Scalar-Defer-0.20.tar.gz) = 37128 bytes +SHA1 (Scalar-Defer-0.23.tar.gz) = b5855fac69055f066dcf8f02436c68c086eeef19 +RMD160 (Scalar-Defer-0.23.tar.gz) = eaced055770c1884a1abe09d636a220c10c7ea89 +Size (Scalar-Defer-0.23.tar.gz) = 46716 bytes |