Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Feb 2019 14:54:17 +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: r492247 - head/www/gohugo
Message-ID:  <201902051454.x15EsHhY045108@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Tue Feb  5 14:54:17 2019
New Revision: 492247
URL: https://svnweb.freebsd.org/changeset/ports/492247

Log:
  Update to 0.54.0
  
  Changelog: https://github.com/gohugoio/hugo/releases/tag/v0.54.0
  
  PR:		235420
  Submitted by:	ben.lavery@hashbang0.com (maintainer)
  Sponsored by:	Netzkommune GmbH

Modified:
  head/www/gohugo/Makefile
  head/www/gohugo/distinfo
  head/www/gohugo/pkg-descr

Modified: head/www/gohugo/Makefile
==============================================================================
--- head/www/gohugo/Makefile	Tue Feb  5 14:52:23 2019	(r492246)
+++ head/www/gohugo/Makefile	Tue Feb  5 14:54:17 2019	(r492247)
@@ -2,7 +2,7 @@
 
 PORTNAME=	hugo
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.53
+DISTVERSION=	0.54.0
 CATEGORIES=	www
 PKGNAMEPREFIX=	go
 DIST_SUBDIR=	${PKGNAMEPREFIX}${PORTNAME}
@@ -22,16 +22,17 @@ GH_TUPLE=	BurntSushi:locker:a6e239e:locker/src/github.
 		PuerkitoBio:purell:v1.1.0:purell/src/github.com/PuerkitoBio/purell \
 		PuerkitoBio:urlesc:de5bf2a:urlesc/src/github.com/PuerkitoBio/urlesc \
 		alecthomas:assert:405dbfe:assert/src/github.com/alecthomas/assert \
-		alecthomas:chroma:v0.6.0:chroma/src/github.com/alecthomas/chroma \
+		alecthomas:chroma:v0.6.2:chroma/src/github.com/alecthomas/chroma \
 		alecthomas:colour:60882d9:colour/src/github.com/alecthomas/colour \
-		alecthomas:repr:117648c:repr/src/github.com/alecthomas/repr \
+		alecthomas:kong:v0.1.15:kong/src/github.com/alecthomas/kong \
+		alecthomas:repr:d37bc2a:repr/src/github.com/alecthomas/repr \
 		armon:consul-api:eb2c6b5:consul_api/src/github.com/armon/consul-api \
 		bep:debounce:v1.1.0:debounce/src/github.com/bep/debounce \
 		bep:gitmap:v1.0.0:gitmap/src/github.com/bep/gitmap \
 		bep:go-tocss:v0.6.0:go_tocss/src/github.com/bep/go-tocss \
 		chaseadamsio:goorgeous:v1.1.0:goorgeous/src/github.com/chaseadamsio/goorgeous \
 		cheekybits:is:68e9c06:cheekybits_is/src/github.com/cheekybits/is \
-		coreos:etcd:v3.3.10:etcd/src/github.com/coreos/etcd \
+		coreos:etcd:v3.3.10:coreos_etcd/src/github.com/coreos/etcd \
 		coreos:go-etcd:v2.0.0:go_etcd/src/github.com/coreos/go-etcd \
 		coreos:go-semver:v0.2.0:go_semver/src/github.com/coreos/go-semver \
 		cpuguy83:go-md2man:v1.0.8:go_md2man/src/github.com/cpuguy83/go-md2man \
@@ -59,6 +60,7 @@ GH_TUPLE=	BurntSushi:locker:a6e239e:locker/src/github.
 		magiconair:properties:v1.8.0:properties/src/github.com/magiconair/properties \
 		markbates:inflect:a12c3ae:inflect/src/github.com/markbates/inflect \
 		matryer:try:9ac251b:try/src/github.com/matryer/try \
+		mattn:go-colorable:v0.0.9:go_colorable/src/github.com/mattn/go-colorable \
 		mattn:go-isatty:v0.0.4:go_isatty/src/github.com/mattn/go-isatty \
 		mattn:go-runewidth:v0.0.3:go_runewidth/src/github.com/mattn/go-runewidth \
 		miekg:mmark:v1.3.6:mmark/src/github.com/miekg/mmark \
