Bug 232343 - www/gohugo: Update to 0.49.2
Summary: www/gohugo: Update to 0.49.2
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: Jochen Neumeister
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-17 07:11 UTC by Ben Lavery-Griffiths
Modified: 2018-10-18 05:58 UTC (History)
1 user (show)

See Also:


Attachments
svn diff to upgrade to 0.49.2 (29.25 KB, patch)
2018-10-17 07:11 UTC, Ben Lavery-Griffiths
no flags Details | Diff
Poudriere logs for all platforms (8.48 KB, application/x-xz)
2018-10-17 07:11 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-10-17 07:11:17 UTC
Created attachment 198258 [details]
svn diff to upgrade to 0.49.2

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

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

Change log:
Hugo 0.49 brings directory based archetypes and also improves the language handling in hugo new. This should simplify working with page bundles. One example of this would be how you now can create a new showcase for the Hugo web site.

But this release is also about collections. Go 1.11 gave us variable overwrite support in Go templates. That made it possible to simplify a lot of template constructs, but it also showed some limitations in Hugo's template functions. So with this release we have:
 - added append function to append to collections.
 - added group to create custom page groups.
 - improved the type support in slice.


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

portlint -AC:
looks fine.
Comment 1 Ben Lavery-Griffiths 2018-10-17 07:11:47 UTC
Created attachment 198259 [details]
Poudriere logs for all platforms
Comment 2 Jochen Neumeister freebsd_committer freebsd_triage 2018-10-18 05:57:41 UTC
Landed. Thanks :-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-10-18 05:58:27 UTC
A commit references this bug:

Author: joneum
Date: Thu Oct 18 05:57:34 UTC 2018
New revision: 482325
URL: https://svnweb.freebsd.org/changeset/ports/482325

Log:
  Update to 0.49.2

  Changelog:
  Hugo 0.49 brings directory based archetypes and also improves the language handling in
  hugo new. This should simplify working with page bundles. One example of this would be
  how you now can create a new showcase for the Hugo web site.

  But this release is also about collections. Go 1.11 gave us variable overwrite support in
  Go templates. That made it possible to simplify a lot of template constructs, but it also
  showed some limitations in Hugo's template functions. So with this release we have:
   - added append function to append to collections.
   - added group to create custom page groups.
   - improved the type support in slice.

  PR:		232343
  Submitted by:	ben.lavery@hashbang0.com <ben.lavery@hashbang0.com> (maintainer)
  Sponsored by:	Netzkommune GmbH

Changes:
  head/www/gohugo/Makefile
  head/www/gohugo/distinfo