svn commit: r466709 - head/www/gohugo

Jochen Neumeister joneum at FreeBSD.org
Sat Apr 7 04:29:10 UTC 2018


Author: joneum
Date: Sat Apr  7 04:29:08 2018
New Revision: 466709
URL: https://svnweb.freebsd.org/changeset/ports/466709

Log:
  www/gohugo: Update to 0.38.1
  
  Change log:
   - Fix livereload for the home page bundle
   - Fix empty BuildDate in "hugo version"
   - Fix some livereload content regressions
   - Update github.com/bep/gitmap to fix snap build
   - Fix two tests that are broken on Windows
   - Add bash completion
   - Handle mass content etc. edits in server mode
  
  PR:		227331
  Submitted by:	ben.lavery at hashbang0.com <ben.lavery at hashbang0.com> (maintainer)

Modified:
  head/www/gohugo/Makefile
  head/www/gohugo/distinfo

Modified: head/www/gohugo/Makefile
==============================================================================
--- head/www/gohugo/Makefile	Sat Apr  7 04:28:58 2018	(r466708)
+++ head/www/gohugo/Makefile	Sat Apr  7 04:29:08 2018	(r466709)
@@ -2,7 +2,7 @@
 
 PORTNAME=	hugo
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.38
+DISTVERSION=	0.38.1
 CATEGORIES=	www
 PKGNAMEPREFIX=	go
 DIST_SUBDIR=	${PKGNAMEPREFIX}${PORTNAME}
@@ -21,7 +21,8 @@ GH_TUPLE=	BurntSushi:toml:a368813:toml/src/github.com/
 		PuerkitoBio:purell:0bcb03f:purell/src/github.com/PuerkitoBio/purell \
 		PuerkitoBio:urlesc:de5bf2a:urlesc/src/github.com/PuerkitoBio/urlesc \
 		alecthomas:chroma:85c342e:chroma/src/github.com/alecthomas/chroma \
-		bep:gitmap:de8030e:gitmap/src/github.com/bep/gitmap \
+		bep:debounce:4d3a5ad:debounce/src/github.com/bep/debounce \
+		bep:gitmap:012701e:gitmap/src/github.com/bep/gitmap \
 		chaseadamsio:goorgeous:dcf1ef8:goorgeous/src/github.com/chaseadamsio/goorgeous \
 		cpuguy83:go-md2man:a65d4d2:go_md2man/src/github.com/cpuguy83/go-md2man \
 		danwakefield:fnmatch:cbb64ac:fnmatch/src/github.com/danwakefield/fnmatch \

Modified: head/www/gohugo/distinfo
==============================================================================
--- head/www/gohugo/distinfo	Sat Apr  7 04:28:58 2018	(r466708)
+++ head/www/gohugo/distinfo	Sat Apr  7 04:29:08 2018	(r466709)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1522680924
-SHA256 (gohugo/gohugoio-hugo-v0.38_GH0.tar.gz) = 08549563b718cc904e9a71b084f975b4b1fe05ab431e1258cbae23d4b76846ab
-SIZE (gohugo/gohugoio-hugo-v0.38_GH0.tar.gz) = 28100162
+TIMESTAMP = 1522947588
+SHA256 (gohugo/gohugoio-hugo-v0.38.1_GH0.tar.gz) = bed277dd69218bf54b756bbe2b37168b585fc4fad5f3a3f62f9fc7fcc8a5af62
+SIZE (gohugo/gohugoio-hugo-v0.38.1_GH0.tar.gz) = 28097562
 SHA256 (gohugo/BurntSushi-toml-a368813_GH0.tar.gz) = 68dc067c4105cd20a642ddf1f4acaada7474c1b58e5b249d4bd9b0d7e8edebc2
 SIZE (gohugo/BurntSushi-toml-a368813_GH0.tar.gz) = 42252
 SHA256 (gohugo/PuerkitoBio-purell-0bcb03f_GH0.tar.gz) = ade9e6e2a5d1d79daaf2d729f450c482ff0aa316ea0a1d9e5e3f7a753d05c49c
@@ -9,8 +9,10 @@ SHA256 (gohugo/PuerkitoBio-urlesc-de5bf2a_GH0.tar.gz) 
 SIZE (gohugo/PuerkitoBio-urlesc-de5bf2a_GH0.tar.gz) = 6796
 SHA256 (gohugo/alecthomas-chroma-85c342e_GH0.tar.gz) = e0b372e0539afb99ddb755ea17ad7892902aef4a2d8f007973e20aad47cce959
 SIZE (gohugo/alecthomas-chroma-85c342e_GH0.tar.gz) = 298049
-SHA256 (gohugo/bep-gitmap-de8030e_GH0.tar.gz) = c418e80c4ca2cce9199d36d7c36f940a1768a1caa0003d0a4aad3be02562111e
-SIZE (gohugo/bep-gitmap-de8030e_GH0.tar.gz) = 4489
+SHA256 (gohugo/bep-debounce-4d3a5ad_GH0.tar.gz) = cddd9c7f19d19164210543f068008874fbc061ba37d4c116615c34eaddde7183
+SIZE (gohugo/bep-debounce-4d3a5ad_GH0.tar.gz) = 3363
+SHA256 (gohugo/bep-gitmap-012701e_GH0.tar.gz) = 6af8c509315fcaa0abc8d922009357e360d86ac419a611639ca3b67636d053c1
+SIZE (gohugo/bep-gitmap-012701e_GH0.tar.gz) = 4596
 SHA256 (gohugo/chaseadamsio-goorgeous-dcf1ef8_GH0.tar.gz) = 6dbf5f61257fc8c71ec6ae533f477f351c1b0fa11774cf6e8abf27edc7d90d61
 SIZE (gohugo/chaseadamsio-goorgeous-dcf1ef8_GH0.tar.gz) = 34318
 SHA256 (gohugo/cpuguy83-go-md2man-a65d4d2_GH0.tar.gz) = aa57abcc9cc5b034a91479922764bffdcd602d29c8b8ce5512f4dc6bbaab54b9


More information about the svn-ports-head mailing list