From owner-svn-ports-all@freebsd.org Thu Aug 2 09:05:53 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BB7C10603FE; Thu, 2 Aug 2018 09:05:53 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 429657F64E; Thu, 2 Aug 2018 09:05:53 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1E5667921; Thu, 2 Aug 2018 09:05:53 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7295qL1067560; Thu, 2 Aug 2018 09:05:52 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7295q0g067558; Thu, 2 Aug 2018 09:05:52 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <201808020905.w7295q0g067558@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Thu, 2 Aug 2018 09:05:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476226 - head/www/gohugo X-SVN-Group: ports-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: head/www/gohugo X-SVN-Commit-Revision: 476226 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2018 09:05:53 -0000 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