Created attachment 184270 [details] svn diff to upgrade to 0.25.1 gohugo has been updated to 0.25.1 (https://github.com/spf13/hugo/releases/tag/v0.25.1): The attached svn diff brings this port up from 0.25 to 0.25.1 Change log: - Fix union when the first slice is empty - Navigate to changed on CREATE When working with content from IntelliJ IDE, like - WebStorm, every file save is followed by two events: "RENAME" and then "CREATE". - Final (!) fix for issue with escaped JSON front matter - Fix issue with escaped JSON front matter Tested against amd64/i386 10.3-RELEASE, 11.0-RELEASE, and 12.0-CURRENT. Poudriere logs attached. Issue with building lang/go14 in i386 12.0-CURRENT in poudriere, so this failed. However port built fine manually on a i386 12.0-CURRENT VM. portlint -AC: looks fine. poudriere bulk -tC: 103Ramd64: success 103Ri386: success 11Ramd64: success 11Ri386: success 12Camd64: success 12Ci386: Finished build of lang/go14: Failed: pkg-depends
Created attachment 184271 [details] 11.0-RELEASE amd64 log
Created attachment 184272 [details] 11.0-RELEASE i386 log
Created attachment 184273 [details] 12.0-CURRENT amd64 log
Created attachment 184274 [details] 12.0-CURRENT i386 (lang/go14) log
Created attachment 184275 [details] 10.3-RELEASE amd64 log
Created attachment 184276 [details] 10.3-RELEASE i386 log
I am having some difficulties applying the patch. Can you please regenerate?
Created attachment 184481 [details] svn diff to upgrade to 0.25.1 (In reply to Richard Gallamore from comment #7) Regenerated now, please find attached :)
A commit references this bug: Author: ultima Date: Wed Jul 19 18:05:51 UTC 2017 New revision: 446221 URL: https://svnweb.freebsd.org/changeset/ports/446221 Log: * Updated to 0.25.1 - Fix union when the first slice is empty - Navigate to changed on CREATE When working with content from IntelliJ IDE, like - WebStorm, every file save is followed by two events: "RENAME" and then "CREATE". - Final (!) fix for issue with escaped JSON front matter - Fix issue with escaped JSON front matter PR: 220659 Submitted by: <ben.lavery@hashbang0.com> (maintainer) Reviewed by: lifanov (mentor) Approved by: lifanov (mentor) Differential Revision: https://reviews.freebsd.org/D11642 Changes: head/www/gohugo/Makefile head/www/gohugo/distinfo
Committed, thanks!