pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Devel-Size Update to 0.80



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b64cc2b7d8eb
branches:  trunk
changeset: 649750:b64cc2b7d8eb
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu Apr 09 01:16:40 2015 +0000

description:
Update to 0.80
--------------
0.80 2015-03-31 nicholas
 [no changes]

0.79_54 2015-03-27 nicholas
  * Fix the definition of padlist_size() for post-5.20 perls.
  * Avoid tests failing because Test::More lazy-loading changes the size of %::
  * Fix the build under 5005 threads. [Not that anyone is using them :-)]

0.79_53 2015-03-25 nicholas
  * Avoid t/recurse.t failing on earlier versions on 32 bit platforms
    (subroutines are smaller than it assumes)
  * Count the size of padlist names in CVs (for v5.18 and later - earlier TODO)
  * Handle PADNAMELIST/PADNAME introduced in v5.21.7
    two patches from Zefram:
  * Add handling of children of METHOP and UNOP_AUX ops [CPAN #102911]
  * More complete handling of padlists for XSUBs [CPAN #102909]

0.79_52 2015-03-20 nicholas
    two patches from Zefram:
  * handle the new METHOP. [CPAN #101071]
  * handle the multideref op, and to a limited extent the UNOP_AUX op class in
    general. [CPAN #102911]

  * As of eacbb37937698a03 (v5.21.6), can't call CvPADLIST on an XSUB.
    More usefully, the slot is now used for XS versioning protection, which
    means that we can be confident that nothing out there is using it for data.
    Reported as [CPAN #102909].
  * Avoid t/recurse.t failing because Test::More::is() has been refactored and
    is now larger than it was. [CPAN #102910].

0.79_51 2015-02-28 nicholas
  * as of 5.20.0, s/// is no longer a reliable test for OOK [CPAN #95493]

0.79_50 2015-02-28 nicholas
    patches from Zefram:
  * wrong test for magicalness [CPAN #88180]
  * reading tied scalar shrinks it [CPAN #88182]

diffstat:

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

diffs (27 lines):

diff -r 3eb9ad7e149c -r b64cc2b7d8eb devel/p5-Devel-Size/Makefile
--- a/devel/p5-Devel-Size/Makefile      Thu Apr 09 01:14:34 2015 +0000
+++ b/devel/p5-Devel-Size/Makefile      Thu Apr 09 01:16:40 2015 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2014/05/29 23:35:51 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2015/04/09 01:16:40 mef Exp $
 
-DISTNAME=      Devel-Size-0.79
+DISTNAME=      Devel-Size-0.80
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Devel/}
 
diff -r 3eb9ad7e149c -r b64cc2b7d8eb devel/p5-Devel-Size/distinfo
--- a/devel/p5-Devel-Size/distinfo      Thu Apr 09 01:14:34 2015 +0000
+++ b/devel/p5-Devel-Size/distinfo      Thu Apr 09 01:16:40 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2013/06/01 03:46:57 obache Exp $
+$NetBSD: distinfo,v 1.5 2015/04/09 01:16:40 mef Exp $
 
-SHA1 (Devel-Size-0.79.tar.gz) = f3ad8debbcbd4129754f0e6c3454a30ae75204c7
-RMD160 (Devel-Size-0.79.tar.gz) = fa604c5b230047a22f06861031dea6e5fdd8b68d
-Size (Devel-Size-0.79.tar.gz) = 69068 bytes
+SHA1 (Devel-Size-0.80.tar.gz) = 9a4b824465e781cb829759a224822d3a6983dec9
+RMD160 (Devel-Size-0.80.tar.gz) = ca213b583fa27bfe5bcde5341e010e4df5049696
+Size (Devel-Size-0.80.tar.gz) = 72856 bytes



Home | Main Index | Thread Index | Old Index