Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Apr 2018 07:21:21 +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: r468185 - head/www/gohugo
Message-ID:  <201804240721.w3O7LLYm033939@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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