diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2018-08-02 09:05:52 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2018-08-02 09:05:52 +0000 |
commit | 4ebfca0416158c49fa95d03a18c89e976f7a2975 (patch) | |
tree | f75b13dc0c3af45960710591828c64876c9de41b | |
parent | Fix spurious errors. (diff) |
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
Notes
Notes:
svn path=/head/; revision=476226
-rw-r--r-- | www/gohugo/Makefile | 4 | ||||
-rw-r--r-- | www/gohugo/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/gohugo/Makefile b/www/gohugo/Makefile index 2cf34d765597..fecce4bc0dfe 100644 --- a/www/gohugo/Makefile +++ b/www/gohugo/Makefile @@ -2,7 +2,7 @@ PORTNAME= hugo DISTVERSIONPREFIX= v -DISTVERSION= 0.45.1 +DISTVERSION= 0.46 CATEGORIES= www PKGNAMEPREFIX= go DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} @@ -23,7 +23,7 @@ GH_TUPLE= BurntSushi:locker:a6e239e:locker/src/github.com/BurntSushi/locker \ PuerkitoBio:purell:0bcb03f:purell/src/github.com/PuerkitoBio/purell \ PuerkitoBio:urlesc:de5bf2a:urlesc/src/github.com/PuerkitoBio/urlesc \ alecthomas:assert:405dbfe:assert/src/github.com/alecthomas/assert \ - alecthomas:chroma:1b755a9:chroma/src/github.com/alecthomas/chroma \ + alecthomas:chroma:e4dff9a:chroma/src/github.com/alecthomas/chroma \ alecthomas:colour:60882d9:colour/src/github.com/alecthomas/colour \ alecthomas:repr:f49988b:repr/src/github.com/alecthomas/repr \ bep:debounce:844797f:debounce/src/github.com/bep/debounce \ diff --git a/www/gohugo/distinfo b/www/gohugo/distinfo index f3ead120a20e..d233170d0cc5 100644 --- a/www/gohugo/distinfo +++ b/www/gohugo/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1532634567 -SHA256 (gohugo/gohugoio-hugo-v0.45.1_GH0.tar.gz) = 4d8be74015fcc0be56d7a1d719b8b4900973e1e8ad4da9c9867c4c003f95ccfc -SIZE (gohugo/gohugoio-hugo-v0.45.1_GH0.tar.gz) = 17987572 +TIMESTAMP = 1533138922 +SHA256 (gohugo/gohugoio-hugo-v0.46_GH0.tar.gz) = 3cb167e24bdbb2362415aba4b1be301596276b4ff565116cb81df95bdfc50c0a +SIZE (gohugo/gohugoio-hugo-v0.46_GH0.tar.gz) = 17855569 SHA256 (gohugo/BurntSushi-locker-a6e239e_GH0.tar.gz) = 6bdc1b865e2e27dd92921c0e4c3aa743156bb5d2cf227af1d0e80573568bcd4a SIZE (gohugo/BurntSushi-locker-a6e239e_GH0.tar.gz) = 2108 SHA256 (gohugo/BurntSushi-toml-a368813_GH0.tar.gz) = 68dc067c4105cd20a642ddf1f4acaada7474c1b58e5b249d4bd9b0d7e8edebc2 @@ -11,8 +11,8 @@ SHA256 (gohugo/PuerkitoBio-urlesc-de5bf2a_GH0.tar.gz) = 0d4b469d8d1dfe12e740661d SIZE (gohugo/PuerkitoBio-urlesc-de5bf2a_GH0.tar.gz) = 6796 SHA256 (gohugo/alecthomas-assert-405dbfe_GH0.tar.gz) = 5f9a1b6f048bb3346b2db0c52061ef3330583eba4dfdb3a3309e234fded670e4 SIZE (gohugo/alecthomas-assert-405dbfe_GH0.tar.gz) = 71064 -SHA256 (gohugo/alecthomas-chroma-1b755a9_GH0.tar.gz) = dac50afb449ca4fb6a61f3c9866302a5d133e5fe67af7219c2356511e4724a35 -SIZE (gohugo/alecthomas-chroma-1b755a9_GH0.tar.gz) = 300880 +SHA256 (gohugo/alecthomas-chroma-e4dff9a_GH0.tar.gz) = f89f86406ebc9fa35864352b2c62c09e0b51b0d83c2e60bcf7a6359e1e98b9ec +SIZE (gohugo/alecthomas-chroma-e4dff9a_GH0.tar.gz) = 316381 SHA256 (gohugo/alecthomas-colour-60882d9_GH0.tar.gz) = f7eafbd51169a9c0c3ba6a0b1dc49038eb38733058aae51c3157a5ec86751fe4 SIZE (gohugo/alecthomas-colour-60882d9_GH0.tar.gz) = 3479 SHA256 (gohugo/alecthomas-repr-f49988b_GH0.tar.gz) = 8e8d1081d04f937082747d338932f83334b807411d92c807591158231173444c |