Bug 242882 - www/gohugo: Update to 0.62.0
Summary: www/gohugo: Update to 0.62.0
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:
Depends on:
Blocks:
 
Reported: 2019-12-25 14:40 UTC by Ben Lavery-Griffiths
Modified: 2019-12-25 19:28 UTC (History)
1 user (show)

See Also:


Attachments
svn diff to upgrade to 0.62.0 (6.09 KB, patch)
2019-12-25 14:40 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-12-25 14:40:49 UTC
Created attachment 210224 [details]
svn diff to upgrade to 0.62.0

gohugo has been updated to 0.62.0
(https://github.com/gohugoio/hugo/releases/tag/v0.62.0)

Change log:
This version brings Markdown Render Hooks. This gives you full control over how links and images in Markdown are rendered without using any shortcodes. With this, you can get Markdown links that work on both GitHub and Hugo, resize images etc. It is a very long sought after feature, that has been hard to tackle until we got Goldmark, the new Markdown engine, by @yuin. When you read up on this new feature in the documentation, also note the new .RenderString method on Page.

- 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 commit-hook freebsd_committer freebsd_triage 2019-12-25 19:27:10 UTC
A commit references this bug:

Author: dmgk
Date: Wed Dec 25 19:26:42 UTC 2019
New revision: 520883
URL: https://svnweb.freebsd.org/changeset/ports/520883

Log:
  www/gohugo: Update to 0.62.0, unbreak on aarch64

  - Update to 0.62.0

  - Unbreak on aarch64:

  # golang.org/x/sys/unix
  vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go:400:12: undefined: uint128

  Unbreak by updating golang.org/x/sys to 33540a1f6037 which adds support for
  freebsd/arm64. Upstream PR: https://github.com/gohugoio/hugo/pull/6671

  Changes:	https://github.com/gohugoio/hugo/releases/tag/v0.62.0
  PR:		242882, 242312
  Submitted by:	ben.lavery@hashbang0.com (maintainer)

Changes:
  head/www/gohugo/Makefile
  head/www/gohugo/distinfo
Comment 2 Dmitri Goutnik freebsd_committer freebsd_triage 2019-12-25 19:28:17 UTC
Committed with additional changes, thanks!