Date: Wed, 10 May 2023 15:16:02 GMT From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0cff8bfa68f7 - main - Fix some more needless usages of UTF-8 where ASCII is sufficient Message-ID: <202305101516.34AFG2hm070201@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=0cff8bfa68f757a5ace08191d3fffaf5236bb6da commit 0cff8bfa68f757a5ace08191d3fffaf5236bb6da Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2023-05-10 15:14:50 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2023-05-10 15:14:50 +0000 Fix some more needless usages of UTF-8 where ASCII is sufficient While here, drop the quotes around <beat 'em up> added in commit fa4ecd821fadb6 as I have been convinced they are not needed here. --- devel/py-python-dtrace/Makefile | 2 +- emulators/mame/files/target.ini.in | 2 +- emulators/virtualbox-ose-additions/pkg-message | 4 ++-- games/openbor/pkg-descr | 2 +- games/pysolfc/pkg-message | 2 +- multimedia/navidrome/files/config.toml.sample.in | 6 +++--- net-im/jitsi-prosody-plugins/files/prosody.cfg.lua.in | 4 ++-- www/gitea/pkg-message | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/devel/py-python-dtrace/Makefile b/devel/py-python-dtrace/Makefile index b9f689b52b6e..5bd80e7c1042 100644 --- a/devel/py-python-dtrace/Makefile +++ b/devel/py-python-dtrace/Makefile @@ -28,7 +28,7 @@ MAKE_ENV+= FREEBSD_SRC_DIR=${SRC_BASE} .endif # Tests not included in the release tarball, uncomment if this changes. -# TEST_DEPENDS=→${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} +# TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} #do-test: # @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v diff --git a/emulators/mame/files/target.ini.in b/emulators/mame/files/target.ini.in index af82c5b55f90..45f332852e02 100644 --- a/emulators/mame/files/target.ini.in +++ b/emulators/mame/files/target.ini.in @@ -1,4 +1,4 @@ -# +# # CORE CONFIGURATION OPTIONS # readconfig 1 diff --git a/emulators/virtualbox-ose-additions/pkg-message b/emulators/virtualbox-ose-additions/pkg-message index 221b43a1fee4..9b858849abdb 100644 --- a/emulators/virtualbox-ose-additions/pkg-message +++ b/emulators/virtualbox-ose-additions/pkg-message @@ -14,7 +14,7 @@ In some situations, a panic will occur when the kernel module loads. Having no more than one virtual CPU might mitigate the issue. For features such as window scaling and clipboard sharing, membership of -the wheel group is required. With username jerry as an example: +the wheel group is required. With username "jerry" as an example: # pw groupmod wheel -m jerry @@ -30,7 +30,7 @@ Where Guest Additions are installed: 2. do not enable 3D acceleration (doing so will invisibly lose the preference for VBoxSVGA) -– you may ignore the yellow alert that encourages use of VMSVGA. +You may ignore the yellow alert that encourages use of VMSVGA. EOM } ] diff --git a/games/openbor/pkg-descr b/games/openbor/pkg-descr index a10151ef8bc3..109d77e1a257 100644 --- a/games/openbor/pkg-descr +++ b/games/openbor/pkg-descr @@ -1,7 +1,7 @@ OpenBOR is a royalty free sprite-based side scrolling gaming engine. From humble beginnings in 2004, it has since grown into the most versatile, easy to use, and powerful engine of its type you will -find anywhere. OpenBOR is optimized for side-scrolling "beat 'em up" +find anywhere. OpenBOR is optimized for side-scrolling beat 'em up style games (Double Dragon, Streets of Rage, Final Fight), but easily accommodates any sort of gameplay style and feature set you can imagine. diff --git a/games/pysolfc/pkg-message b/games/pysolfc/pkg-message index 32648f49242d..bf0feec03850 100644 --- a/games/pysolfc/pkg-message +++ b/games/pysolfc/pkg-message @@ -34,7 +34,7 @@ currently selected options for existing users. If you want to use the new settings, you can delete or rename your options.cfg file. Also note that because of these changes, upgrading your version of PySolFC -Cardsets is required even if you’re using the minimal package. If you are +Cardsets is required even if you're using the minimal package. If you are installing from pkg/ports, this will be handled automatically. If you're using the larger collection of cardsets, please use the following diff --git a/multimedia/navidrome/files/config.toml.sample.in b/multimedia/navidrome/files/config.toml.sample.in index 9cadbe155d1f..29fdfc953dff 100644 --- a/multimedia/navidrome/files/config.toml.sample.in +++ b/multimedia/navidrome/files/config.toml.sample.in @@ -5,7 +5,7 @@ # Folder where your music library is stored. Can be read-only MusicFolder = "%%DATADIR%%/music" -# Folder to store application data (DB, cache…). +# Folder to store application data (database, cache, etc.) #DataFolder = "/var/db/navidrome" # How frequently to scan for changes in your music library. Set it to 0 to disable scans #ScanInterval = "1m" @@ -61,7 +61,7 @@ Address = "127.0.0.1" #LastFM.ApiKey = "" # Last.FM Shared Secret #LastFM.Secret = "" -# Two letter-code for language to be used to retrieve biographies from Last.FM +# Two letter-code for language to be used to retrieve biographies from Last.FM #LastFM.Language = "en" # Spotify Client ID @@ -69,5 +69,5 @@ Address = "127.0.0.1" # Spotify Client Secret #Spotify.Secret = "" -# Use Gravatar images as the user profile image. Needs the user’s email to be filled. Defaule: false +# Use Gravatar images as the user profile image. Needs the user's email to be filled. Default: false EnableGravatar = true diff --git a/net-im/jitsi-prosody-plugins/files/prosody.cfg.lua.in b/net-im/jitsi-prosody-plugins/files/prosody.cfg.lua.in index 7c20c254d2da..a9a592b6a0de 100644 --- a/net-im/jitsi-prosody-plugins/files/prosody.cfg.lua.in +++ b/net-im/jitsi-prosody-plugins/files/prosody.cfg.lua.in @@ -14,7 +14,7 @@ plugin_paths = { "%%LOCALBASE%%/lib/jitsi-prosody-plugins/" } log = { - -- Log files (change ‘info’ to ‘debug’ for debug logs): + -- Log files (change `info' to `debug' for debug logs): info = "/var/log/prosody.log"; error = "/var/log/prosody.err"; -- Syslog: @@ -140,7 +140,7 @@ VirtualHost "auth.jitsi.example.com" "limits_exception"; "saslauth"; } - -- authentication = "internal_plain" + -- authentication = "internal_plain" c2s_require_encryption = false authentication = "internal_hashed" diff --git a/www/gitea/pkg-message b/www/gitea/pkg-message index 7f100837b709..e3393b659d24 100644 --- a/www/gitea/pkg-message +++ b/www/gitea/pkg-message @@ -20,7 +20,7 @@ EOM { type: upgrade maximum_version: 1.15.1 message: <<EOM -We remind users that a bug was discovered with gitea dump in 1.14.3–1.14.6 +We remind users that a bug was discovered with gitea dump in 1.14.3-1.14.6 and 1.15.0. Database dumps from these versions cause broken fields in the repo_unit and login_source tables causing the issue identified in #16961. Users on 1.14.x must upgrade to 1.14.7 before running gitea dump. See the
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305101516.34AFG2hm070201>