Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Apr 2018 09:26:54 +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: r467378 - head/www/gohugo
Message-ID:  <201804150926.w3F9QsuW063751@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Sun Apr 15 09:26:54 2018
New Revision: 467378
URL: https://svnweb.freebsd.org/changeset/ports/467378

Log:
  www/gohugo: Update to 0.38.2
  
  Changelog:
  - Fix handling of the --contentDir and possibly other related flags
  - Fix handling of content files with "." in them
  - Set .Parent in bundled pages to its owner
  
  PR:		227489
  Submitted by:	ben.lavery@hashbang0.com <ben.lavery@hashbang0.com> (maintainer)

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

Modified: head/www/gohugo/Makefile
==============================================================================
--- head/www/gohugo/Makefile	Sun Apr 15 09:03:39 2018	(r467377)
+++ head/www/gohugo/Makefile	Sun Apr 15 09:26:54 2018	(r467378)
@@ -2,7 +2,7 @@
 
 PORTNAME=	hugo
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.38.1
+DISTVERSION=	0.38.2
 CATEGORIES=	www
 PKGNAMEPREFIX=	go
 DIST_SUBDIR=	${PKGNAMEPREFIX}${PORTNAME}
@@ -21,7 +21,7 @@ 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:debounce:4d3a5ad:debounce/src/github.com/bep/debounce \
+		bep:debounce:844797f: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 \

Modified: head/www/gohugo/distinfo
==============================================================================
--- head/www/gohugo/distinfo	Sun Apr 15 09:03:39 2018	(r467377)
+++ head/www/gohugo/distinfo	Sun Apr 15 09:26:54 2018	(r467378)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1522947588
-SHA256 (gohugo/gohugoio-hugo-v0.38.1_GH0.tar.gz) = bed277dd69218bf54b756bbe2b37168b585fc4fad5f3a3f62f9fc7fcc8a5af62
-SIZE (gohugo/gohugoio-hugo-v0.38.1_GH0.tar.gz) = 28097562
+TIMESTAMP = 1523564042
+SHA256 (gohugo/gohugoio-hugo-v0.38.2_GH0.tar.gz) = a8197de4e2480dade53cfe6c0213c3576efe468d1e21d7518cecb019edbbb846
+SIZE (gohugo/gohugoio-hugo-v0.38.2_GH0.tar.gz) = 28097801
 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,8 @@ 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-debounce-4d3a5ad_GH0.tar.gz) = cddd9c7f19d19164210543f068008874fbc061ba37d4c116615c34eaddde7183
-SIZE (gohugo/bep-debounce-4d3a5ad_GH0.tar.gz) = 3363
+SHA256 (gohugo/bep-debounce-844797f_GH0.tar.gz) = e957962f6cf46be644cc31c6de4c2d5dda00736a6f507bc24042235d0295c9c8
+SIZE (gohugo/bep-debounce-844797f_GH0.tar.gz) = 3489
 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



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