git: 1fbd53b21e0f - main - www/gohugo: Update to 0.92.0

From: Guangyuan Yang <ygy_at_FreeBSD.org>
Date: Mon, 17 Jan 2022 02:24:47 UTC
The branch main has been updated by ygy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1fbd53b21e0f39b2c3525efbdc18321c7661c946

commit 1fbd53b21e0f39b2c3525efbdc18321c7661c946
Author:     Ben Lavery-Griffiths <ben@lavery-griffiths.com>
AuthorDate: 2022-01-17 02:19:37 +0000
Commit:     Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2022-01-17 02:19:37 +0000

    www/gohugo: Update to 0.92.0
    
    Changelog:      https://github.com/gohugoio/hugo/releases/tag/v0.92.0
    
    PR:             261170
---
 www/gohugo/Makefile | 18 ++++++++----------
 www/gohugo/distinfo | 22 +++++++++-------------
 2 files changed, 17 insertions(+), 23 deletions(-)

diff --git a/www/gohugo/Makefile b/www/gohugo/Makefile
index 12b152e90502..ea13210fbcd4 100644
--- a/www/gohugo/Makefile
+++ b/www/gohugo/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	hugo
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.91.2
+DISTVERSION=	0.92.0
 CATEGORIES=	www
 PKGNAMEPREFIX=	go
 DIST_SUBDIR=	${PKGNAMEPREFIX}${PORTNAME}
@@ -14,11 +14,11 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USES=		cpe go:modules
 CPE_VENDOR=	gohugo
 USE_GITHUB=	yes
+GH_ACCOUNT=	gohugoio
 GH_TUPLE=	\
 		Azure:azure-pipeline-go:v0.2.2:azure_azure_pipeline_go/vendor/github.com/Azure/azure-pipeline-go \
 		Azure:azure-storage-blob-go:v0.9.0:azure_azure_storage_blob_go/vendor/github.com/Azure/azure-storage-blob-go \
 		BurntSushi:locker:a6e239ea1c69:burntsushi_locker/vendor/github.com/BurntSushi/locker \
-		BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \
 		PuerkitoBio:purell:v1.1.1:puerkitobio_purell/vendor/github.com/PuerkitoBio/purell \
 		PuerkitoBio:urlesc:de5bf2ad4578:puerkitobio_urlesc/vendor/github.com/PuerkitoBio/urlesc \
 		alecthomas:chroma:v0.9.4:alecthomas_chroma/vendor/github.com/alecthomas/chroma \
@@ -43,7 +43,7 @@ GH_TUPLE=	\
 		dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \
 		envoyproxy:go-control-plane:63b5d3c536b0:envoyproxy_go_control_plane/vendor/github.com/envoyproxy/go-control-plane \
 		envoyproxy:protoc-gen-validate:v0.1.0:envoyproxy_protoc_gen_validate/vendor/github.com/envoyproxy/protoc-gen-validate \
-		evanw:esbuild:v0.14.8:evanw_esbuild/vendor/github.com/evanw/esbuild \
+		evanw:esbuild:v0.14.11:evanw_esbuild/vendor/github.com/evanw/esbuild \
 		fortytw2:leaktest:v1.3.0:fortytw2_leaktest/vendor/github.com/fortytw2/leaktest \
 		frankban:quicktest:v1.14.0:frankban_quicktest/vendor/github.com/frankban/quicktest \
 		fsnotify:fsnotify:v1.5.1:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \
@@ -96,19 +96,18 @@ GH_TUPLE=	\
 		mattn:go-ieproxy:v0.0.1:mattn_go_ieproxy/vendor/github.com/mattn/go-ieproxy \
 		mattn:go-isatty:v0.0.14:mattn_go_isatty/vendor/github.com/mattn/go-isatty \
 		mattn:go-runewidth:v0.0.9:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \
-		miekg:mmark:v1.3.6:miekg_mmark/vendor/github.com/miekg/mmark \
 		mitchellh:hashstructure:v1.1.0:mitchellh_hashstructure/vendor/github.com/mitchellh/hashstructure \
 		mitchellh:mapstructure:v1.4.3:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \
 		muesli:smartcrop:v0.3.0:muesli_smartcrop/vendor/github.com/muesli/smartcrop \
 		nfnt:resize:83c6a9932646:nfnt_resize/vendor/github.com/nfnt/resize \
