From owner-dev-commits-ports-main@freebsd.org Wed May 5 08:58:01 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 EBBD4636672; Wed, 5 May 2021 08:58:01 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: from mail.0x20.net (mail.0x20.net [46.251.251.56]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FZrG11bjLz3MJv; Wed, 5 May 2021 08:58:00 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: from e.0x20.net (mail.0x20.net [46.251.251.56]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.0x20.net (Postfix) with ESMTPS id 38CCF14F112; Wed, 5 May 2021 10:57:52 +0200 (CEST) Received: (from lars@localhost) by e.0x20.net (8.16.1/8.16.1/Submit) id 1458vqg0028816; Wed, 5 May 2021 10:57:52 +0200 (CEST) (envelope-from lars) Date: Wed, 5 May 2021 10:57:52 +0200 From: Lars Engels To: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: e48320e2d8b9 - main - sysutils/bsdstats: make reporting opt-in Message-ID: References: <202105050850.1458o9c6060817@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <202105050850.1458o9c6060817@gitrepo.freebsd.org> X-Editor: VIM - Vi IMproved 8.0 User-Agent: Mutt/2.0.6 (2021-03-06) X-Rspamd-Queue-Id: 4FZrG11bjLz3MJv X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of lars@e.0x20.net has no SPF policy when checking 46.251.251.56) smtp.mailfrom=lars@e.0x20.net X-Spamd-Result: default: False [-1.76 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[lars]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[0x20.net]; AUTH_NA(1.00)[]; SPAMHAUS_ZRD(0.00)[46.251.251.56:from:127.0.2.255]; NEURAL_HAM_MEDIUM(-0.96)[-0.957]; RBL_DBL_DONT_QUERY_IPS(0.00)[46.251.251.56:from]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCVD_COUNT_ONE(0.00)[1]; FORGED_SENDER(0.30)[lars.engels@0x20.net,lars@e.0x20.net]; R_SPF_NA(0.00)[no SPF record]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:31400, ipnet:46.251.251.0/24, country:DE]; FROM_NEQ_ENVFROM(0.00)[lars.engels@0x20.net,lars@e.0x20.net]; MAILMAN_DEST(0.00)[dev-commits-ports-all,dev-commits-ports-main] X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 May 2021 08:58:02 -0000 On Wed, May 05, 2021 at 08:50:09AM +0000, Lars Engels wrote: > The branch main has been updated by lme: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=e48320e2d8b915cad970dcfd01ca48679f07b4f4 > > commit e48320e2d8b915cad970dcfd01ca48679f07b4f4 > Author: Andrew Fyfe > AuthorDate: 2021-04-16 05:47:31 +0000 > Commit: Lars Engels > CommitDate: 2021-05-05 08:49:54 +0000 > > sysutils/bsdstats: make reporting opt-in > > - disables reporting by default > - does not use the pkg-install script to "modify the currently running > system" as per the FreeBSD Porters Handbook Chapter 9.2. > - does not output noise if monthly_statistics_* variables aren't enabled > - add a post-upgrade message informing the user it's now opt-in and may > need enabled I downloaded the patch from PR 251152 and applied it with "git am" which automatically committed the patch locally. How can I add the missing bits to the message like "PR" and "Approved by"?