Bug 242322 - www/gohugo: Update to 0.60.1
Summary: www/gohugo: Update to 0.60.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dmitri Goutnik
URL:
Keywords: buildisok
Depends on:
Blocks:
 
Reported: 2019-11-30 11:52 UTC by Ben Lavery-Griffiths
Modified: 2019-12-01 12:30 UTC (History)
1 user (show)

See Also:


Attachments
svn diff to upgrade to 0.60.1 (9.92 KB, patch)
2019-11-30 11:52 UTC, Ben Lavery-Griffiths
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Lavery-Griffiths 2019-11-30 11:52:48 UTC
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)
Comment 1 Automation User 2019-11-30 13:13:17 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/99655081
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-12-01 12:29:44 UTC
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
Comment 3 Dmitri Goutnik freebsd_committer freebsd_triage 2019-12-01 12:30:32 UTC
Committed, thanks!