Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Apr 2019 20:17:15 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498584 - head/www/gohugo
Message-ID:  <201904102017.x3AKHFiV039602@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed Apr 10 20:17:14 2019
New Revision: 498584
URL: https://svnweb.freebsd.org/changeset/ports/498584

Log:
  www/gohugo: Update to 0.55.0
  
  PR:		237163
  Submitted by:	ben.lavery@hashbang0.com (maintainer)

Modified:
  head/www/gohugo/Makefile   (contents, props changed)
  head/www/gohugo/distinfo   (contents, props changed)

Modified: head/www/gohugo/Makefile
==============================================================================
--- head/www/gohugo/Makefile	Wed Apr 10 19:29:37 2019	(r498583)
+++ head/www/gohugo/Makefile	Wed Apr 10 20:17:14 2019	(r498584)
@@ -2,7 +2,7 @@
 
 PORTNAME=	hugo
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.54.0
+DISTVERSION=	0.55.0
 CATEGORIES=	www
 PKGNAMEPREFIX=	go
 DIST_SUBDIR=	${PKGNAMEPREFIX}${PORTNAME}
@@ -22,12 +22,12 @@ 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.2:chroma/src/github.com/alecthomas/chroma \
+		alecthomas:chroma:v0.6.3:chroma/src/github.com/alecthomas/chroma \
 		alecthomas:colour:60882d9:colour/src/github.com/alecthomas/colour \
 		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:debounce:v1.2.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 \
@@ -38,7 +38,7 @@ GH_TUPLE=	BurntSushi:locker:a6e239e:locker/src/github.
 		cpuguy83:go-md2man:v1.0.8:go_md2man/src/github.com/cpuguy83/go-md2man \
 		danwakefield:fnmatch:cbb64ac:fnmatch/src/github.com/danwakefield/fnmatch \
 		davecgh:go-spew:v1.1.1:go_spew/src/github.com/davecgh/go-spew \
-		disintegration:imaging:v1.5.0:imaging/src/github.com/disintegration/imaging \
+		disintegration:imaging:v1.6.0:imaging/src/github.com/disintegration/imaging \
 		dlclark:regexp2:v1.1.6:regexp2/src/github.com/dlclark/regexp2 \
 		dustin:go-humanize:v1.0.0:go_humanize/src/github.com/dustin/go-humanize \
 		eknkc:amber:cdade1c:amber/src/github.com/eknkc/amber \
@@ -61,7 +61,7 @@ GH_TUPLE=	BurntSushi:locker:a6e239e:locker/src/github.
 		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-isatty:v0.0.7: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 \
 		mitchellh:hashstructure:v1.0.0:hashstructure/src/github.com/mitchellh/hashstructure \
@@ -77,15 +77,15 @@ 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.1:afero/src/github.com/spf13/afero \
+		spf13:afero:v1.2.2: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 \
-		spf13:jwalterweatherman:94f6ae3:jwalterweatherman/src/github.com/spf13/jwalterweatherman \
-		spf13:nitro:24d7ef3:nitro/src/github.com/spf13/nitro \
+		spf13:jwalterweatherman:v1.1.0:jwalterweatherman/src/github.com/spf13/jwalterweatherman \
 		spf13:pflag:v1.0.3:pflag/src/github.com/spf13/pflag \
-		spf13:viper:v1.3.1:viper/src/github.com/spf13/viper \
-		stretchr:testify:04af852:testify/src/github.com/stretchr/testify \
+		spf13:viper:v1.3.2:viper/src/github.com/spf13/viper \
+		stretchr:objx:v0.1.0:objx/src/github.com/stretchr/objx \
+		stretchr:testify:v1.3.0:testify/src/github.com/stretchr/testify \
 		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 \
@@ -94,15 +94,15 @@ GH_TUPLE=	BurntSushi:locker:a6e239e:locker/src/github.
 		xordataexchange:crypt:b2862e3:xordataexchange_crypt/src/github.com/xordataexchange/crypt \
 		yosssi:ace:v0.0.5:ace/src/github.com/yosssi/ace \
 		golang:crypto:505ab14:crypto/src/golang.org/x/crypto \