-		niklasfasching:go-org:v1.5.0:niklasfasching_go_org/vendor/github.com/niklasfasching/go-org \
+		niklasfasching:go-org:v1.6.0:niklasfasching_go_org/vendor/github.com/niklasfasching/go-org \
 		olekukonko:tablewriter:v0.0.5:olekukonko_tablewriter/vendor/github.com/olekukonko/tablewriter \
 		pelletier:go-toml:fa0796069526:pelletier_go_toml_v2/vendor/github.com/pelletier/go-toml/v2 \
 		pelletier:go-toml:v1.9.3:pelletier_go_toml/vendor/github.com/pelletier/go-toml \
 		pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \
 		protocolbuffers:protobuf-go:v1.27.1:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \
 		rogpeppe:go-internal:v1.8.0:rogpeppe_go_internal/vendor/github.com/rogpeppe/go-internal \
-		russross:blackfriday:41c5fccfd6f6:russross_blackfriday/vendor/github.com/russross/blackfriday \
+		russross:blackfriday:v1.6.0:russross_blackfriday/vendor/github.com/russross/blackfriday \
 		russross:blackfriday:v2.0.1:russross_blackfriday_v2/vendor/github.com/russross/blackfriday/v2 \
 		rwcarlsen:goexif:9e8deecbddbd:rwcarlsen_goexif/vendor/github.com/rwcarlsen/goexif \
 		shurcooL:sanitized_anchor_name:v1.0.0:shurcool_sanitized_anchor_name/vendor/github.com/shurcooL/sanitized_anchor_name \
@@ -126,8 +125,6 @@ GH_TUPLE=	\
 		yuin:goldmark:v1.4.4:yuin_goldmark/vendor/github.com/yuin/goldmark \
 		sanity-io:litter:v1.5.1:sanity_io_litter/vendor/github.com/sanity-io/litter
 
-CONFLICTS_INSTALL=	hugo # bin/hugo
-
 post-extract:
 	@${RM} -r ${WRKSRC}/vendor/cloud.google.com/go/storage
 	@${RLN} ${WRKSRC_googleapis_google_cloud_go_storage}/storage ${WRKSRC}/vendor/cloud.google.com/go/storage
@@ -135,7 +132,8 @@ post-extract:
 	@${RLN} ${WRKSRC_googleapis_gax_go_v2}/v2 ${WRKSRC}/vendor/github.com/googleapis/gax-go/v2
 	@${MKDIR} ${WRKSRC}/vendor/github.com/sanity-io
 	@${RLN} ${WRKSRC_fsnotify_fsnotify} ${WRKSRC}/vendor/github.com/sanity-io/litter
-GH_ACCOUNT=	gohugoio
+
+CONFLICTS_INSTALL=	hugo # bin/hugo
 
 GO_BUILDFLAGS=	-ldflags="\
 		-s -w \
@@ -167,7 +165,7 @@ PORTMANS=	hugo-config.1 hugo-convert-toJSON.1 hugo-convert-toTOML.1 \
 
 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=		1798BD3F
+COMMIT_ID=		B3549403
 
 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 e157f6b305b9..45b0fae3628a 100644
--- a/www/gohugo/distinfo
+++ b/www/gohugo/distinfo
@@ -1,14 +1,12 @@
-TIMESTAMP = 1640703296
-SHA256 (gohugo/gohugoio-hugo-v0.91.2_GH0.tar.gz) = a749485225d682dee43ea6a0644d5bd2e587c0535508be90e679b21e4553f8e9
-SIZE (gohugo/gohugoio-hugo-v0.91.2_GH0.tar.gz) = 28416583
+TIMESTAMP = 1642328060
+SHA256 (gohugo/gohugoio-hugo-v0.92.0_GH0.tar.gz) = 3ac140757a7322f0a7511d75fb3b1e77e6a0f0c6e4ea1b0afdbebc00e0d0a7d1
+SIZE (gohugo/gohugoio-hugo-v0.92.0_GH0.tar.gz) = 28551417
 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
 SIZE (gohugo/Azure-azure-storage-blob-go-v0.9.0_GH0.tar.gz) = 176930
 SHA256 (gohugo/BurntSushi-locker-a6e239ea1c69_GH0.tar.gz) = 62a7317db042e69e8c0e2d6d748a33b9a92a3c10ea02aa4e85bda8a9fbd8bd9b
 SIZE (gohugo/BurntSushi-locker-a6e239ea1c69_GH0.tar.gz) = 2111
