pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-autobox p5-autobox: update to 3....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7fc44b1b9b10
branches:  trunk
changeset: 307390:7fc44b1b9b10
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun May 06 06:54:16 2018 +0000
description:
p5-autobox: update to 3.0.1.

3.0.1 Sat 5 May 20:50:14 2018

    - GH #11: fix version declaration on 5.8 (thanks, Grinnz)

3.0.0 Sat 5 May 18:10:16 2018

    - breaking change:
        - the behaviour of UNIVERSAL methods like $native->can and
          $native->isa is now defined as being the same as when autobox
          is not enabled rather than "undefined". (technically, this
          still falls under the rubric of "undefined", but the switch
          from "don't know" to "don't" could break buggy code, so bump
          for safety)
        - add DOES to the list of non-autoboxed methods
    - switch to SemVer i.e. 2.86 (v2.860.0) -> 3.0.0 (v3.0.0)
    - upgrade ppport.h from 3.35 -> 3.42

diffstat:

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

diffs (29 lines):

diff -r b4478b6ecd0c -r 7fc44b1b9b10 devel/p5-autobox/Makefile
--- a/devel/p5-autobox/Makefile Sun May 06 06:46:23 2018 +0000
+++ b/devel/p5-autobox/Makefile Sun May 06 06:54:16 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2018/05/02 12:19:01 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2018/05/06 06:54:16 wiz Exp $
 
-DISTNAME=      autobox-2.86
-PKGNAME=       p5-${DISTNAME}
+DISTNAME=      autobox-v3.0.1
+PKGNAME=       p5-${DISTNAME:S/v//}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=autobox/}
 
diff -r b4478b6ecd0c -r 7fc44b1b9b10 devel/p5-autobox/distinfo
--- a/devel/p5-autobox/distinfo Sun May 06 06:46:23 2018 +0000
+++ b/devel/p5-autobox/distinfo Sun May 06 06:54:16 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2018/05/02 12:19:01 wiz Exp $
+$NetBSD: distinfo,v 1.12 2018/05/06 06:54:16 wiz Exp $
 
-SHA1 (autobox-2.86.tar.gz) = 3f88f8ea7a9f2249c8ce8050c4eb93c2c778ec7b
-RMD160 (autobox-2.86.tar.gz) = 6ecbbd73f5cdfac8fe6ca64b7ace33179d80b17a
-SHA512 (autobox-2.86.tar.gz) = ab4d41cfddb10a03e6bdb47a81cbf2a41f5c2f518dd674e9af17a3127589d8b4d84d50f4293291517fb24b9c1b022dfcecafd7acf5d0d1e693528353ccc9c186
-Size (autobox-2.86.tar.gz) = 85350 bytes
+SHA1 (autobox-v3.0.1.tar.gz) = 1f9e9952a9e5371ee5b7703523e6789f389c9ad0
+RMD160 (autobox-v3.0.1.tar.gz) = a6fb5a8f7017cc1d1b21033a63e041a49a214221
+SHA512 (autobox-v3.0.1.tar.gz) = 401d5e87e15cf26362a88e5d23d8c9e842b951c03ac7010da2317af5ea897fa1fe2e4862cc5c691f25851fd5ba5398935c27f6d9f87fbc2fe52bb68a25d3d3a0
+Size (autobox-v3.0.1.tar.gz) = 87047 bytes



Home | Main Index | Thread Index | Old Index