svn commit: r449822 - head/www/gohugo

Richard Gallamore ultima at FreeBSD.org
Thu Sep 14 03:08:09 UTC 2017


Author: ultima
Date: Thu Sep 14 03:08:07 2017
New Revision: 449822
URL: https://svnweb.freebsd.org/changeset/ports/449822

Log:
  * Updated to 0.27.1
  
  Changes: - Add time.Duration and time.ParseDuration template funcs
  - Add cond (ternary) template func
  - Prepare for template metrics
  - Add strings.TrimLeft and TrimRight
  - compare, hugolib, tpl: Add Eqer interface
  - Only strip p tag in markdownify if only one paragraph
  - Cleanup strings.TrimPrefix and TrimSuffix
  - Improve the base template (aka baseof.html) identification
  - Implement "related content"
  - Add Page.Equals
  - Rewrite replaceDivider to reduce memory allocation
  - Set up Hugo release flow on CircleCI
  - Maintain the scroll position if possible
  - Add an iFrame title to the YouTube shortcode
  - Remove the theme submodule from /docs
  - Add support for multiple config files via --config a.toml,b.toml,c.toml
  - Render task list item inside label for correct accessibility
  - Normalize UniqueID between Windows & Linux
  - Fix taxonomy term base template lookup
  - Fix published front matter handling
  
  PR:		222239
  Submitted by:	ben.lavery at hashbang0.com (maintainer)
  Approved by:	lifanov (implicit approval)

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

Modified: head/www/gohugo/Makefile
==============================================================================
--- head/www/gohugo/Makefile	Thu Sep 14 03:05:09 2017	(r449821)
+++ head/www/gohugo/Makefile	Thu Sep 14 03:08:07 2017	(r449822)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	hugo
-PORTVERSION=	0.26
+PORTVERSION=	0.27.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 PKGNAMEPREFIX=	go

Modified: head/www/gohugo/distinfo
==============================================================================
--- head/www/gohugo/distinfo	Thu Sep 14 03:05:09 2017	(r449821)
+++ head/www/gohugo/distinfo	Thu Sep 14 03:08:07 2017	(r449822)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1502359028
-SHA256 (gohugo/gohugoio-hugo-v0.26_GH0.tar.gz) = 1e76b6f5f0281d845c2189f7f3ae065a3ec38e32c560f4b573188878998f9c68
-SIZE (gohugo/gohugoio-hugo-v0.26_GH0.tar.gz) = 17353541
+TIMESTAMP = 1505338021
+SHA256 (gohugo/gohugoio-hugo-v0.27.1_GH0.tar.gz) = b357b4e3edd8934dbbbc6a04b57a36c07f1923ac3891b6f822fadd48ccaaeaba
+SIZE (gohugo/gohugoio-hugo-v0.27.1_GH0.tar.gz) = 19680569
 SHA256 (gohugo/BurntSushi-toml-a368813_GH0.tar.gz) = 68dc067c4105cd20a642ddf1f4acaada7474c1b58e5b249d4bd9b0d7e8edebc2
 SIZE (gohugo/BurntSushi-toml-a368813_GH0.tar.gz) = 42252
 SHA256 (gohugo/PuerkitoBio-purell-b938d81_GH0.tar.gz) = b10cdc245094af0100616b8ea71cb68658b3dd29ce8fc32d0b956e1508288067


More information about the svn-ports-all mailing list