Skip to content

Commit

Permalink
p5-autobox: update to 2.86.
Browse files Browse the repository at this point in the history
2.86 Fri 20 Apr 20:07:29 2018

    - GH #9: fix bug which prevented autoboxing working
      under the debugger on perl 5.22+ (thanks, skington)
        - added t/debugger.t
    - GH #8: fix bug which prevented bareword method-calls being
      exempted when the method is a variable e.g. Foo->$bar
    - add operator-overloading note to the gotchas section (GH #7)
  • Loading branch information
wiz committed May 2, 2018
1 parent 061be0b commit 0f2b2d8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions devel/p5-autobox/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.18 2017/06/05 14:23:52 ryoon Exp $
# $NetBSD: Makefile,v 1.19 2018/05/02 12:19:01 wiz Exp $

DISTNAME= autobox-2.85
DISTNAME= autobox-2.86
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=autobox/}

Expand All @@ -11,9 +10,10 @@ HOMEPAGE= http://search.cpan.org/dist/autobox/
COMMENT= Perl 5 module to add methods on native types
LICENSE= ${PERL5_LICENSE}

PERL5_PACKLIST= auto/autobox/.packlist

DEPENDS+= p5-Scope-Guard>=0.20:../../devel/p5-Scope-Guard
DEPENDS+= p5-IPC-System-Simple-[0-9]*:../../devel/p5-IPC-System-Simple

PERL5_PACKLIST= auto/autobox/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
10 changes: 5 additions & 5 deletions devel/p5-autobox/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.10 2017/03/11 10:59:36 wen Exp $
$NetBSD: distinfo,v 1.11 2018/05/02 12:19:01 wiz Exp $

SHA1 (autobox-2.85.tar.gz) = 24376337244673d0e21f3565adf44e4bf8aecfa4
RMD160 (autobox-2.85.tar.gz) = d56d501e03907126411ca9d8132d5de2719a679e
SHA512 (autobox-2.85.tar.gz) = 2f9c0ef556655eb19a2e50aa2ec47769ef2fd7bb15806a7f22320be9d79178811c418dbe58cf792fdc48dc3e7b80b70c1882956559373cc6eb152c0b94d52081
Size (autobox-2.85.tar.gz) = 80443 bytes
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

0 comments on commit 0f2b2d8

Please sign in to comment.