-		golang:image:c73c2af:image/src/golang.org/x/image \
+		golang:image:3fc05d4: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:b4a75ba:sys/src/golang.org/x/sys \
+		golang:sys:f49334f:sys/src/golang.org/x/sys \
 		golang:text:v0.3.0:golang_text/src/golang.org/x/text \
 		go-check:check:788fd78:check/src/gopkg.in/check.v1 \
 		go-yaml:yaml:v2.2.2:yaml/src/gopkg.in/yaml.v2
 
-COMMIT_ID=	b1a82c61aba067952fdae2f73b826fe7d0f3fc2f
+COMMIT_ID=	4333cc77feefcba447425857ff3f371acb286c4a
 
 OPTIONS_DEFINE=		MANPAGES EXTENDED
 

Modified: head/www/gohugo/distinfo
==============================================================================
--- head/www/gohugo/distinfo	Wed Apr 10 19:29:37 2019	(r498583)
+++ head/www/gohugo/distinfo	Wed Apr 10 20:17:14 2019	(r498584)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1549040482
-SHA256 (gohugo/gohugoio-hugo-v0.54.0_GH0.tar.gz) = fe0f4d4542491706cc19cb8c0acd63f1d9989cfbeaaad39d93031e91bf73fd91
-SIZE (gohugo/gohugoio-hugo-v0.54.0_GH0.tar.gz) = 21262923
+TIMESTAMP = 1554802048
+SHA256 (gohugo/gohugoio-hugo-v0.55.0_GH0.tar.gz) = 4601d29e174c1829476e0a821073bcac6fc468864fccaac05d91f09a779334d9
+SIZE (gohugo/gohugoio-hugo-v0.55.0_GH0.tar.gz) = 24393960
 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,8 +11,8 @@ 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.2_GH0.tar.gz) = 6cb44776c7d4ec2f769abf6ce6bbaddef849ad209985d33ddf18c81d724fac73
-SIZE (gohugo/alecthomas-chroma-v0.6.2_GH0.tar.gz) = 346791
+SHA256 (gohugo/alecthomas-chroma-v0.6.3_GH0.tar.gz) = 4f60270c67a7e5327075b909f2fb0a0f3a8479941ef4257f346b6b2db9f38175
+SIZE (gohugo/alecthomas-chroma-v0.6.3_GH0.tar.gz) = 359394
 SHA256 (gohugo/alecthomas-colour-60882d9_GH0.tar.gz) = f7eafbd51169a9c0c3ba6a0b1dc49038eb38733058aae51c3157a5ec86751fe4
 SIZE (gohugo/alecthomas-colour-60882d9_GH0.tar.gz) = 3479
 SHA256 (gohugo/alecthomas-kong-v0.1.15_GH0.tar.gz) = a4645cff4e304b25dd796cfba94f61bc5475ec4b9a0bcbb28d428298bf66ec32
@@ -21,8 +21,8 @@ SHA256 (gohugo/alecthomas-repr-d37bc2a_GH0.tar.gz) = 0
 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
-SIZE (gohugo/bep-debounce-v1.1.0_GH0.tar.gz) = 3496
+SHA256 (gohugo/bep-debounce-v1.2.0_GH0.tar.gz) = 89da4947e4e83af6037ca961d64bdf055a4ae811c4057c16b4c4b354c098862d
+SIZE (gohugo/bep-debounce-v1.2.0_GH0.tar.gz) = 2845
 SHA256 (gohugo/bep-gitmap-v1.0.0_GH0.tar.gz) = d5e08366452c03782d7b449cf2f7bfd6137675644f2eeb844c13e61ac34aebe5
 SIZE (gohugo/bep-gitmap-v1.0.0_GH0.tar.gz) = 4590
 SHA256 (gohugo/bep-go-tocss-v0.6.0_GH0.tar.gz) = 7acdd0c850d4395da82653c80a4e6df9f4a21b4971face96adc2f56444bd76a2
