From owner-svn-ports-all@freebsd.org Fri May 3 19:18:23 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3114C1598A69; Fri, 3 May 2019 19:18:23 +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 CB6C685373; Fri, 3 May 2019 19:18:22 +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 86F83250DF; Fri, 3 May 2019 19:18:22 +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 x43JIMeZ023823; Fri, 3 May 2019 19:18:22 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x43JIMLt023822; Fri, 3 May 2019 19:18:22 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201905031918.x43JIMLt023822@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Fri, 3 May 2019 19:18:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500750 - head/www/gohugo X-SVN-Group: ports-head X-SVN-Commit-Author: joneum X-SVN-Commit-Paths: head/www/gohugo X-SVN-Commit-Revision: 500750 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CB6C685373 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.953,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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: Fri, 03 May 2019 19:18:23 -0000 Author: joneum Date: Fri May 3 19:18:21 2019 New Revision: 500750 URL: https://svnweb.freebsd.org/changeset/ports/500750 Log: Update to 0.55.5 Changelog: - Provide more detailed errors in Where - Regenerate docs helper - Update blackfriday to v1.5.2 - Fix nil compare in eq/ne for interface values - Fix hugo package name and add godocs - Fix permalink in sitemap etc. when multiple permalinkable output formats - Fix PrevInSection/NextInSection for nested sections - Fix concurrent initialization order PR: 237728 Submitted by: ben.lavery@hashbang0.com (maintainer) Sponsored by: Netzkommune GmbH Modified: head/www/gohugo/Makefile head/www/gohugo/distinfo Modified: head/www/gohugo/Makefile ============================================================================== --- head/www/gohugo/Makefile Fri May 3 17:58:32 2019 (r500749) +++ head/www/gohugo/Makefile Fri May 3 19:18:21 2019 (r500750) @@ -2,7 +2,7 @@ PORTNAME= hugo DISTVERSIONPREFIX= v -DISTVERSION= 0.55.4 +DISTVERSION= 0.55.5 CATEGORIES= www PKGNAMEPREFIX= go DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} @@ -73,7 +73,7 @@ GH_TUPLE= BurntSushi:locker:a6e239e:locker/src/github. pelletier:go-toml:v1.2.0:go_toml/src/github.com/pelletier/go-toml \ pkg:errors:v0.8.0:errors/src/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:go_difflib/src/github.com/pmezard/go-difflib \ - russross:blackfriday:46c73eb:blackfriday/src/github.com/russross/blackfriday \ + russross:blackfriday:v1.5.2:blackfriday/src/github.com/russross/blackfriday \ sanity-io:litter:v1.1.0:litter/src/github.com/sanity-io/litter \ sergi:go-diff:v1.0.0:sergi_go_diff/src/github.com/sergi/go-diff \ shurcooL:sanitized_anchor_name:86672fc:sanitized_anchor_name/src/github.com/shurcooL/sanitized_anchor_name \ @@ -102,7 +102,7 @@ GH_TUPLE= BurntSushi:locker:a6e239e:locker/src/github. go-check:check:788fd78:check/src/gopkg.in/check.v1 \ go-yaml:yaml:v2.2.2:yaml/src/gopkg.in/yaml.v2 -COMMIT_ID= 579004178b575b4253112fcb23eef002345028c2 +COMMIT_ID= a83256b9cd5c50dde1a086a48f365a1fcbc78a24 OPTIONS_DEFINE= MANPAGES EXTENDED Modified: head/www/gohugo/distinfo ============================================================================== --- head/www/gohugo/distinfo Fri May 3 17:58:32 2019 (r500749) +++ head/www/gohugo/distinfo Fri May 3 19:18:21 2019 (r500750) @@ -1,6 +1,6 @@ -TIMESTAMP = 1556223285 -SHA256 (gohugo/gohugoio-hugo-v0.55.4_GH0.tar.gz) = 477e3573145634aaeebc3c6eb0e182b6d093270f64603a251eb8e19156c2b946 -SIZE (gohugo/gohugoio-hugo-v0.55.4_GH0.tar.gz) = 26287159 +TIMESTAMP = 1556877574 +SHA256 (gohugo/gohugoio-hugo-v0.55.5_GH0.tar.gz) = 372280e86fd97bf41e7e1307672328f99911f487b0e9c4245b906717a00f1747 +SIZE (gohugo/gohugoio-hugo-v0.55.5_GH0.tar.gz) = 26962987 SHA256 (gohugo/BurntSushi-locker-a6e239e_GH0.tar.gz) = 6bdc1b865e2e27dd92921c0e4c3aa743156bb5d2cf227af1d0e80573568bcd4a SIZE (gohugo/BurntSushi-locker-a6e239e_GH0.tar.gz) = 2108 SHA256 (gohugo/BurntSushi-toml-a368813_GH0.tar.gz) = 68dc067c4105cd20a642ddf1f4acaada7474c1b58e5b249d4bd9b0d7e8edebc2 @@ -113,8 +113,8 @@ SHA256 (gohugo/pkg-errors-v0.8.0_GH0.tar.gz) = bacf6c5 SIZE (gohugo/pkg-errors-v0.8.0_GH0.tar.gz) = 11344 SHA256 (gohugo/pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda SIZE (gohugo/pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398 -SHA256 (gohugo/russross-blackfriday-46c73eb_GH0.tar.gz) = a27ca7a2c5a71c33325972ecd79078c88cebb3a706296f43111665e88321182e -SIZE (gohugo/russross-blackfriday-46c73eb_GH0.tar.gz) = 75256 +SHA256 (gohugo/russross-blackfriday-v1.5.2_GH0.tar.gz) = 626138a08abb8579474a555e9d45cb5260629a2c07e8834428620a650dc9f195 +SIZE (gohugo/russross-blackfriday-v1.5.2_GH0.tar.gz) = 75779 SHA256 (gohugo/sanity-io-litter-v1.1.0_GH0.tar.gz) = e1ebfaf79182a7bf1db519aaabab127909dfd9b44f827fe3e5d1c7ff59e6b31b SIZE (gohugo/sanity-io-litter-v1.1.0_GH0.tar.gz) = 8785 SHA256 (gohugo/sergi-go-diff-v1.0.0_GH0.tar.gz) = 5a07596dcdee6e089b49309162c8e63bc02400652897a1f529d37f0602868dea