@@ -75,7 +77,7 @@ GH_TUPLE=	BurntSushi:locker:a6e239e:locker/src/github.
 		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 \
-		spf13:afero:v1.2.0:afero/src/github.com/spf13/afero \
+		spf13:afero:v1.2.1:afero/src/github.com/spf13/afero \
 		spf13:cast:v1.3.0:cast/src/github.com/spf13/cast \
 		spf13:cobra:v0.0.3:cobra/src/github.com/spf13/cobra \
 		spf13:fsync:12a01e6:fsync/src/github.com/spf13/fsync \
@@ -87,7 +89,7 @@ GH_TUPLE=	BurntSushi:locker:a6e239e:locker/src/github.
 		tdewolff:minify:v2.3.7:minify/src/github.com/tdewolff/minify \
 		tdewolff:parse:v2.3.5:parse/src/github.com/tdewolff/parse \
 		tdewolff:test:v1.0.0:tdewolff_test/src/github.com/tdewolff/test \
-		ugorji:go:d75b2dc:ugorji_go/src/github.com/ugorji/go/codec \
+		ugorji:go:d75b2dc:ugorji_go/src/github.com/ugorji/go \
 		wellington:go-libsass:c636442:go_libsass/src/github.com/wellington/go-libsass \
 		xordataexchange:crypt:b2862e3:xordataexchange_crypt/src/github.com/xordataexchange/crypt \
 		yosssi:ace:v0.0.5:ace/src/github.com/yosssi/ace \
@@ -95,12 +97,12 @@ GH_TUPLE=	BurntSushi:locker:a6e239e:locker/src/github.
 		golang:image:c73c2af:image/src/golang.org/x/image \
 		golang:net:161cd47:net/src/golang.org/x/net \
 		golang:sync:1d60e46:golang_sync/src/golang.org/x/sync \
-		golang:sys:70b957f:sys/src/golang.org/x/sys \
+		golang:sys:b4a75ba:sys/src/golang.org/x/sys \
 		golang:text:v0.3.0:golang_text/src/golang.org/x/text \
-		go-check:check:788fd78:go_check_check/src/gopkg.in/check.v1 \
-		go-yaml:yaml:v2.2.2:go_yaml_yaml/src/gopkg.in/yaml.v2
+		go-check:check:788fd78:check/src/gopkg.in/check.v1 \
+		go-yaml:yaml:v2.2.2:yaml/src/gopkg.in/yaml.v2
 
-COMMIT_ID=	8fc339dc2529ff77e494a1c12cd1ff9fbcb880a4
+COMMIT_ID=	b1a82c61aba067952fdae2f73b826fe7d0f3fc2f
 
 OPTIONS_DEFINE=		MANPAGES EXTENDED
 

Modified: head/www/gohugo/distinfo
==============================================================================
--- head/www/gohugo/distinfo	Tue Feb  5 14:52:23 2019	(r492246)
+++ head/www/gohugo/distinfo	Tue Feb  5 14:54:17 2019	(r492247)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1545815020
-SHA256 (gohugo/gohugoio-hugo-v0.53_GH0.tar.gz) = 48e65a33d3b10527101d13c354538379d9df698e5c38f60f4660386f4232e65c
-SIZE (gohugo/gohugoio-hugo-v0.53_GH0.tar.gz) = 20864977
+TIMESTAMP = 1549040482
+SHA256 (gohugo/gohugoio-hugo-v0.54.0_GH0.tar.gz) = fe0f4d4542491706cc19cb8c0acd63f1d9989cfbeaaad39d93031e91bf73fd91
+SIZE (gohugo/gohugoio-hugo-v0.54.0_GH0.tar.gz) = 21262923
 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
@@ -11,12 +11,14 @@ SHA256 (gohugo/PuerkitoBio-urlesc-de5bf2a_GH0.tar.gz) 
 SIZE (gohugo/PuerkitoBio-urlesc-de5bf2a_GH0.tar.gz) = 6796
 SHA256 (gohugo/alecthomas-assert-405dbfe_GH0.tar.gz) = 5f9a1b6f048bb3346b2db0c52061ef3330583eba4dfdb3a3309e234fded670e4
 SIZE (gohugo/alecthomas-assert-405dbfe_GH0.tar.gz) = 71064