@@ -43,8 +43,8 @@ SHA256 (gohugo/danwakefield-fnmatch-cbb64ac_GH0.tar.gz
 SIZE (gohugo/danwakefield-fnmatch-cbb64ac_GH0.tar.gz) = 4950
 SHA256 (gohugo/davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e
 SIZE (gohugo/davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152
-SHA256 (gohugo/disintegration-imaging-v1.5.0_GH0.tar.gz) = 683391ca41821e45590f031cf238cb102f6b6d2cc8c5da962bda07eb5c1d5e1d
-SIZE (gohugo/disintegration-imaging-v1.5.0_GH0.tar.gz) = 1886547
+SHA256 (gohugo/disintegration-imaging-v1.6.0_GH0.tar.gz) = 4514ecf9c7a6d5a543319cea42fa2bddd7a30d2ac3f37ed05819dbaa632b1cd9
+SIZE (gohugo/disintegration-imaging-v1.6.0_GH0.tar.gz) = 2211528
 SHA256 (gohugo/dlclark-regexp2-v1.1.6_GH0.tar.gz) = 81ede5b49ff46bd1c686416c52605aa4698b9dce07d011581c49a1d35b8a5239
 SIZE (gohugo/dlclark-regexp2-v1.1.6_GH0.tar.gz) = 203691
 SHA256 (gohugo/dustin-go-humanize-v1.0.0_GH0.tar.gz) = e4540bd50ac855143b4f2e509313079c50cf5d8774f09cc10dbca5ae9803d8ba
@@ -89,8 +89,8 @@ SHA256 (gohugo/matryer-try-9ac251b_GH0.tar.gz) = 6eec8
 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-isatty-v0.0.7_GH0.tar.gz) = 80b6b3e4fee3b15864f23d622129c17ba222786f8c93bb01f8805f3cb91dfefe
+SIZE (gohugo/mattn-go-isatty-v0.0.7_GH0.tar.gz) = 3559
 SHA256 (gohugo/mattn-go-runewidth-v0.0.3_GH0.tar.gz) = 398ec709b006664e527040770056156cb225233d8b44b5a59ba2f5f5f3fa885e
 SIZE (gohugo/mattn-go-runewidth-v0.0.3_GH0.tar.gz) = 22961
 SHA256 (gohugo/miekg-mmark-v1.3.6_GH0.tar.gz) = 9c49d335d0591003c9ac838f6f74f3ae8e0ac50dec892b6ed3485b17a8bedd77
@@ -121,24 +121,24 @@ 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.1_GH0.tar.gz) = f5097ac8bb72610431c95491a8ed16e8a8a6e43a56d3e51a2bff697518701300
-SIZE (gohugo/spf13-afero-v1.2.1_GH0.tar.gz) = 46045
+SHA256 (gohugo/spf13-afero-v1.2.2_GH0.tar.gz) = b577afca7e9839aa7cf0ddd712af553aec671b74f97fe0c88c63f911d1020570
+SIZE (gohugo/spf13-afero-v1.2.2_GH0.tar.gz) = 46157
 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
 SIZE (gohugo/spf13-cobra-v0.0.3_GH0.tar.gz) = 101526
 SHA256 (gohugo/spf13-fsync-12a01e6_GH0.tar.gz) = f3d5520a8dba6d57618db9a869abeb23f349ec20c177f5fa8957588bb987e0aa
 SIZE (gohugo/spf13-fsync-12a01e6_GH0.tar.gz) = 4840
-SHA256 (gohugo/spf13-jwalterweatherman-94f6ae3_GH0.tar.gz) = e72da14aeca6a9601692c39ebeed43a46974394925a5ae45400ff55841553e11
-SIZE (gohugo/spf13-jwalterweatherman-94f6ae3_GH0.tar.gz) = 6872
-SHA256 (gohugo/spf13-nitro-24d7ef3_GH0.tar.gz) = e64c8d195990c3aa57c47cc4f090b1f575fa712b8b2fa3f8bdb2dc1b76ec440a
-SIZE (gohugo/spf13-nitro-24d7ef3_GH0.tar.gz) = 6741
+SHA256 (gohugo/spf13-jwalterweatherman-v1.1.0_GH0.tar.gz) = 4fd850a792c5738954c4801cf549d8d0bf53edd17139cd39d179aa5abf7ec68d
+SIZE (gohugo/spf13-jwalterweatherman-v1.1.0_GH0.tar.gz) = 6871
 SHA256 (gohugo/spf13-pflag-v1.0.3_GH0.tar.gz) = 9e57f86f493f04d9077fccd04e7139ebf243dd544e917ab83d35729b3e54a124
 SIZE (gohugo/spf13-pflag-v1.0.3_GH0.tar.gz) = 46002
-SHA256 (gohugo/spf13-viper-v1.3.1_GH0.tar.gz) = 50f019addb0f563791313d331da3f9805dafebf0115330570fd4877d4aa4ac09
-SIZE (gohugo/spf13-viper-v1.3.1_GH0.tar.gz) = 37683
-SHA256 (gohugo/stretchr-testify-04af852_GH0.tar.gz) = 99469587712673c6209c1b6df92e5c48ddc5a3857c6ba5d64eea6dd368cd9e89
-SIZE (gohugo/stretchr-testify-04af852_GH0.tar.gz) = 101549
+SHA256 (gohugo/spf13-viper-v1.3.2_GH0.tar.gz) = 3eb6e09dc9de3d46ad659b97774afa3f27b560b642ca025bee04d14b5aad3b16
+SIZE (gohugo/spf13-viper-v1.3.2_GH0.tar.gz) = 36932
+SHA256 (gohugo/stretchr-objx-v0.1.0_GH0.tar.gz) = 41b4e6679211d4b628df627013435b7d4e6e396d54b5b89e3a4d4eb54545e7f8
+SIZE (gohugo/stretchr-objx-v0.1.0_GH0.tar.gz) = 109451
+SHA256 (gohugo/stretchr-testify-v1.3.0_GH0.tar.gz) = 0cd9c199a72b8d80621624b37c0ed5ac724352d458506a31dfa86710551e7fc5
+SIZE (gohugo/stretchr-testify-v1.3.0_GH0.tar.gz) = 102859
 SHA256 (gohugo/tdewolff-minify-v2.3.7_GH0.tar.gz) = 84ff61fc766cc8ec84ba126ab2fe93469d81a1c238bbe3b97075b83118042d8c
 SIZE (gohugo/tdewolff-minify-v2.3.7_GH0.tar.gz) = 2125512
 SHA256 (gohugo/tdewolff-parse-v2.3.5_GH0.tar.gz) = e7d691607f6f53336af7c03a92ba24b78c709513b31a31e719620d4d2d07d813
@@ -155,14 +155,14 @@ SHA256 (gohugo/yosssi-ace-v0.0.5_GH0.tar.gz) = e19cc49
 SIZE (gohugo/yosssi-ace-v0.0.5_GH0.tar.gz) = 23277
 SHA256 (gohugo/golang-crypto-505ab14_GH0.tar.gz) = 66208e5bab6d39db520fb59b79a597ddb38cd6160e7ae7fb3e5c212fe9146125
 SIZE (gohugo/golang-crypto-505ab14_GH0.tar.gz) = 1644620
-SHA256 (gohugo/golang-image-c73c2af_GH0.tar.gz) = 2b0a5cc68c687088c46ffb83790f4e781a2ff619633a9ef618aa5088b136c098
-SIZE (gohugo/golang-image-c73c2af_GH0.tar.gz) = 4816836
+SHA256 (gohugo/golang-image-3fc05d4_GH0.tar.gz) = 5c888778791ebbf6ab5ade4ad54d08f59f9158f0018074bd58da5b42b1233df9
+SIZE (gohugo/golang-image-3fc05d4_GH0.tar.gz) = 4862489
 SHA256 (gohugo/golang-net-161cd47_GH0.tar.gz) = 03a66d67eb211331fb5c3941a4f7fef17483901aed7f6e2ce8e6026a6d77a569
 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-b4a75ba_GH0.tar.gz) = 4b3e7e565178a93e03a87cad212b5d88396662bf3888f2257f9e28fbbc5eb928
-SIZE (gohugo/golang-sys-b4a75ba_GH0.tar.gz) = 1169615
+SHA256 (gohugo/golang-sys-f49334f_GH0.tar.gz) = bfb50927924674cad2a7cb9f75d65c5bedcb66202026087fd0d3a1d4f27eebdc
+SIZE (gohugo/golang-sys-f49334f_GH0.tar.gz) = 1259988
 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



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