| Summary: | www/gohugo: Update to 0.46 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Ben Lavery-Griffiths <ben> | ||||||
| Component: | Individual Port(s) | Assignee: | Mateusz Piotrowski <0mp> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | CC: | 0mp | ||||||
| Priority: | --- | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| See Also: | https://reviews.freebsd.org/D16545 | ||||||||
| Attachments: |
|
||||||||
|
Description
Ben Lavery-Griffiths
2018-08-01 17:57:42 UTC
Created attachment 195725 [details]
Poudriere logs for all platforms
Grab. A commit references this bug: Author: 0mp Date: Thu Aug 2 09:05:53 UTC 2018 New revision: 476226 URL: https://svnweb.freebsd.org/changeset/ports/476226 Log: www/gohugo: Update to 0.46 Change log: - Resources fetched via resources.Get and similar are now considered global across languages. If you need, as an example, to create a CSS per language, you need to set the path yourself. - Add templates.Exists template function. This can be used to check if a template, e.g. a partial, exists in the project or any of the themes in use. - Remove superflous loop - Update Chroma - Make resources fetched via resources.Get and similar language agnostic - Improve SCSS project vs themes import resolution - Improve _ prefix handling in SCSS imports - Fix file paths for uncached transformed images - Fix image cache eviction for sites with subdir in baseURL PR: 230268 Submitted by: ben.lavery@hashbang0.com (maintainer) Reviewed by: mat (mentor) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D16545 Changes: head/www/gohugo/Makefile head/www/gohugo/distinfo Committed :) Thanks for the patch! |