Date: Sat, 4 Sep 2021 09:14:31 GMT From: Ashish SHUKLA <ashish@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: de09036326e8 - main - www/gohugo: Update to 0.88.0 Message-ID: <202109040914.1849EVQ3083587@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ashish: URL: https://cgit.FreeBSD.org/ports/commit/?id=de09036326e822cb9375d030f20f62cb7378a221 commit de09036326e822cb9375d030f20f62cb7378a221 Author: ben.lavery@hashbang0.com <ben@lavery-griffiths.com> AuthorDate: 2021-09-04 09:12:07 +0000 Commit: Ashish SHUKLA <ashish@FreeBSD.org> CommitDate: 2021-09-04 09:13:14 +0000 www/gohugo: Update to 0.88.0 PR: 258260 --- www/gohugo/Makefile | 19 ++++++++++--------- www/gohugo/distinfo | 34 +++++++++++++++++----------------- 2 files changed, 27 insertions(+), 26 deletions(-) diff --git a/www/gohugo/Makefile b/www/gohugo/Makefile index f40948ea3b61..bafdfeb64e91 100644 --- a/www/gohugo/Makefile +++ b/www/gohugo/Makefile @@ -1,6 +1,6 @@ PORTNAME= hugo DISTVERSIONPREFIX= v -DISTVERSION= 0.87.0 +DISTVERSION= 0.88.0 CATEGORIES= www PKGNAMEPREFIX= go DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} @@ -38,11 +38,11 @@ GH_TUPLE= \ disintegration:gift:v1.2.1:disintegration_gift/vendor/github.com/disintegration/gift \ dlclark:regexp2:v1.4.0:dlclark_regexp2/vendor/github.com/dlclark/regexp2 \ dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \ - evanw:esbuild:v0.12.17:evanw_esbuild/vendor/github.com/evanw/esbuild \ + evanw:esbuild:v0.12.24:evanw_esbuild/vendor/github.com/evanw/esbuild \ fortytw2:leaktest:v1.3.0:fortytw2_leaktest/vendor/github.com/fortytw2/leaktest \ - frankban:quicktest:v1.13.0:frankban_quicktest/vendor/github.com/frankban/quicktest \ + frankban:quicktest:v1.13.1:frankban_quicktest/vendor/github.com/frankban/quicktest \ fsnotify:fsnotify:v1.4.9:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ - getkin:kin-openapi:v0.68.0:getkin_kin_openapi/vendor/github.com/getkin/kin-openapi \ + getkin:kin-openapi:v0.75.0:getkin_kin_openapi/vendor/github.com/getkin/kin-openapi \ ghodss:yaml:v1.0.0:ghodss_yaml/vendor/github.com/ghodss/yaml \ go-check:check:41f04d3bba15:go_check_check/vendor/gopkg.in/check.v1 \ go-ini:ini:v1.62.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ @@ -65,7 +65,7 @@ GH_TUPLE= \ golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sync:036812b2e83c:golang_sync/vendor/golang.org/x/sync \ golang:sys:0f9fa26af87c:golang_sys/vendor/golang.org/x/sys \ - golang:text:v0.3.6:golang_text/vendor/golang.org/x/text \ + golang:text:v0.3.7:golang_text/vendor/golang.org/x/text \ golang:tools:v0.1.5:golang_tools/vendor/golang.org/x/tools \ golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \ google:go-cloud:v0.20.0:google_go_cloud/vendor/gocloud.dev \ @@ -85,8 +85,8 @@ GH_TUPLE= \ jdkato:prose:v1.2.1:jdkato_prose/vendor/github.com/jdkato/prose \ jmespath:go-jmespath:v0.4.0:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \ jstemmer:go-junit-report:v0.9.1:jstemmer_go_junit_report/vendor/github.com/jstemmer/go-junit-report \ - kr:pretty:v0.2.1:kr_pretty/vendor/github.com/kr/pretty \ - kr:text:v0.1.0:kr_text/vendor/github.com/kr/text \ + kr:pretty:v0.3.0:kr_pretty/vendor/github.com/kr/pretty \ + kr:text:v0.2.0:kr_text/vendor/github.com/kr/text \ kylelemons:godebug:v1.1.0:kylelemons_godebug/vendor/github.com/kylelemons/godebug \ kyokomi:emoji:v2.2.8:kyokomi_emoji_v2/vendor/github.com/kyokomi/emoji/v2 \ magefile:mage:v1.11.0:magefile_mage/vendor/github.com/magefile/mage \ @@ -113,7 +113,7 @@ GH_TUPLE= \ sanity-io:litter:v1.5.1:sanity_io_litter/vendor/github.com/sanity-io/litter \ shurcooL:sanitized_anchor_name:v1.0.0:shurcool_sanitized_anchor_name/vendor/github.com/shurcooL/sanitized_anchor_name \ spf13:afero:v1.6.0:spf13_afero/vendor/github.com/spf13/afero \ - spf13:cast:v1.4.0:spf13_cast/vendor/github.com/spf13/cast \ + spf13:cast:v1.4.1:spf13_cast/vendor/github.com/spf13/cast \ spf13:cobra:v1.2.1:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:fsync:v0.9.0:spf13_fsync/vendor/github.com/spf13/fsync \ spf13:jwalterweatherman:v1.1.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ @@ -161,7 +161,8 @@ PORTMANS= hugo-config.1 hugo-convert-toJSON.1 hugo-convert-toTOML.1 \ .include <bsd.port.pre.mk> SOURCE_DATE_EPOCH_CMD= date -r $$(grep TIMESTAMP ${DISTINFO_FILE} | ${SED} -e 's/[^0-9]//g') '+%FT%TZ%z' -COMMIT_ID= b0c541e4 +# COMMIT_ID should be the first 8 positions of the commit hash, characters should be UPPERCASE +COMMIT_ID= ACC5EB5B 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 5bfd3e5f6b71..17034bc948ed 100644 --- a/www/gohugo/distinfo +++ b/www/gohugo/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1628538888 -SHA256 (gohugo/gohugoio-hugo-v0.87.0_GH0.tar.gz) = 04452df07f7cda063a93c7965f30dc7e50b30a4b1dfc42777cf9579d3b14318f -SIZE (gohugo/gohugoio-hugo-v0.87.0_GH0.tar.gz) = 37002468 +TIMESTAMP = 1630662427 +SHA256 (gohugo/gohugoio-hugo-v0.88.0_GH0.tar.gz) = 76b5a5393bbb2983697b1c0b32926d6d3510113ce8de7c66f6509371439ff383 +SIZE (gohugo/gohugoio-hugo-v0.88.0_GH0.tar.gz) = 37011807 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 @@ -47,16 +47,16 @@ SHA256 (gohugo/dlclark-regexp2-v1.4.0_GH0.tar.gz) = 774718cb87c5cc7b954e4f17056f SIZE (gohugo/dlclark-regexp2-v1.4.0_GH0.tar.gz) = 205882 SHA256 (gohugo/dustin-go-humanize-v1.0.0_GH0.tar.gz) = e4540bd50ac855143b4f2e509313079c50cf5d8774f09cc10dbca5ae9803d8ba SIZE (gohugo/dustin-go-humanize-v1.0.0_GH0.tar.gz) = 17260 -SHA256 (gohugo/evanw-esbuild-v0.12.17_GH0.tar.gz) = e5d93e90ba085db39a89bf4cd8ab0984cc9ac4e0e237ca247bca04a9bd848462 -SIZE (gohugo/evanw-esbuild-v0.12.17_GH0.tar.gz) = 1545051 +SHA256 (gohugo/evanw-esbuild-v0.12.24_GH0.tar.gz) = 1ae4aafe50d9a3b8daa4240b2405af8713c4a43388cd0232e85a409d7af5081d +SIZE (gohugo/evanw-esbuild-v0.12.24_GH0.tar.gz) = 1556705 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.13.0_GH0.tar.gz) = d49420ed7748b17ede2a5dbad8696685d00921bea4e47d401b44fecb3f0c74aa -SIZE (gohugo/frankban-quicktest-v1.13.0_GH0.tar.gz) = 36498 +SHA256 (gohugo/frankban-quicktest-v1.13.1_GH0.tar.gz) = 9491df82764994ec05b21c288be9dd7fa79323424b8c0f75411fc8803aeecc6c +SIZE (gohugo/frankban-quicktest-v1.13.1_GH0.tar.gz) = 37447 SHA256 (gohugo/fsnotify-fsnotify-v1.4.9_GH0.tar.gz) = 4f888b1cb132026227826751d156c0a2958e7d492e5e38386cde8848ef494dcb SIZE (gohugo/fsnotify-fsnotify-v1.4.9_GH0.tar.gz) = 31900 -SHA256 (gohugo/getkin-kin-openapi-v0.68.0_GH0.tar.gz) = 90a0d1a653a8461c5895daf403bf121e7999171569ddc7eff1948488b800efad -SIZE (gohugo/getkin-kin-openapi-v0.68.0_GH0.tar.gz) = 130263 +SHA256 (gohugo/getkin-kin-openapi-v0.75.0_GH0.tar.gz) = 9bf0e9e5c3ba6721960ce5279335bb19fa1b504e861a819c885a50c311df455e +SIZE (gohugo/getkin-kin-openapi-v0.75.0_GH0.tar.gz) = 130744 SHA256 (gohugo/ghodss-yaml-v1.0.0_GH0.tar.gz) = 8a76b47cd171944612aae1cfa08bbb971b63fec16794c839252808392097de44 SIZE (gohugo/ghodss-yaml-v1.0.0_GH0.tar.gz) = 11772 SHA256 (gohugo/go-check-check-41f04d3bba15_GH0.tar.gz) = 2d5b1036909b241e44f0d6a7cfa936cf9f875efb4f0af077cd61585c6d0c0432 @@ -101,8 +101,8 @@ SHA256 (gohugo/golang-sync-036812b2e83c_GH0.tar.gz) = 75ac8fc16bdceb2496c4a9cc98 SIZE (gohugo/golang-sync-036812b2e83c_GH0.tar.gz) = 18752 SHA256 (gohugo/golang-sys-0f9fa26af87c_GH0.tar.gz) = 4a7725e85ddaba8f2efc9b799eb00f4b3d522ea8ed9ad0ce08783febe3ec97a1 SIZE (gohugo/golang-sys-0f9fa26af87c_GH0.tar.gz) = 1202044 -SHA256 (gohugo/golang-text-v0.3.6_GH0.tar.gz) = f66bebcf21985b0a713d67c6c35dfc9800d3b6d00d62b83ed0ce5b2ed4cb9760 -SIZE (gohugo/golang-text-v0.3.6_GH0.tar.gz) = 8351095 +SHA256 (gohugo/golang-text-v0.3.7_GH0.tar.gz) = 7cab2f6c3133ac1d422edd952b0dd2082fa55a73c2663fb2defd9bf83d649b26 +SIZE (gohugo/golang-text-v0.3.7_GH0.tar.gz) = 8354718 SHA256 (gohugo/golang-tools-v0.1.5_GH0.tar.gz) = fe47ea2bae87d8612ec8202c7fcf9ec7d125fbf236a36f1417d93295dbc3a855 SIZE (gohugo/golang-tools-v0.1.5_GH0.tar.gz) = 2843361 SHA256 (gohugo/golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 71975d658357e170fd6a41f92539cde8b39c9cd8bfe5931b6311bc5f5c0da0d7 @@ -141,10 +141,10 @@ SHA256 (gohugo/jmespath-go-jmespath-v0.4.0_GH0.tar.gz) = aa86d00b6836345eee196c1 SIZE (gohugo/jmespath-go-jmespath-v0.4.0_GH0.tar.gz) = 128861 SHA256 (gohugo/jstemmer-go-junit-report-v0.9.1_GH0.tar.gz) = 4999e6d8feefe5b89eb9c2b3845a3c0ecdb6f0b0ba4e9785567a43f8952fff15 SIZE (gohugo/jstemmer-go-junit-report-v0.9.1_GH0.tar.gz) = 17764 -SHA256 (gohugo/kr-pretty-v0.2.1_GH0.tar.gz) = 01db9d66df2482ad7ade0cf1e194c2d703de4c2ed0a0b1bd3758ab31c5e35ea5 -SIZE (gohugo/kr-pretty-v0.2.1_GH0.tar.gz) = 8761 -SHA256 (gohugo/kr-text-v0.1.0_GH0.tar.gz) = b67f2744020b25f9298153af0992db252d195edd7ca5afa3b19d6ac300c2d14e -SIZE (gohugo/kr-text-v0.1.0_GH0.tar.gz) = 8686 +SHA256 (gohugo/kr-pretty-v0.3.0_GH0.tar.gz) = c264e7939bf8d989d388c1156ea0c8bdeb3659b789e83aac6bd4689e8613f3f6 +SIZE (gohugo/kr-pretty-v0.3.0_GH0.tar.gz) = 10041 +SHA256 (gohugo/kr-text-v0.2.0_GH0.tar.gz) = 59b5e4a7fd4097be87fad0edcaf342fdc971d0c8fdfb4f2d7424561471992e7c +SIZE (gohugo/kr-text-v0.2.0_GH0.tar.gz) = 8699 SHA256 (gohugo/kylelemons-godebug-v1.1.0_GH0.tar.gz) = 72cc6f274fbd165b7674280f836a6b400e80dbae055919e101920dedf50e79db SIZE (gohugo/kylelemons-godebug-v1.1.0_GH0.tar.gz) = 17637 SHA256 (gohugo/kyokomi-emoji-v2.2.8_GH0.tar.gz) = 412bcec93e56fd7309914e259b1d240d9bbaf834595b4aea8d8b493fa3178103 @@ -197,8 +197,8 @@ SHA256 (gohugo/shurcooL-sanitized_anchor_name-v1.0.0_GH0.tar.gz) = 7e11964980f9b SIZE (gohugo/shurcooL-sanitized_anchor_name-v1.0.0_GH0.tar.gz) = 2143 SHA256 (gohugo/spf13-afero-v1.6.0_GH0.tar.gz) = d1942de010ac7932bd21618aaf478b4f1413980449c061032f18beac7805d068 SIZE (gohugo/spf13-afero-v1.6.0_GH0.tar.gz) = 62130 -SHA256 (gohugo/spf13-cast-v1.4.0_GH0.tar.gz) = 56e4ad505597460418e13cecb1c89d607ea5ba668cb2ea7f93947d48a428bbda -SIZE (gohugo/spf13-cast-v1.4.0_GH0.tar.gz) = 13365 +SHA256 (gohugo/spf13-cast-v1.4.1_GH0.tar.gz) = 3d099a48b75a66ac52dbb473c93096076dca752af51087b8d163e15e5de721f8 +SIZE (gohugo/spf13-cast-v1.4.1_GH0.tar.gz) = 13381 SHA256 (gohugo/spf13-cobra-v1.2.1_GH0.tar.gz) = 382d414ff7b8f421ae07d32d5a17161718b45bdd00de86dc107a34e639857794 SIZE (gohugo/spf13-cobra-v1.2.1_GH0.tar.gz) = 161312 SHA256 (gohugo/spf13-fsync-v0.9.0_GH0.tar.gz) = 042a7a2f865899318e048dc0afda0cbf1b3e1a309a9872f84a3aeea323d2a4fd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109040914.1849EVQ3083587>