Received: by mail.netbsd.org (Postfix, from userid 605) id D8E4A84D55; Sun, 10 Oct 2021 01:19:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1AEEA84D26 for ; Sun, 10 Oct 2021 01:19:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id xwSWBtbYW4H7 for ; Sun, 10 Oct 2021 01:19:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7BF7E84D24 for ; Sun, 10 Oct 2021 01:19:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 75878FA97; Sun, 10 Oct 2021 01:19:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163382879590930" MIME-Version: 1.0 Date: Sun, 10 Oct 2021 01:19:55 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Make To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20211010011955.75878FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163382879590930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Oct 10 01:19:55 UTC 2021 Modified Files: pkgsrc/devel/p5-Make: Makefile distinfo Log Message: 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" To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/p5-Make/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/p5-Make/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163382879590930 Content-Disposition: inline Content-Length: 1896 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Make/Makefile diff -u pkgsrc/devel/p5-Make/Makefile:1.36 pkgsrc/devel/p5-Make/Makefile:1.37 --- pkgsrc/devel/p5-Make/Makefile:1.36 Mon May 24 19:51:00 2021 +++ pkgsrc/devel/p5-Make/Makefile Sun Oct 10 01:19:55 2021 @@ -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 Index: pkgsrc/devel/p5-Make/distinfo diff -u pkgsrc/devel/p5-Make/distinfo:1.10 pkgsrc/devel/p5-Make/distinfo:1.11 --- pkgsrc/devel/p5-Make/distinfo:1.10 Thu Oct 7 13:41:46 2021 +++ pkgsrc/devel/p5-Make/distinfo Sun Oct 10 01:19:55 2021 @@ -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 --_----------=_163382879590930--