From owner-svn-ports-all@freebsd.org Mon May 13 14:32:55 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 407F1159178C; Mon, 13 May 2019 14:32:55 +0000 (UTC) (envelope-from danfe@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D79E784183; Mon, 13 May 2019 14:32:54 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AF373B25D; Mon, 13 May 2019 14:32:54 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4DEWsKA019289; Mon, 13 May 2019 14:32:54 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4DEWs0Y019288; Mon, 13 May 2019 14:32:54 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201905131432.x4DEWs0Y019288@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Mon, 13 May 2019 14:32:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501572 - head X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 501572 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D79E784183 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2019 14:32:55 -0000 Author: danfe Date: Mon May 13 14:32:53 2019 New Revision: 501572 URL: https://svnweb.freebsd.org/changeset/ports/501572 Log: Spell portupgrade(1) command correctly, consistently use plural form of the word "users", and wrap one overly long line while I'm here. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon May 13 14:28:39 2019 (r501571) +++ head/UPDATING Mon May 13 14:32:53 2019 (r501572) @@ -9,8 +9,8 @@ you update your ports collection, before attempting an 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 an # 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 an # 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-\*