-SHA256 (gohugo/alecthomas-chroma-v0.6.0_GH0.tar.gz) = be30aa45fac2d401f28fc49c87b1fa315f61273da2097eaba412802e76de17dd
-SIZE (gohugo/alecthomas-chroma-v0.6.0_GH0.tar.gz) = 321145
+SHA256 (gohugo/alecthomas-chroma-v0.6.2_GH0.tar.gz) = 6cb44776c7d4ec2f769abf6ce6bbaddef849ad209985d33ddf18c81d724fac73
+SIZE (gohugo/alecthomas-chroma-v0.6.2_GH0.tar.gz) = 346791
 SHA256 (gohugo/alecthomas-colour-60882d9_GH0.tar.gz) = f7eafbd51169a9c0c3ba6a0b1dc49038eb38733058aae51c3157a5ec86751fe4
 SIZE (gohugo/alecthomas-colour-60882d9_GH0.tar.gz) = 3479
-SHA256 (gohugo/alecthomas-repr-117648c_GH0.tar.gz) = 5e544f5c42a439e08cc11fecf5d939a9e47be1b554db84bac50c63eb813e7cb2
-SIZE (gohugo/alecthomas-repr-117648c_GH0.tar.gz) = 4646
+SHA256 (gohugo/alecthomas-kong-v0.1.15_GH0.tar.gz) = a4645cff4e304b25dd796cfba94f61bc5475ec4b9a0bcbb28d428298bf66ec32
+SIZE (gohugo/alecthomas-kong-v0.1.15_GH0.tar.gz) = 270017
+SHA256 (gohugo/alecthomas-repr-d37bc2a_GH0.tar.gz) = 02f133196ce5febf9b568312defec0cfad47ae80a4198f719bb46b25333dc71f
+SIZE (gohugo/alecthomas-repr-d37bc2a_GH0.tar.gz) = 4956
 SHA256 (gohugo/armon-consul-api-eb2c6b5_GH0.tar.gz) = 619d18729ecc8def1ebde61778c11999e0ee4de7767c29fb6ce35df72f0d8cfc
 SIZE (gohugo/armon-consul-api-eb2c6b5_GH0.tar.gz) = 17977
 SHA256 (gohugo/bep-debounce-v1.1.0_GH0.tar.gz) = 3fdd925480937a9bafdb05486a29f5c8610e10a76ce1ed3db8cc6e24c6acb145
@@ -85,6 +87,8 @@ SHA256 (gohugo/markbates-inflect-a12c3ae_GH0.tar.gz) =
 SIZE (gohugo/markbates-inflect-a12c3ae_GH0.tar.gz) = 10753
 SHA256 (gohugo/matryer-try-9ac251b_GH0.tar.gz) = 6eec844ce4fc732db6fc59a12a9bbdc75448945816eef948ce738b524ecde9ac
 SIZE (gohugo/matryer-try-9ac251b_GH0.tar.gz) = 3039
+SHA256 (gohugo/mattn-go-colorable-v0.0.9_GH0.tar.gz) = 703db7bd13f84446bb06a7f075cf6b21d65b828cd6831dc9069e28b564bdfb87
+SIZE (gohugo/mattn-go-colorable-v0.0.9_GH0.tar.gz) = 7593
 SHA256 (gohugo/mattn-go-isatty-v0.0.4_GH0.tar.gz) = a6228abe42ccfcad4b17c176117ccf2822d06bde51dc437852854056d8737f12
 SIZE (gohugo/mattn-go-isatty-v0.0.4_GH0.tar.gz) = 3377
 SHA256 (gohugo/mattn-go-runewidth-v0.0.3_GH0.tar.gz) = 398ec709b006664e527040770056156cb225233d8b44b5a59ba2f5f5f3fa885e
@@ -117,8 +121,8 @@ SHA256 (gohugo/sergi-go-diff-v1.0.0_GH0.tar.gz) = 5a07
 SIZE (gohugo/sergi-go-diff-v1.0.0_GH0.tar.gz) = 41609
 SHA256 (gohugo/shurcooL-sanitized_anchor_name-86672fc_GH0.tar.gz) = 01ba94d077da9cac1a008e46dcb77ec36b83c96712fbedfe77cdef7818899996
 SIZE (gohugo/shurcooL-sanitized_anchor_name-86672fc_GH0.tar.gz) = 2059
