From 75aa04418910049039f5694c43e291d8e6623ecc Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 6 May 2018 06:54:16 +0000 Subject: [PATCH] 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 --- devel/p5-autobox/Makefile | 6 +++--- devel/p5-autobox/distinfo | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/devel/p5-autobox/Makefile b/devel/p5-autobox/Makefile index 2bf817983484..6dec06720714 100644 --- a/devel/p5-autobox/Makefile +++ b/devel/p5-autobox/Makefile @@ -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 --git a/devel/p5-autobox/distinfo b/devel/p5-autobox/distinfo index ba47ad0aba73..7fcfaf690d55 100644 --- a/devel/p5-autobox/distinfo +++ b/devel/p5-autobox/distinfo @@ -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