Bug 229121 - www/gohugo: Update to 0.42.1
Summary: www/gohugo: Update to 0.42.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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-18 19:12 UTC by Ben Lavery-Griffiths
Modified: 2018-06-19 14:21 UTC (History)
0 users

See Also:


Attachments
svn diff to upgrade to 0.42.1 (6.35 KB, patch)
2018-06-18 19:12 UTC, Ben Lavery-Griffiths
no flags Details | Diff
Poudriere logs for all platforms (5.47 KB, application/x-xz)
2018-06-18 19:12 UTC, Ben Lavery-Griffiths
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Lavery-Griffiths 2018-06-18 19:12:01 UTC
Created attachment 194371 [details]
svn diff to upgrade to 0.42.1

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

The attached svn diff brings this port up from 0.41 to 0.42.1

Change log:
 - The speakerdeck shortcode is removed
 - We have now virtualized the filesystems for project and theme files.
 - Always load GA script over HTTPS
 - Remove speakerdeck shortcode
 - Add strings.RuneCount
 - Add strings.Repeat
 - Reset Page's main output on server rebuilds
 - Create LICENSE rather than LICENSE.md in "new theme"
 - Create _default/baseof.html in "new theme"
 - Add tweet_simpleshortcode
 - Make "new theme" feedback more intuitive
 - Move nextStepsText() to new_site.go
 - Add support for theme composition and inheritance#4450
 - Add vimeo_simple
 - Add a BlackFriday option for rel="noreferrer" on external links
 - Add a BlackFriday option for rel="nofollow" on external links
 - Update Chroma
 - Enhance Page and Resource String()
 - Update theme documentation c74b0Make sure that .Site.Taxonomies is always set on rebuilds
 - Reset the "distinct error logger" on rebuilds
 - Remove frameborder attr YT iframe + CSS fixes
 - Fix vimeo_simple thumb scaling
 - Fix typo instagram_simple
 - Prevent isBaseTemplate() from matching "baseof" in dir
 - Reset the global pages cache on server rebuilds
 - Do not fail server build when /static is missing

Tested against amd64/i386 10.4-RELEASE, 11.1-RELEASE, 11.1-STABLE, and 12.0-CURRENT. Poudriere logs attached, and also found here for a limited time:
https://logs.bnix.club/gohugo-0.42.1_2018-06-15/

portlint -AC:
looks fine.

poudriere bulk -tC:
10_4-RELEASE__amd64: success
10_4-RELEASE__i386: success
11_1-RELEASE__amd64: success
11_1-RELEASE__i386: couldn't get jail to start...
11_1-STABLE__amd64: success
11_1-STABLE__i386: success
12_0-CURRENT__amd64: success
12_0-CURRENT__i386: success
Comment 1 Ben Lavery-Griffiths 2018-06-18 19:12:21 UTC
Created attachment 194372 [details]
Poudriere logs for all platforms
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-06-19 14:21:55 UTC
A commit references this bug:

Author: swills
Date: Tue Jun 19 14:21:01 UTC 2018
New revision: 472794
URL: https://svnweb.freebsd.org/changeset/ports/472794

Log:
  www/gohugo: Update to 0.42.1

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

Changes:
  head/www/gohugo/Makefile
  head/www/gohugo/distinfo
Comment 3 Steve Wills freebsd_committer freebsd_triage 2018-06-19 14:21:59 UTC
Committed, thanks!