Date: Fri, 25 Mar 2022 06:03:32 GMT From: Guangyuan Yang <ygy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0cbcb5cb1925 - main - www/gohugo: Update to 0.95.0 Message-ID: <202203250603.22P63WZZ095936@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=0cbcb5cb1925da42edc13617169667c464b0d892 commit 0cbcb5cb1925da42edc13617169667c464b0d892 Author: Ben Lavery-Griffiths <ben@lavery-griffiths.com> AuthorDate: 2022-03-25 06:02:43 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2022-03-25 06:02:43 +0000 www/gohugo: Update to 0.95.0 Changelog: https://github.com/gohugoio/hugo/releases/tag/v0.95.0 PR: 262761 --- www/gohugo/Makefile | 7 +++---- www/gohugo/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/www/gohugo/Makefile b/www/gohugo/Makefile index 6e4dfc2551b4..751481b93f3a 100644 --- a/www/gohugo/Makefile +++ b/www/gohugo/Makefile @@ -1,6 +1,6 @@ PORTNAME= hugo DISTVERSIONPREFIX= v -DISTVERSION= 0.94.2 +DISTVERSION= 0.95.0 CATEGORIES= www PKGNAMEPREFIX= go DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} @@ -114,8 +114,7 @@ GH_TUPLE= \ tdewolff:minify:v2.10.0:tdewolff_minify_v2/vendor/github.com/tdewolff/minify/v2 \ tdewolff:parse:v2.5.27:tdewolff_parse_v2/vendor/github.com/tdewolff/parse/v2 \ uber-go:atomic:v1.9.0:uber_go_atomic/vendor/go.uber.org/atomic \ - yuin:goldmark:v1.4.10:yuin_goldmark/vendor/github.com/yuin/goldmark \ - sanity-io:litter:v1.5.2:sanity_io_litter/vendor/github.com/sanity-io/litter + yuin:goldmark:v1.4.10:yuin_goldmark/vendor/github.com/yuin/goldmark post-extract: @${RM} -r ${WRKSRC}/vendor/cloud.google.com/go/compute @@ -159,7 +158,7 @@ PORTMANS= hugo-completion-bash.1 hugo-completion-fish.1 hugo-completion-powershe SOURCE_DATE_EPOCH_CMD= date -r $$(grep TIMESTAMP ${DISTINFO_FILE} | ${SED} -e 's/[^0-9]//g') '+%FT%TZ%z' # COMMIT_ID should be the first 8 positions of the commit hash, characters should be UPPERCASE -COMMIT_ID= 48FB9E4D +COMMIT_ID= 9F2E76AF do-build-MANPAGES-on: @cd ${GO_WRKSRC} && ${GO_WRKDIR_BIN}/${PORTNAME} gen man --dir man/man1/ diff --git a/www/gohugo/distinfo b/www/gohugo/distinfo index cfb9c18f54f1..46a2960c38f8 100644 --- a/www/gohugo/distinfo +++ b/www/gohugo/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1647116603 -SHA256 (gohugo/gohugoio-hugo-v0.94.2_GH0.tar.gz) = 315bc0d22977e84ba25125b1d23333648e36194a46a4d6ae4f4c6c683dc8979c -SIZE (gohugo/gohugoio-hugo-v0.94.2_GH0.tar.gz) = 27851182 +TIMESTAMP = 1648071316 +SHA256 (gohugo/gohugoio-hugo-v0.95.0_GH0.tar.gz) = a3d80e3614c8755b664469b3dd5e4503efdad62b10b78653bfbf25363ce09b5a +SIZE (gohugo/gohugoio-hugo-v0.95.0_GH0.tar.gz) = 27859168 SHA256 (gohugo/Azure-azure-pipeline-go-v0.2.2_GH0.tar.gz) = dc0d15949088e17e74da35c3ae2730f52240ad73e25cf795f532b7282de68e2f SIZE (gohugo/Azure-azure-pipeline-go-v0.2.2_GH0.tar.gz) = 16443 SHA256 (gohugo/Azure-azure-storage-blob-go-v0.9.0_GH0.tar.gz) = f206c84fe3689aaa8e0cd180facf3455dc9c7e374a5dee1e2e9e6b9e39ab99c7
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203250603.22P63WZZ095936>