Created attachment 209550 [details] svn diff to upgrade to 0.60.1 gohugo has been updated to 0.60.1 (https://github.com/gohugoio/hugo/releases/tag/v0.60.1) Change log: ``` Goldmark by @yuin is now the new default library used for Markdown in Hugo. It's CommonMark compliant and GitHub flavored, and both fast and flexible. Blackfriday, the old default, has served us well, but there have been formatting and portability issues that were hard to work around. The "CommonMark compliant" part is the main selling feature of Goldmark, but with that you also get attribute syntax on headers and code blocks (for code blocks you can turn on/off line numbers and highlight line ranges), strikethrough support and an improved and configurable implementation of TableOfContents. See Markup Configuration for an overview of extensions. Please read the Notes Section and the updated documentation. We suggest you start with List of content formats in Hugo. Goldmark is better, but the feature set is not fully comparable and it may be more stricter in some areas (there are 17 rules for how a headline should look like); if you have any problems you cannot work around, see Configure Markup for a way to change the default Markdown handler. Also, if you have lots of inline HTML in your Markdown files, you may have to enable the unsafe mode. ``` - portlint: OK (looks fine.) - testport: OK (poudriere: <11.3-RELEASE, 11.3-STABLE, 12.0-RELEASE, 12.1-RELEASE, 12.1-STABLE, and 13.0-CURRENT>, < amd64/i386 >, <manpages + with/without extended> tested)
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/99655081
A commit references this bug: Author: dmgk Date: Sun Dec 1 12:29:22 UTC 2019 New revision: 518768 URL: https://svnweb.freebsd.org/changeset/ports/518768 Log: www/gohugo: Update to 0.60.1 Changes: https://gohugo.io/news/0.60.1-relnotes/ PR: 242322 Submitted by: ben.lavery@hashbang0.com (maintainer) Changes: head/www/gohugo/Makefile head/www/gohugo/distinfo
Committed, thanks!