summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormef <mef>2015-04-25 08:30:31 +0000
committermef <mef>2015-04-25 08:30:31 +0000
commit0cc0187276540414c6f2d758f1794af6186b399b (patch)
treeb26dd660da7696ab7a470359ce6d5bc685ee0687
parent23cc0de7650661fd4d18a34030d6485ec77b1628 (diff)
downloadpkgsrc-0cc0187276540414c6f2d758f1794af6186b399b.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.
-rw-r--r--devel/p5-Want/Makefile6
-rw-r--r--devel/p5-Want/distinfo8
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