Summary: | documentation/content/en/books/fdp-primer/tools/chapter.adoc: Fix package name | ||||||
---|---|---|---|---|---|---|---|
Product: | Documentation | Reporter: | Yasuhiro Kimura <yasu> | ||||
Component: | Books & Articles | Assignee: | Daniel Ebdrup Jensen <debdrup> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | debdrup | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
I'll take this. Are you okay with being credited via --author="Yasuhiro Kimura <yasu@utahime.org>" ? (In reply to Daniel Ebdrup Jensen from comment #1) Yes, please. I'm very happy if you do so. 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(-) Thank you very much for your attention to detail. :) |
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.