Sun Oct 10 01:19:55 2021 UTC ()
Update to 2.011
Update DEPENDS

Upstream changes:
2.011 2020-12-23
- add_suffix function - thanks @jwrightecs

2.010 2020-12-06
- as_graph(no_rules) uses multiedged to store recipes in edges, redundancy function uses

2.009 2020-11-23
- parse returns self for chaining
- find_recursive_makes method
- as_graph recursive_make, no_rules options
- --analyse-redundancy flag for script

2.008 2020-11-21
- more accurate deps version
- name_encode and name_decode
- as_graph method

2.007 2020-11-18
- add Rule.recipe_raw

2.006 2020-11-18
- internal changes

2.005 2020-11-16
- doc has_target more accurately
- add targets method

2.004 2020-11-06
- identify default target better

2.003 2020-11-01
- optional new param InDir to be "current dir"


(wen)
diff -r1.36 -r1.37 pkgsrc/devel/p5-Make/Makefile
diff -r1.10 -r1.11 pkgsrc/devel/p5-Make/distinfo

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

--- pkgsrc/devel/p5-Make/Makefile 2021/05/24 19:51:00 1.36
+++ pkgsrc/devel/p5-Make/Makefile 2021/10/10 01:19:55 1.37
@@ -1,20 +1,21 @@ @@ -1,20 +1,21 @@
1# $NetBSD: Makefile,v 1.36 2021/05/24 19:51:00 wiz Exp $ 1# $NetBSD: Makefile,v 1.37 2021/10/10 01:19:55 wen Exp $
2 2
3DISTNAME= Make-2.002 3DISTNAME= Make-2.011
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
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
10#HOMEPAGE= http://www.ni-s.u-net.com/ 9#HOMEPAGE= http://www.ni-s.u-net.com/
11COMMENT= Perl5 module implementing 'make' in Perl 10COMMENT= Perl5 module implementing 'make' in Perl
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14# for make test 13DEPENDS+= p5-Graph>=0.9712:../../devel/p5-Graph
15BUILD_DEPENDS+= p5-Test-Compile-[0-9]*:../../devel/p5-Test-Compile 14
 15TEST_DEPENDS+= p5-Test-Compile-[0-9]*:../../devel/p5-Test-Compile \
 16 p5-Test-Snapshot-[0-9]*:../../devel/p5-Test-Snapshot
16 17
17PERL5_PACKLIST= auto/Make/.packlist 18PERL5_PACKLIST= auto/Make/.packlist
18 19
19.include "../../lang/perl5/module.mk" 20.include "../../lang/perl5/module.mk"
20.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/p5-Make/distinfo 2021/10/07 13:41:46 1.10
+++ pkgsrc/devel/p5-Make/distinfo 2021/10/10 01:19:55 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2021/10/07 13:41:46 nia Exp $ 1$NetBSD: distinfo,v 1.11 2021/10/10 01:19:55 wen Exp $
2 2
3RMD160 (Make-2.002.tar.gz) = 864d3c9837310c399cfa32ec018dbf3f1e3a8bef 3RMD160 (Make-2.011.tar.gz) = 9b6e6c92c4286c1370f5cf719b4fb2752dab47c1
4SHA512 (Make-2.002.tar.gz) = 22662330081cccde861b108af0ff0875a75ef9a72f965b828066172d79218cf82a8af93db8589673befdd52abf28d7c1ecb98fbd12d7ec7512ba5d22c36eeea7 4SHA512 (Make-2.011.tar.gz) = b1ac446b5cc5145e5630c69f0d4520c8e9169d66a574eb9de064e4ee30449beff4982475929673e6018ed3dbb05080b656716c1de3c07300e011791102ded9aa
5Size (Make-2.002.tar.gz) = 18344 bytes 5Size (Make-2.011.tar.gz) = 26194 bytes