Date: Thu, 25 Apr 2019 23:26:56 +0000 (UTC) From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500072 - head/www/gohugo Message-ID: <201904252326.x3PNQuG7044488@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kai Date: Thu Apr 25 23:26:56 2019 New Revision: 500072 URL: https://svnweb.freebsd.org/changeset/ports/500072 Log: www/gohugo: Update to 0.55.3 Changelog: Enhancements: Templates: * Return error on invalid input * Make Pages etc. work with the in func * Make Pages etc. work in uniq Core: * Add some OutputFormats.Get tests * Add some integration tests for in/uniq using Pages Other: * Regenerate docs helper * Replace IsDraft with Draft in list command Fixes: * Fix links for non-HTML output formats * Fix menu URL when multiple permalinkable output formats https://github.com/gohugoio/hugo/releases/tag/v0.55.3 PR: 237446 Submitted by: Ben Lavery <ben.lavery@hashbang0.com> (maintainer) Approved by: mentors (implicit) Modified: head/www/gohugo/Makefile head/www/gohugo/distinfo Modified: head/www/gohugo/Makefile ============================================================================== --- head/www/gohugo/Makefile Thu Apr 25 21:35:00 2019 (r500071) +++ head/www/gohugo/Makefile Thu Apr 25 23:26:56 2019 (r500072) @@ -2,7 +2,7 @@ PORTNAME= hugo DISTVERSIONPREFIX= v -DISTVERSION= 0.55.2 +DISTVERSION= 0.55.3 CATEGORIES= www PKGNAMEPREFIX= go DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} @@ -102,7 +102,7 @@ GH_TUPLE= BurntSushi:locker:a6e239e:locker/src/github. go-check:check:788fd78:check/src/gopkg.in/check.v1 \ go-yaml:yaml:v2.2.2:yaml/src/gopkg.in/yaml.v2 -COMMIT_ID= 9d020348810e440ee82926789f8b95cd6e7458cd +COMMIT_ID= 993b84333cd75faa224d02618f312a0e96b53372 OPTIONS_DEFINE= MANPAGES EXTENDED Modified: head/www/gohugo/distinfo ============================================================================== --- head/www/gohugo/distinfo Thu Apr 25 21:35:00 2019 (r500071) +++ head/www/gohugo/distinfo Thu Apr 25 23:26:56 2019 (r500072) @@ -1,6 +1,6 @@ -TIMESTAMP = 1555524821 -SHA256 (gohugo/gohugoio-hugo-v0.55.2_GH0.tar.gz) = d423b3e14c48bc0217fcbae533d49c9f4c6581c30429c0e7505f34a55df53bf9 -SIZE (gohugo/gohugoio-hugo-v0.55.2_GH0.tar.gz) = 26285601 +TIMESTAMP = 1555859920 +SHA256 (gohugo/gohugoio-hugo-v0.55.3_GH0.tar.gz) = a9342ab84cd86c50aec2f38358efb16c6a9e38ff2893b559b616f34231daa634 +SIZE (gohugo/gohugoio-hugo-v0.55.3_GH0.tar.gz) = 26286905 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904252326.x3PNQuG7044488>