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"
This commit is contained in:
parent
3148fdff3c
commit
413ffc562f
2 changed files with 10 additions and 9 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.36 2021/05/24 19:51:00 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.37 2021/10/10 01:19:55 wen Exp $
|
||||
|
||||
DISTNAME= Make-2.002
|
||||
DISTNAME= Make-2.011
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Make/}
|
||||
|
||||
|
@ -11,8 +10,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
|||
COMMENT= Perl5 module implementing 'make' in Perl
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
# for make test
|
||||
BUILD_DEPENDS+= p5-Test-Compile-[0-9]*:../../devel/p5-Test-Compile
|
||||
DEPENDS+= p5-Graph>=0.9712:../../devel/p5-Graph
|
||||
|
||||
TEST_DEPENDS+= p5-Test-Compile-[0-9]*:../../devel/p5-Test-Compile \
|
||||
p5-Test-Snapshot-[0-9]*:../../devel/p5-Test-Snapshot
|
||||
|
||||
PERL5_PACKLIST= auto/Make/.packlist
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.10 2021/10/07 13:41:46 nia Exp $
|
||||
$NetBSD: distinfo,v 1.11 2021/10/10 01:19:55 wen Exp $
|
||||
|
||||
RMD160 (Make-2.002.tar.gz) = 864d3c9837310c399cfa32ec018dbf3f1e3a8bef
|
||||
SHA512 (Make-2.002.tar.gz) = 22662330081cccde861b108af0ff0875a75ef9a72f965b828066172d79218cf82a8af93db8589673befdd52abf28d7c1ecb98fbd12d7ec7512ba5d22c36eeea7
|
||||
Size (Make-2.002.tar.gz) = 18344 bytes
|
||||
RMD160 (Make-2.011.tar.gz) = 9b6e6c92c4286c1370f5cf719b4fb2752dab47c1
|
||||
SHA512 (Make-2.011.tar.gz) = b1ac446b5cc5145e5630c69f0d4520c8e9169d66a574eb9de064e4ee30449beff4982475929673e6018ed3dbb05080b656716c1de3c07300e011791102ded9aa
|
||||
Size (Make-2.011.tar.gz) = 26194 bytes
|
||||
|
|
Loading…
Reference in a new issue