Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2FE4D84D52 for ; Sat, 8 Jul 2023 21:32:17 +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 2QW5eC8zjMlL for ; Sat, 8 Jul 2023 21:32:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B8A3F84CF3 for ; Sat, 8 Jul 2023 21:32:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B257DFBDB; Sat, 8 Jul 2023 21:32:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168885193619680" MIME-Version: 1.0 Date: Sat, 8 Jul 2023 21:32:16 +0000 From: "Paolo Vincenzo Olivo" Subject: CVS commit: pkgsrc/sysutils To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: vins@netbsd.org X-Mailer: log_accum Message-Id: <20230708213216.B257DFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168885193619680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: vins Date: Sat Jul 8 21:32:16 UTC 2023 Modified Files: pkgsrc/sysutils: Makefile Log Message: + lscpu To generate a diff of this commit: cvs rdiff -u -r1.1059 -r1.1060 pkgsrc/sysutils/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168885193619680 Content-Disposition: inline Content-Length: 561 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/Makefile diff -u pkgsrc/sysutils/Makefile:1.1059 pkgsrc/sysutils/Makefile:1.1060 --- pkgsrc/sysutils/Makefile:1.1059 Mon Jun 26 12:24:03 2023 +++ pkgsrc/sysutils/Makefile Sat Jul 8 21:32:16 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1059 2023/06/26 12:24:03 wiz Exp $ +# $NetBSD: Makefile,v 1.1060 2023/07/08 21:32:16 vins Exp $ # COMMENT= System utilities @@ -426,6 +426,7 @@ SUBDIR+= logfinder SUBDIR+= logrider SUBDIR+= logrot SUBDIR+= logrotate +SUBDIR+= lscpu SUBDIR+= lsd SUBDIR+= lsfp SUBDIR+= lsof --_----------=_168885193619680--