pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Want Update 0.21 to 0.25



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2466c0723c04
branches:  trunk
changeset: 650618:2466c0723c04
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Apr 25 08:30:31 2015 +0000

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

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

diffs (34 lines):

diff -r 94c85cb507b8 -r 2466c0723c04 devel/p5-Want/Makefile
--- a/devel/p5-Want/Makefile    Sat Apr 25 08:30:26 2015 +0000
+++ b/devel/p5-Want/Makefile    Sat Apr 25 08:30:31 2015 +0000
@@ -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@localhost
 HOMEPAGE=      http://search.cpan.org/dist/Want/
 COMMENT=       Perl module providing a generalisation of wantarray
+LICENSE=       ${PERL5_LICENSE}
 
 PERL5_PACKLIST=                auto/Want/.packlist
 
diff -r 94c85cb507b8 -r 2466c0723c04 devel/p5-Want/distinfo
--- a/devel/p5-Want/distinfo    Sat Apr 25 08:30:26 2015 +0000
+++ b/devel/p5-Want/distinfo    Sat Apr 25 08:30:31 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index