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 to 0.26



details:   https://anonhg.NetBSD.org/pkgsrc/rev/03c3b66ae024
branches:  trunk
changeset: 650951:03c3b66ae024
user:      mef <mef%pkgsrc.org@localhost>
date:      Wed Apr 29 11:42:04 2015 +0000

description:
Update to 0.26
--------------
0.26  Tue 28 Apr 2015 12:31:17 BST
    - There is a new experimental option in bleadperl under which one ought not to use
      the op_sibling field directly. Quoting from perlguts.pod:

        Starting in version 5.21.2, perls built with the experimental
        define C<-DPERL_OP_PARENT> add an extra boolean flag for each op,
        C<op_moresib>.  When not set, this indicates that this is the last op in an
        C<OpSIBLING> chain. This frees up the C<op_sibling> field on the last
        sibling to point back to the parent op. Under this build, that field is
        also renamed C<op_sibparent> to reflect its joint role. The macro
        C<OpSIBLING(o)> wraps this special behaviour, and always returns NULL on
        the last sibling.  With this build the C<op_parent(o)> function can be
        used to find the parent of any op. Thus for forward compatibility, you
        should always use the C<OpSIBLING(o)> macro rather than accessing
        C<op_sibling> directly.

      Thanks to Reini Urban for the patch.

diffstat:

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

diffs (25 lines):

diff -r 0b88b82be367 -r 03c3b66ae024 devel/p5-Want/Makefile
--- a/devel/p5-Want/Makefile    Wed Apr 29 11:31:03 2015 +0000
+++ b/devel/p5-Want/Makefile    Wed Apr 29 11:42:04 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2015/04/25 08:30:31 mef Exp $
+# $NetBSD: Makefile,v 1.24 2015/04/29 11:42:04 mef Exp $
 
-DISTNAME=      Want-0.25
+DISTNAME=      Want-0.26
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Algorithm/ROBIN/} # this is a hack
diff -r 0b88b82be367 -r 03c3b66ae024 devel/p5-Want/distinfo
--- a/devel/p5-Want/distinfo    Wed Apr 29 11:31:03 2015 +0000
+++ b/devel/p5-Want/distinfo    Wed Apr 29 11:42:04 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2015/04/25 08:30:31 mef Exp $
+$NetBSD: distinfo,v 1.12 2015/04/29 11:42:04 mef Exp $
 
-SHA1 (Want-0.25.tar.gz) = cf940ea39a1bda5a942ba204367a9e69165fcbda
-RMD160 (Want-0.25.tar.gz) = 17b91403e50b80d91ff50d421e990ff0c996ed7b
-Size (Want-0.25.tar.gz) = 19400 bytes
+SHA1 (Want-0.26.tar.gz) = 04161dfd8a59dd23d62ce8ba0294ddbc9b2d5581
+RMD160 (Want-0.26.tar.gz) = c189e2a112e6b20eb9e54358071a060829294ebc
+Size (Want-0.26.tar.gz) = 19866 bytes



Home | Main Index | Thread Index | Old Index