Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Apr 2021 14:41:58 GMT
From:      =?utf-8?B?RmVybmFuZG8gQXBlc3RlZ3XDrWE=?= <fernape@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: e444a4c677ee - main - build(7): fix references to svn(1) and svnlite(1)
Message-ID:  <202104281441.13SEfwPX073900@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <fernape@FreeBSD.org>
AuthorDate: 2021-04-23 16:59:19 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
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 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104281441.13SEfwPX073900>