Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Apr 2018 08:50:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 227574] www/gohugo: Update to 0.39
Message-ID:  <bug-227574-7788@https.bugs.freebsd.org/bugzilla/>

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

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

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

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

The attached svn diff brings this port up from 0.38.2 to 0.39

Change log:
The main.Execute function now returns a Response object and the global Hugo
variable is removed. This is only relevant for people building some kind of=
 API
around Hugo.
Remove deprecated File.Bytes
Add anchorize template func=20
Add path.Join=20
Add path.Split template func
Implement Resource.Content=20
Make Page.Content a method that returns interface{}=20
Remove accidental and breaking space in baseURL flag=20
Properly handle CLI slice arguments=20
Correctly handle destination and i18n-warnings=20
Allow "*/" inside commented out shortcodes=20
Make commands.Execute return a Response object=20
Remove some TODOs=20
Add basic server test=20
Remove the Hugo global=20
Make the limit command work again=20
Move the commands related logic to its own file=20
Add CLI tests=20
Make the hugo command non-global=20
Extract some common types into its own file=20
Make the server command non-global=20
Make the gen commands non-global=20
Make the list commands non-global=20
Make the import commands non-global=20
Make the config command non-global=20
Make the new commands non-global=20
Make convert command non-global=20
Make more commands non-global=20
Make benchmark non-global=20
Start of flag cleaning=20
Use short date format in CLI docs=20
Update README.md=20
Sync dependencies=20
Bump Go versions=20
Add bash completion=20
Handle mass content etc. edits in server mode=20
Fix livereload of bundled pages=20
Do not reset .Page.Scratch on rebuilds=20
Fix failing Travis server test=20
Fix the config command=20
Fix some flag diff=20
Fix TestFixURL=20
Disable shallow clone to fix TestPageWithLastmodFromGitInfo=20
Fix livereload for the home page bundle=20
Fix empty BuildDate in "hugo version"=20
Fix some livereload content regressions=20
Fix two tests that are broken on Windows

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 ti=
me:
https://logs.bnix.club/gohugo-0.39_2018-04-16/

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

--=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-227574-7788>