Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 May 2026 16:28:12 +0000
From:      Fernando Apeste=?utf-8?Q?gu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 71de1d403492 - main - www/gohugo: Update to 0.161.0
Message-ID:  <69f7779c.22e9b.4dc9a0ca@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=71de1d40349229f2d340bc4d76a5a4e0d0485ee2

commit 71de1d40349229f2d340bc4d76a5a4e0d0485ee2
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2026-04-28 15:05:19 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2026-05-03 16:27:56 +0000

    www/gohugo: Update to 0.161.0
    
    ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.161.0
    
    Bug fixes
    
     * langs/i18n: Fix translation lookup when using language variants
     * create: Fix non-deterministic conflict detection in hugo new content
     * commands: Fix environment isolation for configuration settings
     * Fix filename dimension identifiers (role_X, version_X) to replace mount config
     * Fix it so we never auto-fallback to page resources in other roles/versions
    
    Improvements
    
     * css: Support nested hugo:vars/ imports
     * github: Update GitHub actions versions
     * hugolib: Do not render aliases if the page is not rendered
     * langs/i18n: Improve default content language fallback
     * helpers: Remove unused code
     * common/constants: Remove unused consts
     * common/paths: Remove unused code
     * tests: Update Ruby setup action to v1.305.0
     * langs: Use Language.Locale as primary localization key
     * config/security: Add "! " negation to Whitelist, harden default http.urls
     * Harden Node tool execution with --permission flag
     * tpl/collections: Honor the Eqer interface in where comparisons
     * modules: Ignore non-require blocks in go.mod rewrite
     * Replace the concurrent map with an identical upstream version
     * Add slice-based permalinks config with PageMatcher target
     * commands: Add missing import
     * Revert "common/hugo: Deprecate extended and extended_withdeploy editions"
     * Adjust the SECURITY.md slightly
     * resources/page: Add passing test for Issue #14325
     * Add a more flexible filename identifier scheme that also allows setting roles and versions (#14754)
     * common/hugo: Deprecate extended and extended_withdeploy editions
     * parser/pageparser: Add a parser fuzz test
---
 www/gohugo/Makefile |  3 +--
 www/gohugo/distinfo | 10 +++++-----
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/www/gohugo/Makefile b/www/gohugo/Makefile
index 87adc059249c..661e4ecf1303 100644
--- a/www/gohugo/Makefile
+++ b/www/gohugo/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	hugo
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.160.1
-PORTREVISION=	1
+DISTVERSION=	0.161.0
 PORTEPOCH=	1
 CATEGORIES=	www
 PKGNAMEPREFIX=	go
diff --git a/www/gohugo/distinfo b/www/gohugo/distinfo
index 6e3c7b833ff3..07eb3ecb84c3 100644
--- a/www/gohugo/distinfo
+++ b/www/gohugo/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1775728395
-SHA256 (go/www_gohugo/hugo-v0.160.1/v0.160.1.mod) = 615fb782aed69178b044431e5eaf501a7d090c4f20ff5ca00d88f01ae4b3a248
-SIZE (go/www_gohugo/hugo-v0.160.1/v0.160.1.mod) = 9224
-SHA256 (go/www_gohugo/hugo-v0.160.1/v0.160.1.zip) = 2a93f1522465f2b096805f3a0b091604cb9c134a4ada59fba0202d8bb5674b6a
-SIZE (go/www_gohugo/hugo-v0.160.1/v0.160.1.zip) = 7074313
+TIMESTAMP = 1777388429
+SHA256 (go/www_gohugo/hugo-v0.161.0/v0.161.0.mod) = c1578a05e3ae4fd870f9ad567714aa9e39f30cb0a2f77f1c07e3310975249180
+SIZE (go/www_gohugo/hugo-v0.161.0/v0.161.0.mod) = 9230
+SHA256 (go/www_gohugo/hugo-v0.161.0/v0.161.0.zip) = 9b04a651ea14c38ab9917061daf892750600eba39849ad013977c143857e5c1c
+SIZE (go/www_gohugo/hugo-v0.161.0/v0.161.0.zip) = 7089366


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f7779c.22e9b.4dc9a0ca>