Bug 253470

Summary: documentation/content/en/books/fdp-primer/tools/chapter.adoc: Fix package name
Product: Documentation Reporter: Yasuhiro Kimura <yasu>
Component: Books & ArticlesAssignee: Daniel Ebdrup Jensen <debdrup>
Status: Closed FIXED    
Severity: Affects Only Me CC: debdrup
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch file none

Description Yasuhiro Kimura freebsd_committer freebsd_triage 2021-02-12 21:14:02 UTC
Created attachment 222398 [details]
Patch file

As the package name 'hugo' refers to 'emulators/hugo', PC Engine (TurboGrafx 16) emulator. 'Hugo' that is required by new framework is 'gohugo' ('www/gohugo'). Similarly package name of Asciidoctor is 'rubygem-asciidoctor'. Therefore fix package names so they refer to proper ones.
Comment 1 Daniel Ebdrup Jensen freebsd_committer freebsd_triage 2021-02-12 21:39:32 UTC
I'll take this.

Are you okay with being credited via --author="Yasuhiro Kimura <yasu@utahime.org>" ?
Comment 2 Yasuhiro Kimura freebsd_committer freebsd_triage 2021-02-12 22:08:05 UTC
(In reply to Daniel Ebdrup Jensen from comment #1)

Yes, please. I'm very happy if you do so.
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-02-12 22:16:46 UTC
A commit in branch main references this bug:

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

commit b474a500191b747d054b8fe71839bdc20cd3da86
Author:     Yasuhiro Kimura <yasu@utahime.org>
AuthorDate: 2021-02-12 21:41:19 +0000
Commit:     Daniel Ebdrup Jensen <debdrup@FreeBSD.org>
CommitDate: 2021-02-12 21:57:29 +0000

    FDP: Refer to the proper package name for hugo

    The package name 'hugo' refers to emulators/hugo, a PC Engine
    (TurboGrafx 16) emulator, whereas the hugo that is required by the new
    framework is www/gohugo. A similar case applies with the package name of
    AsciiDoctor, which is 'rubygem-asciidoctor'.
    Therefore fix package names so they refer to proper ones.

    PR:             253470

 documentation/content/en/books/fdp-primer/tools/chapter.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 4 Daniel Ebdrup Jensen freebsd_committer freebsd_triage 2021-02-12 22:18:08 UTC
Thank you very much for your attention to detail. :)