Wed Oct 31 11:56:22 2018 UTC ()
Update to 0.41

Upstream changes:
0.41 2018-10-25 10:20:03  garu
  - Check the CowREFCNT of a COWed PV (ATOOMIC)
    this should fix some issues people have been
    having with 0.40 on DBD drives and DBIx::Class
  - Make buildtools files not executable (Mohammad S Anwar)

0.40 2018-10-23 20:001:49  garu
  - reuse COWed PV when cloning (fixes RT97535) (ATOOMIC)
  - extra protection against potential infinite loop (ATOOMIC)
  - improved tests


(wen)
diff -r1.32 -r1.33 pkgsrc/devel/p5-Clone/Makefile
diff -r1.15 -r1.16 pkgsrc/devel/p5-Clone/distinfo

cvs diff -r1.32 -r1.33 pkgsrc/devel/p5-Clone/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Clone/Makefile 2018/08/22 09:43:45 1.32
+++ pkgsrc/devel/p5-Clone/Makefile 2018/10/31 11:56:22 1.33
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.32 2018/08/22 09:43:45 wiz Exp $ 1# $NetBSD: Makefile,v 1.33 2018/10/31 11:56:22 wen Exp $
2 2
3DISTNAME= Clone-0.39 3DISTNAME= Clone-0.41
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Clone/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Clone/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Clone/ 9HOMEPAGE= http://search.cpan.org/dist/Clone/
11COMMENT= Perl module for recursively copying datatypes 10COMMENT= Perl module for recursively copying datatypes
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14PERL5_PACKLIST= auto/Clone/.packlist 13PERL5_PACKLIST= auto/Clone/.packlist
15 14
16.include "../../lang/perl5/module.mk" 15.include "../../lang/perl5/module.mk"
17.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.15 -r1.16 pkgsrc/devel/p5-Clone/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Clone/distinfo 2017/04/09 03:31:21 1.15
+++ pkgsrc/devel/p5-Clone/distinfo 2018/10/31 11:56:22 1.16
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.15 2017/04/09 03:31:21 mef Exp $ 1$NetBSD: distinfo,v 1.16 2018/10/31 11:56:22 wen Exp $
2 2
3SHA1 (Clone-0.39.tar.gz) = 540d41ccd1fde1262fa7dde7a5ef830b25341f20 3SHA1 (Clone-0.41.tar.gz) = e7a47d0243fa658d1654967327fbd6d1c7ccfe47
4RMD160 (Clone-0.39.tar.gz) = f0041dbd224cdd4a1fb0352ca11d3e856b721faf 4RMD160 (Clone-0.41.tar.gz) = 8d70f26e72bbac3822bfea6218c5bb5f34f3fae6
5SHA512 (Clone-0.39.tar.gz) = 5e3feeff7646fb2ea075267962f7f7013186310974cdbb87f779ece0f56baf62e7dbb0afa94816e20675dc03bc5fbe271b9594e12ea441863b78860691822b6b 5SHA512 (Clone-0.41.tar.gz) = fa370fbede205449687b00a255f71295b2056c7897a343758564f80810d2534b8a8eff248f3adf8e96e1a7eded22a2237edb22fb610d0cd84d2fab1352b40dcb
6Size (Clone-0.39.tar.gz) = 13785 bytes 6Size (Clone-0.41.tar.gz) = 14441 bytes