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:           Wed May  2 12:19:01 UTC 2018

Modified Files:
        pkgsrc/devel/p5-autobox: Makefile distinfo

Log Message:
p5-autobox: update to 2.86.

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)


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/p5-autobox/Makefile
cvs rdiff -u -r1.10 -r1.11 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.18 pkgsrc/devel/p5-autobox/Makefile:1.19
--- pkgsrc/devel/p5-autobox/Makefile:1.18       Mon Jun  5 14:23:52 2017
+++ pkgsrc/devel/p5-autobox/Makefile    Wed May  2 12:19:01 2018
@@ -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/}
 
@@ -11,9 +10,10 @@ HOMEPAGE=    http://search.cpan.org/dist/au
 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"

Index: pkgsrc/devel/p5-autobox/distinfo
diff -u pkgsrc/devel/p5-autobox/distinfo:1.10 pkgsrc/devel/p5-autobox/distinfo:1.11
--- pkgsrc/devel/p5-autobox/distinfo:1.10       Sat Mar 11 10:59:36 2017
+++ pkgsrc/devel/p5-autobox/distinfo    Wed May  2 12:19:01 2018
@@ -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



Home | Main Index | Thread Index | Old Index