Bug 233648 - www/gohugo: Update to 0.52
Summary: www/gohugo: Update to 0.52
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-29 22:25 UTC by Ben Lavery-Griffiths
Modified: 2018-11-30 00:49 UTC (History)
0 users

See Also:


Attachments
svn diff to upgrade to 0.52 (10.53 KB, patch)
2018-11-29 22:25 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 2018-11-29 22:25:22 UTC
Created attachment 199676 [details]
svn diff to upgrade to 0.52

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

The attached svn diff brings this port up from 0.51 to 0.52

Change log:
The two big new items in this release is Inline Shortcodes and Consolidated File Caches. In Hugo we really care about build speed, and caching is important. With this release, you get much better control over your cache configuration, which is especially useful when building on a Continous Integration server (Netlify, CircleCI or similar). Inline Shortcodes was implemented to help the Bootstrap project move their documentation site to Hugo. Note that this feature is disabled by default. To enable, set enableInlineShortcodes = true in your site config. Worth mentioning is also the new param shortcode, which looks up the param in page front matter with the site's parameter as a fall back.

Build successfully against amd64/i386 11.2-RELEASE, 11.2-STABLE, 12.0-RC2, and 13.0-CURRENT.
Poudriere logs available here for a limited time:
https://logs.bnix.club/gohugo-0.52_2018-11-29/

portlint -AC:
looks fine.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-11-30 00:48:26 UTC
A commit references this bug:

Author: swills
Date: Fri Nov 30 00:48:20 UTC 2018
New revision: 486220
URL: https://svnweb.freebsd.org/changeset/ports/486220

Log:
  www/gohugo: Update to 0.52

  PR:		233648
  Submitted by:	ben.lavery@hashbang0.com (maintainer)

Changes:
  head/www/gohugo/Makefile
  head/www/gohugo/distinfo
Comment 2 Steve Wills freebsd_committer freebsd_triage 2018-11-30 00:49:36 UTC
Committed, thanks!