-SHA256 (gohugo/BurntSushi-toml-v0.3.1_GH0.tar.gz) = 6593da894578ba510a470735ffbdc88ce88033094dc5a8f4d3957ab87e18803f
-SIZE (gohugo/BurntSushi-toml-v0.3.1_GH0.tar.gz) = 42077
 SHA256 (gohugo/PuerkitoBio-purell-v1.1.1_GH0.tar.gz) = 93e2ae2b12fc656ecc7ca28336009d24431247d2af59949c59fdef26ecc9a971
 SIZE (gohugo/PuerkitoBio-purell-v1.1.1_GH0.tar.gz) = 11604
 SHA256 (gohugo/PuerkitoBio-urlesc-de5bf2ad4578_GH0.tar.gz) = e1d470b13efcab6d4dea96a3cdb986b8a29a06c05d1b80399f0e58caef5ca932
@@ -57,8 +55,8 @@ SHA256 (gohugo/envoyproxy-go-control-plane-63b5d3c536b0_GH0.tar.gz) = 4df57d0877
 SIZE (gohugo/envoyproxy-go-control-plane-63b5d3c536b0_GH0.tar.gz) = 2574984
 SHA256 (gohugo/envoyproxy-protoc-gen-validate-v0.1.0_GH0.tar.gz) = 49a275b7aff7e9c7e84db38e405b49b1ac91bbd2fcbd0c253d39ec412ed3be61
 SIZE (gohugo/envoyproxy-protoc-gen-validate-v0.1.0_GH0.tar.gz) = 9625220
-SHA256 (gohugo/evanw-esbuild-v0.14.8_GH0.tar.gz) = 7ee97838858259f5d9e053319c8eb69a8119e95d40955a06cb586da2ebabb1c6
-SIZE (gohugo/evanw-esbuild-v0.14.8_GH0.tar.gz) = 1505273
+SHA256 (gohugo/evanw-esbuild-v0.14.11_GH0.tar.gz) = 740f6e52b97324a506a36a120dc8dc783ccf4ab3bb633a426a7d29501055e66a
+SIZE (gohugo/evanw-esbuild-v0.14.11_GH0.tar.gz) = 1520723
 SHA256 (gohugo/fortytw2-leaktest-v1.3.0_GH0.tar.gz) = 897726ed584a7c442eb660406e3438d4585b00c5f3769360eb19b18cace35292
 SIZE (gohugo/fortytw2-leaktest-v1.3.0_GH0.tar.gz) = 5281
 SHA256 (gohugo/frankban-quicktest-v1.14.0_GH0.tar.gz) = ae473055eb7a97ea8d735fc94c3aab25966267bf69e31adebda586d499ac286f
@@ -163,8 +161,6 @@ SHA256 (gohugo/mattn-go-isatty-v0.0.14_GH0.tar.gz) = e6460325edf600297cf2ef68834
 SIZE (gohugo/mattn-go-isatty-v0.0.14_GH0.tar.gz) = 4710
 SHA256 (gohugo/mattn-go-runewidth-v0.0.9_GH0.tar.gz) = 4f20a337ad06e071f29535afe9c5207d3e8840c8c86672bbc5f9837c6229c835
 SIZE (gohugo/mattn-go-runewidth-v0.0.9_GH0.tar.gz) = 16714
