From owner-svn-ports-all@freebsd.org Tue Dec 17 07:28:25 2019 Return-Path: Delivered-To: svn-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 00F051DE737; Tue, 17 Dec 2019 07:28:25 +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) server-signature RSA-PSS (4096 bits) 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 47cV9h6DlVz3wx8; Tue, 17 Dec 2019 07:28:24 +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 D133BA5E4; Tue, 17 Dec 2019 07:28:24 +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 xBH7SOdr045979; Tue, 17 Dec 2019 07:28:24 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBH7SOV4045977; Tue, 17 Dec 2019 07:28:24 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201912170728.xBH7SOV4045977@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Tue, 17 Dec 2019 07:28:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520312 - head/www/gohugo X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/www/gohugo X-SVN-Commit-Revision: 520312 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2019 07:28:25 -0000 Author: joneum Date: Tue Dec 17 07:28:24 2019 New Revision: 520312 URL: https://svnweb.freebsd.org/changeset/ports/520312 Log: Update to 0.61.0 PR: 242653 Sponsored by: Netzkommune GmbH Modified: head/www/gohugo/Makefile head/www/gohugo/distinfo Modified: head/www/gohugo/Makefile ============================================================================== --- head/www/gohugo/Makefile Tue Dec 17 07:04:02 2019 (r520311) +++ head/www/gohugo/Makefile Tue Dec 17 07:28:24 2019 (r520312) @@ -2,7 +2,7 @@ PORTNAME= hugo DISTVERSIONPREFIX= v -DISTVERSION= 0.60.1 +DISTVERSION= 0.61.0 CATEGORIES= www PKGNAMEPREFIX= go DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} @@ -57,7 +57,8 @@ GH_TUPLE= \ google:go-genproto:c2c4e71fbf69:google_go_genproto/vendor/google.golang.org/genproto \ google:uuid:v1.1.1:google_uuid/vendor/github.com/google/uuid \ google:wire:v0.2.2:google_wire/vendor/github.com/google/wire \ - googleapis:gax-go:v2.0.4:googleapis_gax_go_1/vendor/github.com/googleapis/gax-go \ + googleapis:gax-go:v2.0.2:googleapis_gax_go/vendor/github.com/googleapis/gax-go \ + googleapis:gax-go:v2.0.4:googleapis_gax_go_1/vendor/github.com/googleapis/gax-go/v2 \ googleapis:google-api-go-client:v0.5.0:googleapis_google_api_go_client/vendor/google.golang.org/api \ googleapis:google-cloud-go:v0.39.0:googleapis_google_cloud_go/vendor/cloud.google.com/go \ gorilla:websocket:v1.4.0:gorilla_websocket/vendor/github.com/gorilla/websocket \ @@ -99,8 +100,8 @@ GH_TUPLE= \ tdewolff:parse:v2.3.14:tdewolff_parse/vendor/github.com/tdewolff/parse/v2 \ wellington:go-libsass:c63644206701:wellington_go_libsass/vendor/github.com/wellington/go-libsass \ yosssi:ace:v0.0.5:yosssi_ace/vendor/github.com/yosssi/ace \ - yuin:goldmark-highlighting:ede94e40cc3a:yuin_goldmark_highlighting/vendor/github.com/yuin/goldmark-highlighting \ - yuin:goldmark:v1.1.8:yuin_goldmark/vendor/github.com/yuin/goldmark + yuin:goldmark-highlighting:78f32c8dd6d5:yuin_goldmark_highlighting/vendor/github.com/yuin/goldmark-highlighting \ + yuin:goldmark:v1.1.14:yuin_goldmark/vendor/github.com/yuin/goldmark GO_BUILDFLAGS= -ldflags="\ -s -w \ @@ -130,7 +131,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= 960667561f76e25aac8b2f5ccfcb2facf663de03 +COMMIT_ID= 9b445b9da276eb2ec592212c9e948e861a54cb74 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 Tue Dec 17 07:04:02 2019 (r520311) +++ head/www/gohugo/distinfo Tue Dec 17 07:28:24 2019 (r520312) @@ -1,6 +1,6 @@ -TIMESTAMP = 1575106498 -SHA256 (gohugo/gohugoio-hugo-v0.60.1_GH0.tar.gz) = 5c857cb27a4e1b43477f6775f2b2e870b937e9ebf32f52347ba7fdbde1ee50f7 -SIZE (gohugo/gohugoio-hugo-v0.60.1_GH0.tar.gz) = 32237619 +TIMESTAMP = 1576332619 +SHA256 (gohugo/gohugoio-hugo-v0.61.0_GH0.tar.gz) = adba2d279818bd99096f01fecbdfd12b58333f0a7bfca73b42ec6fbac3500387 +SIZE (gohugo/gohugoio-hugo-v0.61.0_GH0.tar.gz) = 32242971 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 @@ -167,7 +167,7 @@ SHA256 (gohugo/wellington-go-libsass-c63644206701_GH0. SIZE (gohugo/wellington-go-libsass-c63644206701_GH0.tar.gz) = 332832 SHA256 (gohugo/yosssi-ace-v0.0.5_GH0.tar.gz) = e19cc49b9738d8498926b97e5bff41f59a84416e389b6ecda9d9266d4ac81a2e SIZE (gohugo/yosssi-ace-v0.0.5_GH0.tar.gz) = 23277 -SHA256 (gohugo/yuin-goldmark-highlighting-ede94e40cc3a_GH0.tar.gz) = 936509b264206721a72c1a928b0ae733cfe52ea147768fb71470f4cf26c4ef0e -SIZE (gohugo/yuin-goldmark-highlighting-ede94e40cc3a_GH0.tar.gz) = 9764 -SHA256 (gohugo/yuin-goldmark-v1.1.8_GH0.tar.gz) = 1d0679f7c2fbea9bc30ee5d800c94b3c6ef135b8bc18d18093889c38fc3aebef -SIZE (gohugo/yuin-goldmark-v1.1.8_GH0.tar.gz) = 208369 +SHA256 (gohugo/yuin-goldmark-highlighting-78f32c8dd6d5_GH0.tar.gz) = 7f5b596f5597f4470d8cd51517a4fc97c123a47a772370df6ef645776710afa5 +SIZE (gohugo/yuin-goldmark-highlighting-78f32c8dd6d5_GH0.tar.gz) = 10171 +SHA256 (gohugo/yuin-goldmark-v1.1.14_GH0.tar.gz) = 1ecacb458e514a95e26da64b74d5e42e27b7f524ad73ecbdb50ea75342078174 +SIZE (gohugo/yuin-goldmark-v1.1.14_GH0.tar.gz) = 211495