Fri Apr 29 13:58:47 2016 UTC ()
(pkgsrc)
 - Add ${PERL5_LICENSE}
 - Add Following line for make test
    +BUILD_DEPENDS+= p5-Test-Compile-[0-9]*:../../devel/p5-Test-Compile
(upstream)
 - Updated to devel/p5-Make-1.1.2
------------------------------
Changes in 1.1.2
    fixed declaration of minimum Test::Compile version
        a number of CPANtesters failures occured because
        the test had an older non-OO version installed
    use strict, use warnings everywhere, other bits of cleanup

Changes in 1.1.1
    clean-up with tidyall/perltidy, add configs for them
    add tidy related tests
    use strict and warnings in all tests
    mostly releasing to get properly CPAN indexed

Changes in 1.1.0
        Cheat to allow installation on Strawberry Perl 5.22.0
        add META.yml and META.json
        modernize Makefile.PL
        add /lib and move Make.pm there
        match up distribution and module version numbers


(mef)
diff -r1.22 -r1.23 pkgsrc/devel/p5-Make/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/p5-Make/distinfo

cvs diff -r1.22 -r1.23 pkgsrc/devel/p5-Make/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Make/Makefile 2015/06/12 10:49:24 1.22
+++ pkgsrc/devel/p5-Make/Makefile 2016/04/29 13:58:47 1.23
@@ -1,16 +1,19 @@ @@ -1,16 +1,19 @@
1# $NetBSD: Makefile,v 1.22 2015/06/12 10:49:24 wiz Exp $ 1# $NetBSD: Makefile,v 1.23 2016/04/29 13:58:47 mef Exp $
2 2
3DISTNAME= Make-1.00 3DISTNAME= Make-1.1.2
4PKGNAME= p5-Make-1.00 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 9 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Make/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Make/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.ni-s.u-net.com/ 9HOMEPAGE= http://www.ni-s.u-net.com/
11COMMENT= Perl5 module implementing 'make' in Perl 10COMMENT= Perl5 module implementing 'make' in Perl
 11LICENSE= ${PERL5_LICENSE}
 12
 13# for make test
 14BUILD_DEPENDS+= p5-Test-Compile-[0-9]*:../../devel/p5-Test-Compile
12 15
13PERL5_PACKLIST= auto/Make/.packlist 16PERL5_PACKLIST= auto/Make/.packlist
14 17
15.include "../../lang/perl5/module.mk" 18.include "../../lang/perl5/module.mk"
16.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/devel/p5-Make/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Make/distinfo 2015/11/03 03:28:26 1.4
+++ pkgsrc/devel/p5-Make/distinfo 2016/04/29 13:58:47 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2015/11/03 03:28:26 agc Exp $ 1$NetBSD: distinfo,v 1.5 2016/04/29 13:58:47 mef Exp $
2 2
3SHA1 (Make-1.00.tar.gz) = 621c3848812790ed170b03cbdc0e22c767577148 3SHA1 (Make-1.1.2.tar.gz) = 05923ad844a406a37a7ff276c816370682244279
4RMD160 (Make-1.00.tar.gz) = d49de842df9ee7c60d48d1074cc01a7aee444059 4RMD160 (Make-1.1.2.tar.gz) = 09e8324c2fcd7bb8c1a89ea8e4c62a46393d81c1
5SHA512 (Make-1.00.tar.gz) = ebfa1005ec9be200833facba1f2a29d963fd5104b5f46e39da2e4c0af312063e79db84814ad845af8e2a70671133e54a1e2d90322073054b45ae8d96fa2d551d 5SHA512 (Make-1.1.2.tar.gz) = 5775c5c65e34e9351104115195bcd46dcfe0135afa21ec2f130dd14ac24cbc14c587b5b32b4fce7a1b556ef672ae0ed7377b925c6b4dc9d79a2b0c84901ef810
6Size (Make-1.00.tar.gz) = 12425 bytes 6Size (Make-1.1.2.tar.gz) = 14325 bytes