diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-05-13 22:32:53 +0800 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-05-13 22:32:53 +0800 |
commit | e9b72daa99377a72f0273c8076f04fa8aee72e43 (patch) | |
tree | e21f632efd361cb4c5d0b0ed02b80c29829d9d7d /UPDATING | |
parent | 28e96f3ee9cb4a56707e211c99f6700cf9e6edab (diff) | |
download | freebsd-ports-gnome-e9b72daa99377a72f0273c8076f04fa8aee72e43.tar.gz freebsd-ports-gnome-e9b72daa99377a72f0273c8076f04fa8aee72e43.tar.zst freebsd-ports-gnome-e9b72daa99377a72f0273c8076f04fa8aee72e43.zip |
Spell portupgrade(1) command correctly, consistently use plural form of
the word "users", and wrap one overly long line while I'm here.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -9,8 +9,8 @@ you update your ports collection, before attempting any port upgrades. AFFECTS: users of www/gitea AUTHOR: stb@lassitu.de - Gitea requires the addition of another secret to the config file in order to - start up. Either manually add JWT_SECRET to the + Gitea requires the addition of another secret to the config file in order + to start up. Either manually add JWT_SECRET to the ${PREFIX}/etc/gitea/conf/app.ini config file (see app.ini.sample), or allow Gitea to make the change for you by making the config file writable to the git user. @@ -7201,7 +7201,7 @@ you update your ports collection, before attempting any port upgrades. # portmaster -o www/mod_python33 www/mod_python3 portupgrade users: - # portugrade -o www/mod_python33 www/mod_python3 + # portupgrade -o www/mod_python33 www/mod_python3 20140414: AFFECTS: users of dmd 1.X and dmd 2.x. @@ -10150,8 +10150,8 @@ you update your ports collection, before attempting any port upgrades. # portmaster -o security/libotr3 security/libotr # portmaster -r libotr or - # portugrade -o security/libotr3 security/libotr - # portugrade -r libotr + # portupgrade -o security/libotr3 security/libotr + # portupgrade -r libotr or # pkg set -o security/libotr:security/libotr3 @@ -13025,7 +13025,7 @@ or # portmaster -o audio/musepack audio/libmpcdec # portmaster -r musepack- - Portupgrade user: + Portupgrade users: # env DISABLE_CONFLICTS=1 portupgrade -o audio/musepack -f libmpcdec-\* # pkgdb -Ff # portupgrade -rf musepack-\* @@ -13524,7 +13524,7 @@ or portmaster -o www/neon29 www/neon28 portmaster -r neon29- - Portupgrade user: + Portupgrade users: env DISABLE_CONFLICTS=1 portupgrade -o www/neon29 -f neon28-\* pkgdb -Ff portupgrade -rf neon29-\* |