From owner-dev-commits-src-main@freebsd.org Wed Apr 28 14:41:59 2021 Return-Path: Delivered-To: dev-commits-src-main@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 9B5C15F5EEA; Wed, 28 Apr 2021 14:41:59 +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 4FVhD703V1z4l5t; Wed, 28 Apr 2021 14:41:58 +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 BD0327D28; Wed, 28 Apr 2021 14:41:58 +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 13SEfwwP073901; Wed, 28 Apr 2021 14:41:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13SEfwPX073900; Wed, 28 Apr 2021 14:41:58 GMT (envelope-from git) Date: Wed, 28 Apr 2021 14:41:58 GMT Message-Id: <202104281441.13SEfwPX073900@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: =?utf-8?B?RmVybmFuZG8gQXBlc3RlZ3XDrWE=?= Subject: git: e444a4c677ee - main - build(7): fix references to svn(1) and svnlite(1) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fernape X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e444a4c677ee3e86038ba2179c4838f5f4b778cd Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2021 14:41:59 -0000 The branch main has been updated by fernape (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=e444a4c677ee3e86038ba2179c4838f5f4b778cd commit e444a4c677ee3e86038ba2179c4838f5f4b778cd Author: Fernando ApesteguĂ­a AuthorDate: 2021-04-23 16:59:19 +0000 Commit: Fernando ApesteguĂ­a CommitDate: 2021-04-28 14:38:27 +0000 build(7): fix references to svn(1) and svnlite(1) Replace them with references to Git. PR: 254937 Reported by: m.bueker@berlin.de Approved by: 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D29949 --- share/man/man7/build.7 | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/share/man/man7/build.7 b/share/man/man7/build.7 index 14ea7df02a76..9591b0365307 100644 --- a/share/man/man7/build.7 +++ b/share/man/man7/build.7 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 25, 2021 +.Dd April 28, 2021 .Dt BUILD 7 .Os .Sh NAME @@ -40,9 +40,11 @@ normally and .Pa /usr/ports . These directories may be initially empty or non-existent until updated with -.Xr svn 1 -(or -.Xr svnlite 1 ) . +Git +.Po installed from packages with +.Xr pkg 7 +or from +.Xr ports 7 Pc . Directory .Pa /usr/src contains the @@ -873,11 +875,10 @@ manpage first appeared in .Xr cc 1 , .Xr install 1 , .Xr make 1 , -.Xr svn 1 , -.Xr svnlite 1 , .Xr make.conf 5 , .Xr src.conf 5 , .Xr arch 7 , +.Xr pkg 7 , .Xr ports 7 , .Xr release 7 , .Xr tests 7 ,