Date: Thu, 2 Aug 2018 09:05:52 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476226 - head/www/gohugo Message-ID: <201808020905.w7295q0g067558@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: 0mp Date: Thu Aug 2 09:05:52 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 Modified: head/www/gohugo/Makefile head/www/gohugo/distinfo Modified: head/www/gohugo/Makefile ============================================================================== --- head/www/gohugo/Makefile Thu Aug 2 08:38:38 2018 (r476225) +++ head/www/gohugo/Makefile Thu Aug 2 09:05:52 2018 (r476226) @@ -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. 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 \ Modified: head/www/gohugo/distinfo ============================================================================== --- head/www/gohugo/distinfo Thu Aug 2 08:38:38 2018 (r476225) +++ head/www/gohugo/distinfo Thu Aug 2 09:05:52 2018 (r476226) @@ -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) 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808020905.w7295q0g067558>