Sun Sep 17 12:59:48 2017 UTC ()
p5-Regexp-Assemble: update to 0.38.

0.38  2017-06-20T08:51:00
        - Fix test prereqs; pod tests moved to xt (RT#122136, RT#122137)
                Many thanx to Karen Etheridge for these patches.
                Note: I (Ron) have no idea where the version 2.07 originally comes from, although I have
                seen it before. It was not in the very first distro I got my hands on. Anyway, I've
                reverted Karen's patch to 0.38 to match the current sequence of version #s. Apart from
                that, all these fine improvements are hers. If this version # causes difficulties, I'll
                just bump it to 2.08.
        - Adopt new repo structure. For details, see
                http://savage.net.au/Ron/html/My.Workflow.for.Building.Distros.html. Specifically:
                o Delete MANIFEST and META.yml, and hereafter auto-generate them.
                o Modernize .gitignore and MANIFEST.SKIP.
                o The code says Perl licence but the LICENCE file says Artistic, so replace LICENCE file
                        with LICENSE (so spelled), which says Perl.


(wiz)
diff -r1.16 -r1.17 pkgsrc/devel/p5-Regexp-Assemble/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/p5-Regexp-Assemble/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/devel/p5-Regexp-Assemble/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Regexp-Assemble/Makefile 2017/06/05 14:23:32 1.16
+++ pkgsrc/devel/p5-Regexp-Assemble/Makefile 2017/09/17 12:59:48 1.17
@@ -1,19 +1,17 @@ @@ -1,19 +1,17 @@
1# $NetBSD: Makefile,v 1.16 2017/06/05 14:23:32 ryoon Exp $ 1# $NetBSD: Makefile,v 1.17 2017/09/17 12:59:48 wiz Exp $
2# 
3 2
4DISTNAME= Regexp-Assemble-0.37 3DISTNAME= Regexp-Assemble-0.38
5PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7CATEGORIES= devel perl5 5CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Regexp/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Regexp/}
9EXTRACT_SUFX= .tgz 7EXTRACT_SUFX= .tgz
10 8
11MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://search.cpan.org/dist/Regexp-Assemble/ 10HOMEPAGE= http://search.cpan.org/dist/Regexp-Assemble/
13COMMENT= Perl 5 module to assemble multiple regular expressions 11COMMENT= Perl 5 module to assemble multiple regular expressions
14LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
15 13
16PERL5_PACKLIST= auto/Regexp/Assemble/.packlist 14PERL5_PACKLIST= auto/Regexp/Assemble/.packlist
17 15
18.include "../../lang/perl5/module.mk" 16.include "../../lang/perl5/module.mk"
19.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/devel/p5-Regexp-Assemble/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Regexp-Assemble/distinfo 2016/07/27 00:10:12 1.6
+++ pkgsrc/devel/p5-Regexp-Assemble/distinfo 2017/09/17 12:59:48 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2016/07/27 00:10:12 wen Exp $ 1$NetBSD: distinfo,v 1.7 2017/09/17 12:59:48 wiz Exp $
2 2
3SHA1 (Regexp-Assemble-0.37.tgz) = 52c84752ec2a62c463e0144015837b2e8397df4c 3SHA1 (Regexp-Assemble-0.38.tgz) = 5a4dd07234b277b36d46009d308756d5c3f7bf60
4RMD160 (Regexp-Assemble-0.37.tgz) = df3036b7c26714a74af80ef41610885a64c61cd9 4RMD160 (Regexp-Assemble-0.38.tgz) = 04f936d80ecb35b57d35690e37e8783b907f2424
5SHA512 (Regexp-Assemble-0.37.tgz) = 2b21154c814fec9b0fc0affc3c7751e17bd93e5d0b42c13379131498ea2c4ea340316a01045d936dbc9b0e8cfdb1afa7b778936083d04cc533766942fd46c407 5SHA512 (Regexp-Assemble-0.38.tgz) = 65f4fefe2ad93bda1a9a367bfd660702ad3fbdef122d4272766afa96b863b7a85850be3261162a9362dba01af8dfc055435f6b125b3268c4f48d46cfc9664ef7
6Size (Regexp-Assemble-0.37.tgz) = 100414 bytes 6Size (Regexp-Assemble-0.38.tgz) = 106551 bytes