From owner-dev-commits-src-all@freebsd.org Fri Dec 25 21:22:38 2020 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8B6DC4CA4A6 for ; Fri, 25 Dec 2020 21:22:38 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D2fzf3RdKz3v5n for ; Fri, 25 Dec 2020 21:22:38 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qt1-f180.google.com (mail-qt1-f180.google.com [209.85.160.180]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 5D56220A5D for ; Fri, 25 Dec 2020 21:22:38 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qt1-f180.google.com with SMTP id z3so3469179qtw.9 for ; Fri, 25 Dec 2020 13:22:38 -0800 (PST) X-Gm-Message-State: AOAM530UtgGvkBVg8vzm+GnQwHzFJMy306gLDkK4LV+3Gcv5dI8Vt2v6 vi27CtzFSAYAQcWYP6JNAiRQk5rtH8oa0tMV0ms= X-Received: by 2002:ac8:3656:: with SMTP id n22mt35948070qtb.242.1608931357876; Fri, 25 Dec 2020 13:22:37 -0800 (PST) MIME-Version: 1.0 References: <202012252119.0BPLJ6b9075169@gitrepo.freebsd.org> In-Reply-To: <202012252119.0BPLJ6b9075169@gitrepo.freebsd.org> From: Kyle Evans Date: Fri, 25 Dec 2020 15:22:27 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git: 47d1ad2413da - gnu: remove gnugrep and libgnuregex Cc: src-committers , dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Commit messages for all branches of the src repository." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2020 21:22:38 -0000 On Fri, Dec 25, 2020 at 3:19 PM Kyle Evans wrote: > > The branch main has been updated by kevans: > > URL: https://cgit.FreeBSD.org/src/commit/?id=47d1ad2413da619b3b435f6f181483fb66d5fa8d > > commit 47d1ad2413da619b3b435f6f181483fb66d5fa8d > Author: Kyle Evans > AuthorDate: 2020-12-22 21:38:09 +0000 > Commit: Kyle Evans > CommitDate: 2020-12-25 21:16:33 +0000 > > gnu: remove gnugrep and libgnuregex > > Differential Revision: https://reviews.freebsd.org/D27732 I forgot to edit these in, my apologies. :-( Reviewed by: brooks, emaste, bcr (manpages)