Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2019 19:18:22 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500750 - head/www/gohugo
Message-ID:  <201905031918.x43JIMLt023822@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905031918.x43JIMLt023822>