diff options
author | mef <mef@pkgsrc.org> | 2015-04-25 08:30:31 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-04-25 08:30:31 +0000 |
commit | dfd60ab6a777faa8f98cdedd374bf321d6f50498 (patch) | |
tree | b26dd660da7696ab7a470359ce6d5bc685ee0687 /devel | |
parent | ecd830ef4876e2e1c4a19ce52d49044a1e71d00c (diff) | |
download | pkgsrc-dfd60ab6a777faa8f98cdedd374bf321d6f50498.tar.gz |
Update 0.21 to 0.25
-------------------
0.22 Sun 15 Dec 2013 17:08:35 GMT
- Prevent return from being optimised away by newer (>= 5.19.7) Perls.
This is a patch supplied by @wolfsage: see
https://github.com/robinhouston/Want/pull/1
0.23 Mon 24 Mar 2014 00:28:36 GMT
- Accommodate a bleadperl change to the optree, made in
7d3c8a6837b55fff0e6294ebf8c94a1601367c76.
This is bug #94086 for Want, and bug #121342 for perl5.
0.24 Tue 2 Dec 2014 10:22:39 GMT
- Accommodate another bleadperl change. Patch provided by Father Chrysostomos at
https://rt.cpan.org/Public/Bug/Display.html?id=100626
0.25 Wed 10 Dec 2014 19:31:03 GMT
- Add support for the new OP_MULTIDEREF
Perl has a new op, added as a performance optimisation
in fedf30e1c349130b23648c022f5f3cb4ad7928f3, to
represent a sequence of array/hash dereferences. This
patch adds support for the new op.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Want/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Want/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Want/Makefile b/devel/p5-Want/Makefile index 1ce57eed4cf..45cf2fcf980 100644 --- a/devel/p5-Want/Makefile +++ b/devel/p5-Want/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.22 2014/05/29 23:36:26 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2015/04/25 08:30:31 mef Exp $ -DISTNAME= Want-0.21 +DISTNAME= Want-0.25 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/ROBIN/} # this is a hack MAINTAINER= rhaen@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Want/ COMMENT= Perl module providing a generalisation of wantarray +LICENSE= ${PERL5_LICENSE} PERL5_PACKLIST= auto/Want/.packlist diff --git a/devel/p5-Want/distinfo b/devel/p5-Want/distinfo index f9141415455..d509c4ed05f 100644 --- a/devel/p5-Want/distinfo +++ b/devel/p5-Want/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2012/05/09 05:09:55 rhaen Exp $ +$NetBSD: distinfo,v 1.11 2015/04/25 08:30:31 mef Exp $ -SHA1 (Want-0.21.tar.gz) = 128589cfcdb9bd5ec4cd60a7296955ec99f161b3 -RMD160 (Want-0.21.tar.gz) = 07bdf2d672577ef3a5fd71c5dd13e3267163344f -Size (Want-0.21.tar.gz) = 18607 bytes +SHA1 (Want-0.25.tar.gz) = cf940ea39a1bda5a942ba204367a9e69165fcbda +RMD160 (Want-0.25.tar.gz) = 17b91403e50b80d91ff50d421e990ff0c996ed7b +Size (Want-0.25.tar.gz) = 19400 bytes |