Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2025 16:52:34 GMT
From:      Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 37a12f8d7a04 - main - www/gohugo: update to 0.141.0
Message-ID:  <202501171652.50HGqY0O059969@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=37a12f8d7a04283fe3f0865a6fa0e50937f849fc

commit 37a12f8d7a04283fe3f0865a6fa0e50937f849fc
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2025-01-16 13:38:02 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2025-01-17 16:52:22 +0000

    www/gohugo: update to 0.141.0
    
    ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.141.0
    
    Bug fixes
    
     * common/paths: Fix docstring
     * commands: Fix spelling in comment
     * Fix branch resource overlapping bundle path
     * templates: Fix handling of multiple defers in the same template
     * Fix NPX issue with TailwindCSS v4
     * Fix server refresh on 404 template changes
    
    Improvements
    
     * tpl/tplimpl: Simplify some test assertions
     * tpl/tplimpl: Deprecate twitter shortcode in favor of x shortcode
     * commands: Set up the glboal logger early
     * commands: Add --printZero to the config command
     * For render hooks, only fallback to HTML (or the defaultOutputFormat) template
     * tpl/collections: Use MapRange/SetIterKey/SetIterValue for Where, Sort and Merge
     * tpl/collections: Add BenchmarkWhereMap
     * tpl/collections: Add BenchmarkSortMap
     * tpl/collections: Add Merge benchmark
     * resources/images: Refactor golden image tests to locate them closer to the implementation
     * resources/images: Add some mask tests
     * resources/images: Add images.Mask
     * tpl/tplimpl: Use plain text for image render hook alt attribute
     * resources/images: Add some golden tests for images.QR
     * tpl/images: Change signature of images.QR to images.QR TEXT OPTIONS
     * resources/images: Add some golden tests for images.Text
     * images.Text: Add "alignx" option for horizontal alignment
     * images: Rework the golden tests
     * create: Respect --noBuildLock in hugo new
     * tpl/images: Format the QR hashes as hex
     * tpl/images: Add images.QR function
     * Add try
     * resources: Add FromOpts for more effective resource creation
     * markup/highlight: Remove noHl option
---
 www/gohugo/Makefile |  2 +-
 www/gohugo/distinfo | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/www/gohugo/Makefile b/www/gohugo/Makefile
index 2ee7c19f632f..c18b67ad53ba 100644
--- a/www/gohugo/Makefile
+++ b/www/gohugo/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	hugo
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.140.2
+DISTVERSION=	0.141.0
 PORTEPOCH=	1
 CATEGORIES=	www
 PKGNAMEPREFIX=	go
diff --git a/www/gohugo/distinfo b/www/gohugo/distinfo
index e6651d476338..12942469af72 100644
--- a/www/gohugo/distinfo
+++ b/www/gohugo/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1735580694
-SHA256 (go/www_gohugo/hugo-v0.140.2/v0.140.2.mod) = b974777b842c639bad2a2287a5fd11ed5c226dae8153d07200421f67d5b5e9b6
-SIZE (go/www_gohugo/hugo-v0.140.2/v0.140.2.mod) = 7845
-SHA256 (go/www_gohugo/hugo-v0.140.2/v0.140.2.zip) = 2f49604667912f3ca73af9ee24d166e34b07709861d49957b0d7d2619da71d2c
-SIZE (go/www_gohugo/hugo-v0.140.2/v0.140.2.zip) = 7694505
+TIMESTAMP = 1737034627
+SHA256 (go/www_gohugo/hugo-v0.141.0/v0.141.0.mod) = 95da805bdfd3861c998ce954fd61a16afc25e68da9f9a826f8b16e815c657c81
+SIZE (go/www_gohugo/hugo-v0.141.0/v0.141.0.mod) = 7863
+SHA256 (go/www_gohugo/hugo-v0.141.0/v0.141.0.zip) = 255ad1b8bd78a62b64bf37459b52508aa62d8a48f9a85e08acf4417def7dc3af
+SIZE (go/www_gohugo/hugo-v0.141.0/v0.141.0.zip) = 5440463



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