Bug 230758 - www/gohugo: Update to 0.47
Summary: www/gohugo: Update to 0.47
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-08-19 20:52 UTC by Ben Lavery-Griffiths
Modified: 2018-08-20 18:33 UTC (History)
0 users

See Also:


Attachments
svn diff to upgrade to 0.47 (16.24 KB, patch)
2018-08-19 20:52 UTC, Ben Lavery-Griffiths
no flags Details | Diff
Poudriere logs for all platforms (8.04 KB, application/x-xz)
2018-08-19 20:53 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-08-19 20:52:56 UTC
Created attachment 196362 [details]
svn diff to upgrade to 0.47

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

The attached svn diff brings this port up from 0.46 to 0.47

Change log:
 - Suppress blank lines from opengraph internal template
 - Add MIME type to embedded JS
 - Add os.Stat template function
 - Add support for minification of final output
 - Regenerate CLI docs
 - Include theme name in version mismatch error
 - Make the JS minifier matcher less specific
 - Close file when done
 - https links to 3rd party sites
 - Update alias.go
 - Remove test debug
 - Update dependencies
 - Update Chroma
 - Remove alias of os.Stat
 - Renmae FileStat Stat
 - Reduce allocation in the benchmark itself
 - Simplify the 0 transformer case
 - Fix compiling Amber templates that import other templates
 - Reimplement the ".Params tolower" template transformer
 - Fix Resource output in multihost setups
 - Force render of any changed page, even in Fast Render Mode
 - Add configFile(s) back to the watch list after REMOVE event
 - Gracefully handle typos in server config when running the server
 - Fix shortcode output wrapped in p
 - Adjust tests for shortcode p-issue
 - Fix image cache-clearing for sub-languages
 - Fix error when deleting a bundle in server mode
 - Fix Related when called from shortcode
 - Use the interface value when doing Related search
 - Fix GitInfo when multiple content dirs
 - Add multiple content dirs to GitInfo test site
 - Fix "adding a bundle" in server mode

Build successfully against amd64/i386 10.4-RELEASE, 11.1-RELEASE, 11.2-RELEASE, and 12.0-ALPHA2. Poudriere logs attached, and also found here for a limited time:
https://logs.bnix.club/gohugo-0.47_2018-08-19/

portlint -AC:
looks fine.
Comment 1 Ben Lavery-Griffiths 2018-08-19 20:53:19 UTC
Created attachment 196364 [details]
Poudriere logs for all platforms
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-08-20 18:33:04 UTC
A commit references this bug:

Author: swills
Date: Mon Aug 20 18:32:24 UTC 2018
New revision: 477668
URL: https://svnweb.freebsd.org/changeset/ports/477668

Log:
  www/gohugo: Update to 0.47

  PR:		230758
  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-08-20 18:33:24 UTC
Committed, thanks!