From owner-dev-commits-ports-all@freebsd.org Sat Jul 17 09:46:22 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D949165131E; Sat, 17 Jul 2021 09:46:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GRjt65Jqqz3HBH; Sat, 17 Jul 2021 09:46:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9DDC8615B; Sat, 17 Jul 2021 09:46:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16H9kM0G059420; Sat, 17 Jul 2021 09:46:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16H9kMuD059419; Sat, 17 Jul 2021 09:46:22 GMT (envelope-from git) Date: Sat, 17 Jul 2021 09:46:22 GMT Message-Id: <202107170946.16H9kMuD059419@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guangyuan Yang Subject: git: 991ba4e24ae9 - main - www/gohugo: Update to 0.85.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 991ba4e24ae9f86f48febbfb61a132b50840373d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jul 2021 09:46:22 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=991ba4e24ae9f86f48febbfb61a132b50840373d commit 991ba4e24ae9f86f48febbfb61a132b50840373d Author: ben.lavery AuthorDate: 2021-07-17 09:46:01 +0000 Commit: Guangyuan Yang CommitDate: 2021-07-17 09:46:01 +0000 www/gohugo: Update to 0.85.0 Changelog: https://github.com/gohugoio/hugo/releases/tag/v0.85.0 PR: 257005 Approved by: lwhsu (mentor, implicit) --- www/gohugo/Makefile | 8 +++----- www/gohugo/distinfo | 10 +++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/www/gohugo/Makefile b/www/gohugo/Makefile index e1566c92f564..ed7f11ccd5da 100644 --- a/www/gohugo/Makefile +++ b/www/gohugo/Makefile @@ -1,8 +1,6 @@ -# - PORTNAME= hugo DISTVERSIONPREFIX= v -DISTVERSION= 0.84.4 +DISTVERSION= 0.85.0 CATEGORIES= www PKGNAMEPREFIX= go DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} @@ -122,7 +120,7 @@ GH_TUPLE= \ tdewolff:minify:v2.9.18:tdewolff_minify_v2/vendor/github.com/tdewolff/minify/v2 \ tdewolff:parse:v2.5.18:tdewolff_parse_v2/vendor/github.com/tdewolff/parse/v2 \ yuin:goldmark-highlighting:60d527fdb691:yuin_goldmark_highlighting/vendor/github.com/yuin/goldmark-highlighting \ - yuin:goldmark:v1.3.8:yuin_goldmark/vendor/github.com/yuin/goldmark + yuin:goldmark:v1.3.9:yuin_goldmark/vendor/github.com/yuin/goldmark post-extract: @${RM} -r ${WRKSRC}/vendor/cloud.google.com/go/storage @@ -160,7 +158,7 @@ PORTMANS= hugo-config.1 hugo-convert-toJSON.1 hugo-convert-toTOML.1 \ .include SOURCE_DATE_EPOCH_CMD= date -r $$(grep TIMESTAMP ${DISTINFO_FILE} | ${SED} -e 's/[^0-9]//g') '+%FT%TZ%z' -COMMIT_ID= 020e4ace +COMMIT_ID= 724d5db5 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 df9b0b17bc13..6ab9fbdd7526 100644 --- a/www/gohugo/distinfo +++ b/www/gohugo/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1625172380 -SHA256 (gohugo/gohugoio-hugo-v0.84.4_GH0.tar.gz) = d8711de4b34ef602efa4805648efcc5c8b3881138db85b16efc025b5b08fb209 -SIZE (gohugo/gohugoio-hugo-v0.84.4_GH0.tar.gz) = 38962300 +TIMESTAMP = 1625494983 +SHA256 (gohugo/gohugoio-hugo-v0.85.0_GH0.tar.gz) = 9f1c983fe649f0d602481c848ebf863c9d3b3bc9c0e6a237c35e96e33a1b5d24 +SIZE (gohugo/gohugoio-hugo-v0.85.0_GH0.tar.gz) = 38968286 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 @@ -211,5 +211,5 @@ SHA256 (gohugo/tdewolff-parse-v2.5.18_GH0.tar.gz) = 15172754ed91aa5d63b5d6e278e4 SIZE (gohugo/tdewolff-parse-v2.5.18_GH0.tar.gz) = 99556 SHA256 (gohugo/yuin-goldmark-highlighting-60d527fdb691_GH0.tar.gz) = 151eceff70451c95cb2e6737f8593d58b6d218509726f1f58150b7157496813e SIZE (gohugo/yuin-goldmark-highlighting-60d527fdb691_GH0.tar.gz) = 10767 -SHA256 (gohugo/yuin-goldmark-v1.3.8_GH0.tar.gz) = 971b693a90b0379e48b4b4b4ce44502ea1047b5ec7adcf799c7752f1153477e1 -SIZE (gohugo/yuin-goldmark-v1.3.8_GH0.tar.gz) = 233886 +SHA256 (gohugo/yuin-goldmark-v1.3.9_GH0.tar.gz) = f960accf2d24c0b7791d6a0ef85b230d57652a36b7d1f8813b1ce2f8b82140bf +SIZE (gohugo/yuin-goldmark-v1.3.9_GH0.tar.gz) = 233983