Sun Sep 17 09:44:52 2017 UTC ()
p5-Context-Preserve: update to 0.02.

0.02      2017-05-11 13:28:50Z
        - convert packaging to Dist::Zilla, resolving RT#120824


(wiz)
diff -r1.11 -r1.12 pkgsrc/devel/p5-Context-Preserve/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/p5-Context-Preserve/distinfo
diff -r1.1 -r0 pkgsrc/devel/p5-Context-Preserve/patches/patch-Makefile.PL

cvs diff -r1.11 -r1.12 pkgsrc/devel/p5-Context-Preserve/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Context-Preserve/Makefile 2017/06/05 14:22:46 1.11
+++ pkgsrc/devel/p5-Context-Preserve/Makefile 2017/09/17 09:44:52 1.12
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.11 2017/06/05 14:22:46 ryoon Exp $ 1# $NetBSD: Makefile,v 1.12 2017/09/17 09:44:52 wiz Exp $
2 2
3DISTNAME= Context-Preserve-0.01 3DISTNAME= Context-Preserve-0.02
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 9 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../../authors/id/J/JR/JROCKWAY/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../../authors/id/E/ET/ETHER/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Context-Preserve/ 9HOMEPAGE= http://search.cpan.org/dist/Context-Preserve/
11COMMENT= Perl 5 module to run code after a subroutine call 10COMMENT= Perl 5 module to run code after a subroutine call
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception 13BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
15BUILD_DEPENDS+= p5-Test-Simple>=1.001010:../../devel/p5-Test-Simple 14BUILD_DEPENDS+= p5-Test-Simple>=1.001010:../../devel/p5-Test-Simple
16 15
17USE_LANGUAGES= # empty 16USE_LANGUAGES= # empty
18PERL5_PACKLIST= auto/Context/Preserve/.packlist 17PERL5_PACKLIST= auto/Context/Preserve/.packlist
19 18
20.include "../../lang/perl5/module.mk" 19.include "../../lang/perl5/module.mk"

cvs diff -r1.3 -r1.4 pkgsrc/devel/p5-Context-Preserve/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Context-Preserve/distinfo 2017/06/07 14:42:25 1.3
+++ pkgsrc/devel/p5-Context-Preserve/distinfo 2017/09/17 09:44:52 1.4
@@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
1$NetBSD: distinfo,v 1.3 2017/06/07 14:42:25 ryoon Exp $ 1$NetBSD: distinfo,v 1.4 2017/09/17 09:44:52 wiz Exp $
2 2
3SHA1 (Context-Preserve-0.01.tar.gz) = 0cf4e0bfd6ef3967b6671ff1ed93d51536d53806 3SHA1 (Context-Preserve-0.02.tar.gz) = a7ccfb5b957a1e60baeb195d666df6437cd9caa8
4RMD160 (Context-Preserve-0.01.tar.gz) = 7823a552765028d885c1ab00473965d81de6b6ef 4RMD160 (Context-Preserve-0.02.tar.gz) = 2a48c8bfc9ec57bc3e0ea93a9ccb98dd3a6cc282
5SHA512 (Context-Preserve-0.01.tar.gz) = f579fdb935fb3d73375d1420db4f2357fae8a9feb350f5967f17dfe67074c02a5567180151fff6387324d995782a720e704cb0f5f5332623e88730117c3fe160 5SHA512 (Context-Preserve-0.02.tar.gz) = e5c230e38430c6ea9b7ed75e075a12454262adf1883e5ab6ada4696099e2f246d0f9b613934b4197b0529e126ea083d12d9bbe4ece5cfb82a93f913b7d70b068
6Size (Context-Preserve-0.01.tar.gz) = 13158 bytes 6Size (Context-Preserve-0.02.tar.gz) = 25305 bytes
7SHA1 (patch-Makefile.PL) = 2cb49750775a52f0cd026c767e01ac24ede270b0 

File Deleted: pkgsrc/devel/p5-Context-Preserve/patches/Attic/patch-Makefile.PL