svn commit: r468185 - head/www/gohugo

Jochen Neumeister joneum at FreeBSD.org
Tue Apr 24 07:21:22 UTC 2018


Author: joneum
Date: Tue Apr 24 07:21:21 2018
New Revision: 468185
URL: https://svnweb.freebsd.org/changeset/ports/468185

Log:
  www/gohugo: Update to 0.40
  
  Change log:
   - Add path.Ext, path.Dir and path.Base
   - Make fileExist use the same filesystem as readFile Add .Page.BundleType
   - Add zero-based Ordinal to shortcode
   - Process and render shortcodes in their order of appearance
   - Init the content and shortcodes early
   - Prepare child page resources before the page itself
   - Make .Content (almost) always available in shortcodes
   - Add language merge support for Pages in resource.Resources
   - Improve .Content vs shortcodes
   - Improve .Get docs
   - Update missing positional parameter test for .Get
   - Improve error message in metadata parse
   - Add some context to front matter parse error
   - Updated GetCSV error message
   - .Get doesn't crash on missing positional param fixes
   - fix syntax signature
  
  PR:		227724
  Submitted by:	ben.lavery at hashbang0.com (maintainer)

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

Modified: head/www/gohugo/Makefile
==============================================================================
--- head/www/gohugo/Makefile	Tue Apr 24 06:50:00 2018	(r468184)
+++ head/www/gohugo/Makefile	Tue Apr 24 07:21:21 2018	(r468185)
@@ -2,7 +2,7 @@
 
 PORTNAME=	hugo
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.39
+DISTVERSION=	0.40
 CATEGORIES=	www
 PKGNAMEPREFIX=	go
 DIST_SUBDIR=	${PKGNAMEPREFIX}${PORTNAME}

Modified: head/www/gohugo/distinfo
==============================================================================
--- head/www/gohugo/distinfo	Tue Apr 24 06:50:00 2018	(r468184)
+++ head/www/gohugo/distinfo	Tue Apr 24 07:21:21 2018	(r468185)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1523912409
-SHA256 (gohugo/gohugoio-hugo-v0.39_GH0.tar.gz) = db8e8e8f51879d8892bc089bc2078bfa83a7d9a4231e39c60220911b2ee9ad30
-SIZE (gohugo/gohugoio-hugo-v0.39_GH0.tar.gz) = 28310542
+TIMESTAMP = 1524505053
+SHA256 (gohugo/gohugoio-hugo-v0.40_GH0.tar.gz) = 48d2e0558d45efc831bebf5c43499db73d2624e254ee1cea645e17b58d0748f5
+SIZE (gohugo/gohugoio-hugo-v0.40_GH0.tar.gz) = 15173869
 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


More information about the svn-ports-head mailing list