pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-autobox
Module Name: pkgsrc
Committed By: wiz
Date: Sun May 6 06:54:16 UTC 2018
Modified Files:
pkgsrc/devel/p5-autobox: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/p5-autobox/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-autobox/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/p5-autobox/Makefile
diff -u pkgsrc/devel/p5-autobox/Makefile:1.19 pkgsrc/devel/p5-autobox/Makefile:1.20
--- pkgsrc/devel/p5-autobox/Makefile:1.19 Wed May 2 12:19:01 2018
+++ pkgsrc/devel/p5-autobox/Makefile Sun May 6 06:54:16 2018
@@ -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/}
Index: pkgsrc/devel/p5-autobox/distinfo
diff -u pkgsrc/devel/p5-autobox/distinfo:1.11 pkgsrc/devel/p5-autobox/distinfo:1.12
--- pkgsrc/devel/p5-autobox/distinfo:1.11 Wed May 2 12:19:01 2018
+++ pkgsrc/devel/p5-autobox/distinfo Sun May 6 06:54:16 2018
@@ -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