Received: by mail.netbsd.org (Postfix, from userid 605) id 825E684D6C; Wed, 5 May 2021 11:47:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BE8AB84D64 for ; Wed, 5 May 2021 11:47:31 +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 N3QyFwA7mbL7 for ; Wed, 5 May 2021 11:47:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5852184CD9 for ; Wed, 5 May 2021 11:47:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5592CFA95; Wed, 5 May 2021 11:47:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162021525162070" MIME-Version: 1.0 Date: Wed, 5 May 2021 11:47:31 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/sysutils To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20210505114731.5592CFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162021525162070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Wed May 5 11:47:31 UTC 2021 Modified Files: pkgsrc/sysutils: Makefile Log Message: sysutils: +hs-process-extras To generate a diff of this commit: cvs rdiff -u -r1.953 -r1.954 pkgsrc/sysutils/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162021525162070 Content-Disposition: inline Content-Length: 607 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/Makefile diff -u pkgsrc/sysutils/Makefile:1.953 pkgsrc/sysutils/Makefile:1.954 --- pkgsrc/sysutils/Makefile:1.953 Wed May 5 09:49:17 2021 +++ pkgsrc/sysutils/Makefile Wed May 5 11:47:31 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.953 2021/05/05 09:49:17 pho Exp $ +# $NetBSD: Makefile,v 1.954 2021/05/05 11:47:31 pho Exp $ # COMMENT= System utilities @@ -332,6 +332,7 @@ SUBDIR+= hivex SUBDIR+= hs-byteorder SUBDIR+= hs-filepattern SUBDIR+= hs-hslua-module-path +SUBDIR+= hs-process-extras SUBDIR+= hs-temporary SUBDIR+= hs-typed-process SUBDIR+= htop --_----------=_162021525162070--