Date: Thu, 23 Oct 2025 15:20:51 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: ce31ecc2b8bb - main - www/gohugo: Update to 0.152.0 Message-ID: <202510231520.59NFKpH1094368@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=ce31ecc2b8bb4a6bee05526053488cf9e977337c commit ce31ecc2b8bb4a6bee05526053488cf9e977337c Author: Fernando ApesteguĂa <fernape@FreeBSD.org> AuthorDate: 2025-10-22 06:23:34 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2025-10-23 15:20:43 +0000 www/gohugo: Update to 0.152.0 ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.152.0 Note * Replace to gopkg.in/yaml with github.com/goccy/go-yaml (note) Improvements * config: Clone language map entries before modifying them * Skip flaky test for now * Misc YAML adjustments * hugofs: Make sure that non-project module mounts are local paths * langs/i18n: Improve reserved key error message * langs: Add test case using a "reserved" i18n code Dependency Updates * deps: Upgrade github.com/gohugoio/go-i18n/v2 * build(deps): bump github.com/tdewolff/minify/v2 from 2.24.3 to 2.24.4 Approved by: doceng@ (blanket) ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.152.1 These fixes are are all related to the YAML library upgrade in v0.152.0. * Expand the numeric conversions to template funcs/methods * Fix where with uint64 * Fix it so YAML integer types can be used where Go int types are expected * tpl/compare: Fix compare/sort of uint64s * Fix "assignment to entry in nil map" on empty YAML config files Approved by: doceng@ (blanket) --- 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 640fd9af652f..152eed0fb280 100644 --- a/www/gohugo/Makefile +++ b/www/gohugo/Makefile @@ -1,6 +1,6 @@ PORTNAME= hugo DISTVERSIONPREFIX= v -DISTVERSION= 0.151.2 +DISTVERSION= 0.152.1 PORTEPOCH= 1 CATEGORIES= www PKGNAMEPREFIX= go diff --git a/www/gohugo/distinfo b/www/gohugo/distinfo index 428ee463fda2..8da90d1c95ff 100644 --- a/www/gohugo/distinfo +++ b/www/gohugo/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1760647453 -SHA256 (go/www_gohugo/hugo-v0.151.2/v0.151.2.mod) = 0cf696a433368c56df8664270db733251a34eee19541b7e2306005efd09b7c1a -SIZE (go/www_gohugo/hugo-v0.151.2/v0.151.2.mod) = 9329 -SHA256 (go/www_gohugo/hugo-v0.151.2/v0.151.2.zip) = 7b0f0015b6f2a53241f8bc96b177d950b8fd86649e0debe7e0f2ceefe72f6c5d -SIZE (go/www_gohugo/hugo-v0.151.2/v0.151.2.zip) = 5768692 +TIMESTAMP = 1761229783 +SHA256 (go/www_gohugo/hugo-v0.152.1/v0.152.1.mod) = 8a9c4808fc20967205797834b0159dc146a01dd1c7ba6f7426f025176549fc50 +SIZE (go/www_gohugo/hugo-v0.152.1/v0.152.1.mod) = 9291 +SHA256 (go/www_gohugo/hugo-v0.152.1/v0.152.1.zip) = fabac3a61a160355e13dfee97e3ab8070a5898e81a5bd364d7e3d1786af4fa40 +SIZE (go/www_gohugo/hugo-v0.152.1/v0.152.1.zip) = 5777363home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510231520.59NFKpH1094368>
