Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id DCA421A921F for ; Thu, 17 Dec 2020 22:01:06 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3DFFE84DD7; Thu, 17 Dec 2020 22:01:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7872184DD5 for ; Thu, 17 Dec 2020 22:01:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id e3N08zWc91MC for ; Thu, 17 Dec 2020 22:01:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EC6DA84CDA for ; Thu, 17 Dec 2020 22:01:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E578BFA9D; Thu, 17 Dec 2020 22:01:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1608242464240730" MIME-Version: 1.0 Date: Thu, 17 Dec 2020 22:01:04 +0000 From: "Michael Forney" Subject: CVS commit: pkgsrc/devel/samurai To: pkgsrc-changes@NetBSD.org Reply-To: mcf@netbsd.org X-Mailer: log_accum Message-Id: <20201217220104.E578BFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1608242464240730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mcf Date: Thu Dec 17 22:01:04 UTC 2020 Modified Files: pkgsrc/devel/samurai: Makefile distinfo Removed Files: pkgsrc/devel/samurai/patches: patch-graph.c Log Message: samurai: update to 1.2 ## New features - Subtools `list`, `query`, and `commands` are now implemented. - Dry-run execution is now supported (`-n` flag). - The `%o` specifier is now supported in `NINJA_STATUS`, used to display the average rate of finished jobs. ## Bug fixes - Fix version comparison when checking `ninja_required_version` with a version that has multiple digits in some component. ## Other changes - Work around POSIX.1-2008 conformance issue on SunOS-based operating systems. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/samurai/Makefile \ pkgsrc/devel/samurai/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/devel/samurai/patches/patch-graph.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1608242464240730 Content-Disposition: inline Content-Length: 1661 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/samurai/Makefile diff -u pkgsrc/devel/samurai/Makefile:1.4 pkgsrc/devel/samurai/Makefile:1.5 --- pkgsrc/devel/samurai/Makefile:1.4 Sat Jun 13 17:50:40 2020 +++ pkgsrc/devel/samurai/Makefile Thu Dec 17 22:01:04 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2020/06/13 17:50:40 nia Exp $ +# $NetBSD: Makefile,v 1.5 2020/12/17 22:01:04 mcf Exp $ -DISTNAME= samurai-1.1 +DISTNAME= samurai-1.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=michaelforney/} GITHUB_RELEASE= ${PKGVERSION_NOREV} Index: pkgsrc/devel/samurai/distinfo diff -u pkgsrc/devel/samurai/distinfo:1.4 pkgsrc/devel/samurai/distinfo:1.5 --- pkgsrc/devel/samurai/distinfo:1.4 Thu Nov 12 01:24:35 2020 +++ pkgsrc/devel/samurai/distinfo Thu Dec 17 22:01:04 2020 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.4 2020/11/12 01:24:35 gutteridge Exp $ +$NetBSD: distinfo,v 1.5 2020/12/17 22:01:04 mcf Exp $ -SHA1 (samurai-1.1.tar.gz) = 22e9f7ed5e96db903b903660bf8dc0bee955cc16 -RMD160 (samurai-1.1.tar.gz) = 382a2f7b35500e875b2500446f710a800091dd26 -SHA512 (samurai-1.1.tar.gz) = b27302c34d736f483909e57c8b162609eaa4c86571c1167b71a5564b521cc3af2861307a16bb6dca55e80952088989e9526b103160d2ea054d15f4ed85b1cedb -Size (samurai-1.1.tar.gz) = 32023 bytes -SHA1 (patch-graph.c) = 5ac00930eca760beb787a8b950eb2c3ca577d78a +SHA1 (samurai-1.2.tar.gz) = b3afe2ad097f5e5e0a36781f058382e2a4d4d5bc +RMD160 (samurai-1.2.tar.gz) = 123a18bafa89b12a5ecb46c95f6cdf5a7639c3a5 +SHA512 (samurai-1.2.tar.gz) = bbe6a582c34b04f1df53b76c1647aa3e03c4698ebf7591a203935f11ffa05971bbcb86dc1a8c06aeb904cdc741abb08918122810fc47216fed0a6d9f87fd1225 +Size (samurai-1.2.tar.gz) = 32709 bytes --_----------=_1608242464240730--