From owner-dev-commits-doc-all@freebsd.org Sun Sep 19 23:29:22 2021 Return-Path: Delivered-To: dev-commits-doc-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 78F866739A4 for ; Sun, 19 Sep 2021 23:29:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HCP6B2l9lz3DGv; Sun, 19 Sep 2021 23:29:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3A08725E33; Sun, 19 Sep 2021 23:29:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18JNTMbS042589; Sun, 19 Sep 2021 23:29:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18JNTMqE042588; Sun, 19 Sep 2021 23:29:22 GMT (envelope-from git) Date: Sun, 19 Sep 2021 23:29:22 GMT Message-Id: <202109192329.18JNTMqE042588@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Brad Davis Subject: git: a9cc0afcd5 - main - Fix some typos MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: brd X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a9cc0afcd5da43f1d49da4d7c35a8d268f49d48d Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Sep 2021 23:29:22 -0000 The branch main has been updated by brd: URL: https://cgit.FreeBSD.org/doc/commit/?id=a9cc0afcd5da43f1d49da4d7c35a8d268f49d48d commit a9cc0afcd5da43f1d49da4d7c35a8d268f49d48d Author: Brad Davis AuthorDate: 2021-09-19 23:29:11 +0000 Commit: Brad Davis CommitDate: 2021-09-19 23:29:11 +0000 Fix some typos --- website/content/en/status/report-2021-04-2021-06/FreshPorts.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/en/status/report-2021-04-2021-06/FreshPorts.adoc b/website/content/en/status/report-2021-04-2021-06/FreshPorts.adoc index 1810dcc90e..16c266337a 100644 --- a/website/content/en/status/report-2021-04-2021-06/FreshPorts.adoc +++ b/website/content/en/status/report-2021-04-2021-06/FreshPorts.adoc @@ -26,14 +26,14 @@ Since the link:https://www.freebsd.org/status/report-2020-10-2020-12.html#FreshP link:https://github.com/jethron[Jethro Nederhof] has been doing fantastic work bringing the website up to HTML5 and into the modern world. Nothing dramatic, from what the users see, as it has been mostly behind-the-scenes. -We can always use more helpers. The website mostly runs itself and requires very little on-going maintenance (pkg upgrades, OS patche, etc). +We can always use more helpers. The website mostly runs itself and requires very little on-going maintenance (pkg upgrades, OS patches, etc). Most of the work is designing new features, fixing bugs, identifying issues, and discussion with users. Changes to the ports tree usually don't affect the website much. Tasks include: * There is a long list of link:https://github.com/FreshPorts/freshports/issues[issues] for the website. -* The link:https://github.com/FreshPorts/git_proc_commit/issues[git_proc_commit project] also has a set of issues, mostly in Pyton, some perhaps related to the website. +* The link:https://github.com/FreshPorts/git_proc_commit/issues[git_proc_commit project] also has a set of issues, mostly in Python, some perhaps related to the website. * Documentation outlining how the various projects fit together and how they work is required. * I have some subversion repos which should be converted to git and uploaded to GitHub. This would allow people to work on the backend code (commit ingress and processing). * The FreshSource website could be updated to modern standards and the repo converted to git.