Bug 231052 - www/gohugo: Update to 0.48
Summary: www/gohugo: Update to 0.48
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-31 07:47 UTC by Ben Lavery-Griffiths
Modified: 2018-08-31 23:28 UTC (History)
0 users

See Also:


Attachments
svn diff to upgrade to 0.48 (1.57 KB, patch)
2018-08-31 07:47 UTC, Ben Lavery-Griffiths
no flags Details | Diff
Poudriere logs for all platforms (7.38 KB, application/x-xz)
2018-08-31 07:47 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-31 07:47:09 UTC
Created attachment 196738 [details]
svn diff to upgrade to 0.48

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

The attached svn diff brings this port up from 0.47.1 to 0.48

Change log:
 - Add a test for template variable overwrite
 - Include language code in REF_NOT_FOUND errors
 - Improve minifier MIME type resolution
 - Update to Go 1.11
 - Set GO111MODULE=on for mage install
 - Add instruction to install PostCSS when missing
 - Update snapcraft build config to Go 1.11
 - Use Go 1.11 modules with Mage
 - Add go.mod 
 - Update Travis to Go 1.11 and Go 1.10.4
 - Skip installing postcss due to failure on build server
 - Keep end tags 
 - Fix permissions when creating new folders f4675fa0 @bep #5128
 - Fix handling of taxonomy terms containing slashes 
 - Fix build on armv7

Build successfully against amd64/i386 10.4-RELEASE, 11.1-RELEASE, 11.2-RELEASE, and 12.0-ALPHA3. Poudriere logs attached.

portlint -AC:
looks fine.
Comment 1 Ben Lavery-Griffiths 2018-08-31 07:47:35 UTC
Created attachment 196739 [details]
Poudriere logs for all platforms
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-08-31 23:28:24 UTC
A commit references this bug:

Author: swills
Date: Fri Aug 31 23:27:40 UTC 2018
New revision: 478623
URL: https://svnweb.freebsd.org/changeset/ports/478623

Log:
  www/gohugo: Update to 0.48

  PR:		231052
  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-31 23:28:52 UTC
Committed, thanks!