Bug 260195 - chase svnweb to cgit conversion in cat/port references in documentation
Summary: chase svnweb to cgit conversion in cat/port references in documentation
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Sergio Carlavilla Delgado
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-04 00:08 UTC by Pau Amma
Modified: 2021-12-04 16:42 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pau Amma 2021-12-04 00:08:28 UTC
An example of that is the reference to x11/nvidia-driver in https://docs.freebsd.org/en/books/faq/#X11 FAQ 11.6, which links to https://svnweb.freebsd.org/ports/head/x11/nvidia-driver/pkg-descr?view=markup instead of https://cgit.freebsd.org/ports/tree/x11/nvidia-driver/pkg-descr as it probably should.

I haven't checked, but I suspect this is the case everywhere in documentation where port references were converted from... I think it was <portname>...</portname>.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-12-04 16:41:04 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=3eeb2aca4ff015c60628314b66bc404538783702

commit 3eeb2aca4ff015c60628314b66bc404538783702
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2021-12-04 16:39:52 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2021-12-04 16:39:52 +0000

    Change packages url to point git web

    PR:             260195
    Submitted by:   PauAmma <pauamma@gundo.com>

 shared/lib/PackagesMacro/extension.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Sergio Carlavilla Delgado freebsd_committer freebsd_triage 2021-12-04 16:42:29 UTC
Good catch. Thanks.