Date: Tue, 9 Aug 2022 18:48:21 GMT From: Neel Chauhan <nc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f0462164c778 - main - x11/gnome-console: Fix single quotes in pkg-descr Message-ID: <202208091848.279ImLcb026181@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=f0462164c7786b07b2eb3879c025a8933866377c commit f0462164c7786b07b2eb3879c025a8933866377c Author: Neel Chauhan <nc@FreeBSD.org> AuthorDate: 2022-08-09 18:46:59 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2022-08-09 18:46:59 +0000 x11/gnome-console: Fix single quotes in pkg-descr It appears that the single quote character previously used was an non-ASCII quote. The now-abandoned character is common on websites, but does not render correctly in some places (e.g. FreshPorts). --- x11/gnome-console/pkg-descr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/gnome-console/pkg-descr b/x11/gnome-console/pkg-descr index 2e6922ec17dc..39b6c3af44a4 100644 --- a/x11/gnome-console/pkg-descr +++ b/x11/gnome-console/pkg-descr @@ -1,7 +1,7 @@ Console is a minimal terminal for GNOME Console is supposed to be a simple terminal emulator for the average user -to carry out simple cli tasks and aims to be a ‘core’ app for GNOME/Phosh. +to carry out simple cli tasks and aims to be a 'core' app for GNOME/Phosh. We are not however trying to replace GNOME Terminal/Tilix, these advanced tools are great for developers and administrators, rather Console aims to
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208091848.279ImLcb026181>