Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jan 2018 21:02:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 225306] www/gohugo: Update to 0.33
Message-ID:  <bug-225306-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225306

            Bug ID: 225306
           Summary: www/gohugo: Update to 0.33
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: ben.lavery@hashbang0.com

Created attachment 189893
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D189893&action=
=3Dedit
svn diff to upgrade to 0.33

gohugo has been updated to 0.33
(https://github.com/spf13/hugo/releases/tag/v0.33):

The attached svn diff brings this port up from 0.32.4 to 0.33

Change log:
 - We have re-implemented and unified the template layout lookup logic. This
has made it more powerful and much simpler to understand. We don't expect a=
ny
sites to break because of this.
 - The indexes type is removed from template lookup. It's not in the
documentation, and is a legacy term inherited from very old Hugo versions.
 - Respect Type and Layout for list template selection
 - Allow url in front matter for list type pages=20
 - Improve .Site.GetPage for regular translated pages. Before this change it
was not possible to say "get me the current language edition of the given
content page if possible." Now you can do that by doing a lookup without any
extensions: .Site.GetPage "page" "post/mypost"=20
 - Add front matter metadata to Resource=20
 - Implement Resources.ByPrefix=20
 - Make GetByPrefix work for Page resources=20
 - Make Resources.GetByPrefix case insensitive=20
 - Update Chroma and other third-party deps=20
 - Remove superflous BuildDate logic=20
 - Support uglyURLs per section=20
 - Support offline builds=20
 - Fix handling of mixed-case taxonomy folders with content file=20
 - Fix handling of very long image file names=20
 - Update Afero to avoid panic on "file name is too long"=20
 - And now really fix the server watch logic=20
 - Fix server without watch

Tested against amd64/i386 10.4-RELEASE, 11.1-RELEASE, and 12.0-CURRENT.
Poudriere logs attached, and also found here for a limited time:=20
https://logs.bnix.club/gohugo-0.32.4_2018-01-11/

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...
12_0-CURRENT__amd64: success
12_0-CURRENT__i386: success

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225306-13>