-SHA256 (gohugo/spf13-afero-v1.2.0_GH0.tar.gz) = a5a2632b2f3116caed04d0e67fc99e438c6c80d46a3a478487421a433815b1df
-SIZE (gohugo/spf13-afero-v1.2.0_GH0.tar.gz) = 45650
+SHA256 (gohugo/spf13-afero-v1.2.1_GH0.tar.gz) = f5097ac8bb72610431c95491a8ed16e8a8a6e43a56d3e51a2bff697518701300
+SIZE (gohugo/spf13-afero-v1.2.1_GH0.tar.gz) = 46045
 SHA256 (gohugo/spf13-cast-v1.3.0_GH0.tar.gz) = e685282ea33f89e9354d148ad1886f532bcebe86b0b60a167988f7c6d081085f
 SIZE (gohugo/spf13-cast-v1.3.0_GH0.tar.gz) = 11085
 SHA256 (gohugo/spf13-cobra-v0.0.3_GH0.tar.gz) = 7eafb953b58fdd738c4db5202d94a0b6ac0de4f07718fc85a80450c2347c2f9c
@@ -157,8 +161,8 @@ SHA256 (gohugo/golang-net-161cd47_GH0.tar.gz) = 03a66d
 SIZE (gohugo/golang-net-161cd47_GH0.tar.gz) = 965339
 SHA256 (gohugo/golang-sync-1d60e46_GH0.tar.gz) = 526fab48f250f45ec22dbfd2700df629871ea8aeb8289a49c58f4fc606a7a5e5
 SIZE (gohugo/golang-sync-1d60e46_GH0.tar.gz) = 16327
-SHA256 (gohugo/golang-sys-70b957f_GH0.tar.gz) = 441e259f5e287d6a83794e53a601208e895884828dd2df457da8492e8d635d00
-SIZE (gohugo/golang-sys-70b957f_GH0.tar.gz) = 1119114
+SHA256 (gohugo/golang-sys-b4a75ba_GH0.tar.gz) = 4b3e7e565178a93e03a87cad212b5d88396662bf3888f2257f9e28fbbc5eb928
+SIZE (gohugo/golang-sys-b4a75ba_GH0.tar.gz) = 1169615
 SHA256 (gohugo/golang-text-v0.3.0_GH0.tar.gz) = 8f4c9a048345befc7beccd09267737ee1f55c7b35e5ff80f344ec9e0aa90febb
 SIZE (gohugo/golang-text-v0.3.0_GH0.tar.gz) = 6102619
 SHA256 (gohugo/go-check-check-788fd78_GH0.tar.gz) = 7348808a92ff352cf0d68a2140a10db9b4758bfb904e0d7a5070d481b4b82d68

Modified: head/www/gohugo/pkg-descr
==============================================================================
--- head/www/gohugo/pkg-descr	Tue Feb  5 14:52:23 2019	(r492246)
+++ head/www/gohugo/pkg-descr	Tue Feb  5 14:54:17 2019	(r492247)
@@ -1,11 +1,11 @@
-Hugo is a general-purpose website framework. Technically speaking, Hugo is a 
-static site generator. Unlike other systems which dynamically build a page 
-every time a visitor requests one, Hugo does the building when you create your 
+Hugo is a general-purpose website framework. Technically speaking, Hugo is a
+static site generator. Unlike other systems which dynamically build a page
+every time a visitor requests one, Hugo does the building when you create your
 content. Since websites are viewed far more often than they are edited, Hugo is
 optimized for website viewing while providing a great writing experience.
 
-Sites built with Hugo are extremely fast and very secure. Hugo sites can be 
-hosted anywhere and run without dependencies on expensive runtimes like Ruby, 
+Sites built with Hugo are extremely fast and very secure. Hugo sites can be
+hosted anywhere and run without dependencies on expensive runtimes like Ruby,
 Python or PHP and without dependencies on any databases.
 
 WWW: https://gohugo.io



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