-SHA256 (gohugo/miekg-mmark-v1.3.6_GH0.tar.gz) = 9c49d335d0591003c9ac838f6f74f3ae8e0ac50dec892b6ed3485b17a8bedd77
-SIZE (gohugo/miekg-mmark-v1.3.6_GH0.tar.gz) = 198696
 SHA256 (gohugo/mitchellh-hashstructure-v1.1.0_GH0.tar.gz) = 678ae94c4ca368752704277c0be185cc95d7b303499035c52e358b1f648cadf0
 SIZE (gohugo/mitchellh-hashstructure-v1.1.0_GH0.tar.gz) = 7883
 SHA256 (gohugo/mitchellh-mapstructure-v1.4.3_GH0.tar.gz) = 06198bdaa6782f68990134b88b5f0c1db44757cf81721c619fff5626d97fffc4
@@ -173,8 +169,8 @@ SHA256 (gohugo/muesli-smartcrop-v0.3.0_GH0.tar.gz) = 3b984205075076b682b837172b7
 SIZE (gohugo/muesli-smartcrop-v0.3.0_GH0.tar.gz) = 448018
 SHA256 (gohugo/nfnt-resize-83c6a9932646_GH0.tar.gz) = d5c440f3d4d431d64f6a4edabbc267d4b6e21d9a5649c35965f954a067dbc81c
 SIZE (gohugo/nfnt-resize-83c6a9932646_GH0.tar.gz) = 12461
-SHA256 (gohugo/niklasfasching-go-org-v1.5.0_GH0.tar.gz) = 66c3402f513771636dda2f6f451ff1f0e5aedeb52eb4bc57295a870737cfacb0
-SIZE (gohugo/niklasfasching-go-org-v1.5.0_GH0.tar.gz) = 236591
+SHA256 (gohugo/niklasfasching-go-org-v1.6.0_GH0.tar.gz) = 5bbf3cbdc7f6176c3d65df1439d1f1a6e0a3e31650ed5fd1dfbab6be9aa98483
+SIZE (gohugo/niklasfasching-go-org-v1.6.0_GH0.tar.gz) = 238437
 SHA256 (gohugo/olekukonko-tablewriter-v0.0.5_GH0.tar.gz) = 14a1294a8267facc9bc99a230b8871517e6db284ccc7e39030313befa124677f
 SIZE (gohugo/olekukonko-tablewriter-v0.0.5_GH0.tar.gz) = 19568
 SHA256 (gohugo/pelletier-go-toml-fa0796069526_GH0.tar.gz) = 01bc0686a2a9252b6fccf6abcf08ad7cb206b215a3aaf69916edc940a497c833
@@ -187,8 +183,8 @@ SHA256 (gohugo/protocolbuffers-protobuf-go-v1.27.1_GH0.tar.gz) = 3ec41a8324431e7
 SIZE (gohugo/protocolbuffers-protobuf-go-v1.27.1_GH0.tar.gz) = 1278521
 SHA256 (gohugo/rogpeppe-go-internal-v1.8.0_GH0.tar.gz) = a423c3d03d47d263d7ff1c90ba3911c9025bb7f060b5a46af8229e00962df8ed
 SIZE (gohugo/rogpeppe-go-internal-v1.8.0_GH0.tar.gz) = 129034
-SHA256 (gohugo/russross-blackfriday-41c5fccfd6f6_GH0.tar.gz) = e3abd7d92acce4b1df8779d8b764b489b70223e4f5274869f38a4b8ba194d5f4
-SIZE (gohugo/russross-blackfriday-41c5fccfd6f6_GH0.tar.gz) = 76062
+SHA256 (gohugo/russross-blackfriday-v1.6.0_GH0.tar.gz) = 3c92006c3ff14cdeacc7edd992acb487749e7234dbc6f95e8fb8abfaf60cdc49
+SIZE (gohugo/russross-blackfriday-v1.6.0_GH0.tar.gz) = 75794
 SHA256 (gohugo/russross-blackfriday-v2.0.1_GH0.tar.gz) = 5a0f38a36b6f3b2d59b72d713451a895a4d3a4406b3533882483782e37797cff
 SIZE (gohugo/russross-blackfriday-v2.0.1_GH0.tar.gz) = 79613
 SHA256 (gohugo/rwcarlsen-goexif-9e8deecbddbd_GH0.tar.gz) = 3a87edeb13c1d3febbc58fa8e58746f283fef347a25c98a01893bc43db3e9b28