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 CAC6D1A923C for ; Mon, 14 Dec 2020 15:17:13 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3EE6884D93; Mon, 14 Dec 2020 15:17:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 79A5A84D91 for ; Mon, 14 Dec 2020 15:17:12 +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 bD0t8IqDSQNv for ; Mon, 14 Dec 2020 15:17:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F231484D84 for ; Mon, 14 Dec 2020 15:17:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EB819FA9D; Mon, 14 Dec 2020 15:17:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160795903136710" MIME-Version: 1.0 Date: Mon, 14 Dec 2020 15:17:11 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20201214151711.EB819FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160795903136710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Mon Dec 14 15:17:11 UTC 2020 Modified Files: pkgsrc/devel: Makefile pkgsrc/doc: CHANGES-2020 Log Message: doc: add devel/cpu_features To generate a diff of this commit: cvs rdiff -u -r1.3297 -r1.3298 pkgsrc/devel/Makefile cvs rdiff -u -r1.6754 -r1.6755 pkgsrc/doc/CHANGES-2020 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160795903136710 Content-Disposition: inline Content-Length: 1502 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3297 pkgsrc/devel/Makefile:1.3298 --- pkgsrc/devel/Makefile:1.3297 Mon Dec 14 03:35:23 2020 +++ pkgsrc/devel/Makefile Mon Dec 14 15:17:11 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3297 2020/12/14 03:35:23 mef Exp $ +# $NetBSD: Makefile,v 1.3298 2020/12/14 15:17:11 tnn Exp $ # COMMENT= Development utilities @@ -33,8 +33,8 @@ SUBDIR+= R-covr SUBDIR+= R-crayon SUBDIR+= R-cyclocomp SUBDIR+= R-desc -SUBDIR+= R-diffobj SUBDIR+= R-devtools +SUBDIR+= R-diffobj SUBDIR+= R-evaluate SUBDIR+= R-fansi SUBDIR+= R-fs @@ -230,6 +230,7 @@ SUBDIR+= cppcheck SUBDIR+= cppunit SUBDIR+= cpputest SUBDIR+= cproto +SUBDIR+= cpu_features SUBDIR+= cpuflags SUBDIR+= cqual SUBDIR+= cre2 Index: pkgsrc/doc/CHANGES-2020 diff -u pkgsrc/doc/CHANGES-2020:1.6754 pkgsrc/doc/CHANGES-2020:1.6755 --- pkgsrc/doc/CHANGES-2020:1.6754 Mon Dec 14 14:24:18 2020 +++ pkgsrc/doc/CHANGES-2020 Mon Dec 14 15:17:11 2020 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2020,v 1.6754 2020/12/14 14:24:18 adam Exp $ +$NetBSD: CHANGES-2020,v 1.6755 2020/12/14 15:17:11 tnn Exp $ Changes to the packages collection and infrastructure in 2020: @@ -9802,3 +9802,4 @@ Changes to the packages collection and i Updated devel/py-restructuredtext_lint to 1.3.2 [adam 2020-12-14] Updated devel/py-sortedcontainers to 2.3.0 [adam 2020-12-14] Updated devel/py-intervaltree to 3.1.0 [adam 2020-12-14] + Added devel/cpu_features version 0.6.0 [tnn 2020-12-14] --_----------=_160795903136710--