From owner-svn-ports-head@freebsd.org Sat Oct 31 16:13:10 2020 Return-Path: Delivered-To: svn-ports-head@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 0D503450147; Sat, 31 Oct 2020 16:13:10 +0000 (UTC) (envelope-from joneum@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CNkjx6cGKz4cvv; Sat, 31 Oct 2020 16:13:09 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C7215A511; Sat, 31 Oct 2020 16:13:09 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09VGD9Zi030097; Sat, 31 Oct 2020 16:13:09 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09VGD9wh030095; Sat, 31 Oct 2020 16:13:09 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <202010311613.09VGD9wh030095@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Sat, 31 Oct 2020 16:13:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553777 - head/www/gohugo X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/www/gohugo X-SVN-Commit-Revision: 553777 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Oct 2020 16:13:10 -0000 Author: joneum Date: Sat Oct 31 16:13:09 2020 New Revision: 553777 URL: https://svnweb.freebsd.org/changeset/ports/553777 Log: Update to 0.77.0 Changelog: https://github.com/gohugoio/hugo/releases/tag/v0.77.0 PR: 250752 Submitted by: maintainer Sponsored by: Netzkommune GmbH Modified: head/www/gohugo/Makefile head/www/gohugo/distinfo Modified: head/www/gohugo/Makefile ============================================================================== --- head/www/gohugo/Makefile Sat Oct 31 16:11:13 2020 (r553776) +++ head/www/gohugo/Makefile Sat Oct 31 16:13:09 2020 (r553777) @@ -2,7 +2,7 @@ PORTNAME= hugo DISTVERSIONPREFIX= v -DISTVERSION= 0.76.5 +DISTVERSION= 0.77.0 CATEGORIES= www PKGNAMEPREFIX= go DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} @@ -37,9 +37,9 @@ GH_TUPLE= \ dlclark:regexp2:v1.2.0:dlclark_regexp2/vendor/github.com/dlclark/regexp2 \ dominikh:go-tools:v0.0.1-2019.2.3:dominikh_go_tools/vendor/honnef.co/go/tools \ dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \ - evanw:esbuild:v0.7.9:evanw_esbuild/vendor/github.com/evanw/esbuild \ + evanw:esbuild:v0.7.18:evanw_esbuild/vendor/github.com/evanw/esbuild \ fortytw2:leaktest:v1.3.0:fortytw2_leaktest/vendor/github.com/fortytw2/leaktest \ - frankban:quicktest:v1.11.0:frankban_quicktest/vendor/github.com/frankban/quicktest \ + frankban:quicktest:v1.11.1:frankban_quicktest/vendor/github.com/frankban/quicktest \ fsnotify:fsnotify:v1.4.9:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ getkin:kin-openapi:v0.22.1:getkin_kin_openapi/vendor/github.com/getkin/kin-openapi \ ghodss:yaml:v1.0.0:ghodss_yaml/vendor/github.com/ghodss/yaml \ @@ -79,6 +79,7 @@ GH_TUPLE= \ jstemmer:go-junit-report:af01ea7f8024: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 \ + kylelemons:godebug:v1.1.0:kylelemons_godebug/vendor/github.com/kylelemons/godebug \ kyokomi:emoji:v2.2.4:kyokomi_emoji/vendor/github.com/kyokomi/emoji \ magefile:mage:v1.10.0:magefile_mage/vendor/github.com/magefile/mage \ magiconair:properties:v1.8.1:magiconair_properties/vendor/github.com/magiconair/properties \ @@ -100,9 +101,9 @@ GH_TUPLE= \ rwcarlsen:goexif:9e8deecbddbd:rwcarlsen_goexif/vendor/github.com/rwcarlsen/goexif \ sanity-io:litter:v1.3.0: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.4.0:spf13_afero/vendor/github.com/spf13/afero \ + spf13:afero:v1.4.1:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.3.1:spf13_cast/vendor/github.com/spf13/cast \ - spf13:cobra:v0.0.7:spf13_cobra/vendor/github.com/spf13/cobra \ + spf13:cobra:v1.1.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 \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ @@ -147,7 +148,7 @@ PORTMANS= hugo-config.1 hugo-convert-toJSON.1 hugo-con .include SOURCE_DATE_EPOCH_CMD= date -r $$(grep TIMESTAMP ${DISTINFO_FILE} | ${SED} -e 's/[^0-9]//g') '+%FT%TZ%z' -COMMIT_ID= 60f0725b +COMMIT_ID= ef290125 do-build-MANPAGES-on: @cd ${GO_WRKSRC} && ${GO_WRKDIR_BIN}/${PORTNAME} gen man --dir man/man1/ Modified: head/www/gohugo/distinfo ============================================================================== --- head/www/gohugo/distinfo Sat Oct 31 16:11:13 2020 (r553776) +++ head/www/gohugo/distinfo Sat Oct 31 16:13:09 2020 (r553777) @@ -1,6 +1,6 @@ -TIMESTAMP = 1602791601 -SHA256 (gohugo/gohugoio-hugo-v0.76.5_GH0.tar.gz) = 9ab9894b3fa5e21fe3c271a8de4724b5185bbfb8c41783e623b9f4d654352af9 -SIZE (gohugo/gohugoio-hugo-v0.76.5_GH0.tar.gz) = 35393539 +TIMESTAMP = 1604093831 +SHA256 (gohugo/gohugoio-hugo-v0.77.0_GH0.tar.gz) = e6053b20359b02233354930085318c8c729e3765e46e640ff7838de7e93fc51d +SIZE (gohugo/gohugoio-hugo-v0.77.0_GH0.tar.gz) = 35728499 SHA256 (gohugo/Azure-azure-pipeline-go-v0.1.9_GH0.tar.gz) = 365c183602d495e67399b5a4c42a41d3ce0e7d79348dc7c9fd04324b35333b8b SIZE (gohugo/Azure-azure-pipeline-go-v0.1.9_GH0.tar.gz) = 15849 SHA256 (gohugo/Azure-azure-storage-blob-go-v0.6.0_GH0.tar.gz) = 69fa9d27f51ccdd9879351bc5bd4b09544ee745ec63eb473479fac73970523ef @@ -41,12 +41,12 @@ SHA256 (gohugo/dominikh-go-tools-v0.0.1-2019.2.3_GH0.t SIZE (gohugo/dominikh-go-tools-v0.0.1-2019.2.3_GH0.tar.gz) = 367559 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.7.9_GH0.tar.gz) = 26009f26251b03fe852f569978dc491bb9ed1f4044cf4c090195c25c67e2b0ea -SIZE (gohugo/evanw-esbuild-v0.7.9_GH0.tar.gz) = 901091 +SHA256 (gohugo/evanw-esbuild-v0.7.18_GH0.tar.gz) = f3776f378bb445456f773adc121b578c543fec450e5119373468287a53f070c0 +SIZE (gohugo/evanw-esbuild-v0.7.18_GH0.tar.gz) = 925424 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.11.0_GH0.tar.gz) = c572a855c8bc0339db64f3d95cc6b68b0a9eda0b40487f2a17d2e1103b88eb92 -SIZE (gohugo/frankban-quicktest-v1.11.0_GH0.tar.gz) = 35605 +SHA256 (gohugo/frankban-quicktest-v1.11.1_GH0.tar.gz) = aa6d7ed1e49c7731f601b5ad5bddfb03f4881e75868304729b7961644e8529fa +SIZE (gohugo/frankban-quicktest-v1.11.1_GH0.tar.gz) = 35804 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.22.1_GH0.tar.gz) = dc250efca9d461e0d2b7f18736a41a00b12f30bcc25075168501409a1eba4d0e @@ -125,6 +125,8 @@ SHA256 (gohugo/kr-pretty-v0.2.1_GH0.tar.gz) = 01db9d66 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/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.4_GH0.tar.gz) = 58c7198b6b82e7a39a042171dd45ad52981b2c7a96665b2facda0aad526cbb86 SIZE (gohugo/kyokomi-emoji-v2.2.4_GH0.tar.gz) = 100800 SHA256 (gohugo/magefile-mage-v1.10.0_GH0.tar.gz) = 7d7f46f62df9dfb1a3a03173a1c14d77fdc53b3c99821da02d32a4ba730838fe @@ -167,12 +169,12 @@ SHA256 (gohugo/sanity-io-litter-v1.3.0_GH0.tar.gz) = 2 SIZE (gohugo/sanity-io-litter-v1.3.0_GH0.tar.gz) = 11272 SHA256 (gohugo/shurcooL-sanitized_anchor_name-v1.0.0_GH0.tar.gz) = 7e11964980f9b8595c17bc8970f0174621afe464920e38df7f8d77e45058388f SIZE (gohugo/shurcooL-sanitized_anchor_name-v1.0.0_GH0.tar.gz) = 2143 -SHA256 (gohugo/spf13-afero-v1.4.0_GH0.tar.gz) = 3eb66008324d086058c1ec55405ee399dfaabf5853993de3e48f2c221a1a2a0e -SIZE (gohugo/spf13-afero-v1.4.0_GH0.tar.gz) = 58543 +SHA256 (gohugo/spf13-afero-v1.4.1_GH0.tar.gz) = 93d4bf1659fa4f7155c1bb4b07cfee18d79e0fc86bb324a6788799c058ea49f2 +SIZE (gohugo/spf13-afero-v1.4.1_GH0.tar.gz) = 58594 SHA256 (gohugo/spf13-cast-v1.3.1_GH0.tar.gz) = 4fa8d06903b490ae6f1316e55c5446d5648eea2b450671ebc54d4bbe79bc46b1 SIZE (gohugo/spf13-cast-v1.3.1_GH0.tar.gz) = 11102 -SHA256 (gohugo/spf13-cobra-v0.0.7_GH0.tar.gz) = 6860862ec12d3414b820eb7d930aa8f47e07e0f4fc133e9bea63e554db56a7de -SIZE (gohugo/spf13-cobra-v0.0.7_GH0.tar.gz) = 117655 +SHA256 (gohugo/spf13-cobra-v1.1.1_GH0.tar.gz) = 9bf1769caad54bc5a8bd738ddbcceeb57a19fc3158af30e44b3bbb6b8e63ab6d +SIZE (gohugo/spf13-cobra-v1.1.1_GH0.tar.gz) = 143402 SHA256 (gohugo/spf13-fsync-v0.9.0_GH0.tar.gz) = 042a7a2f865899318e048dc0afda0cbf1b3e1a309a9872f84a3aeea323d2a4fd SIZE (gohugo/spf13-fsync-v0.9.0_GH0.tar.gz) = 4954 SHA256 (gohugo/spf13-jwalterweatherman-v1.1.0_GH0.tar.gz) = 4fd850a792c5738954c4801cf549d8d0bf53edd17139cd39d179aa5abf7ec68d