Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Feb 2026 16:18:23 +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: ad2041275df3 - main - www/gohugo: Update to 0.156.0
Message-ID:  <699737cf.30fd4.3c713180@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=ad2041275df3c6535f2e6878d99da23d953237b3

commit ad2041275df3c6535f2e6878d99da23d953237b3
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2026-02-19 08:20:55 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2026-02-19 16:18:01 +0000

    www/gohugo: Update to 0.156.0
    
    ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.156.0
    
    Notes
    
     * Remove items deprecated <= v0.136.0 (note)
     * hugolib: Move site.Data to hugo.Data, deprecate Site.AllPages/BuildDrafts/Languages
     * hugolib: Add Page.Sites to Site.Sites deprecation notice
     * resources/page: Deprecate cascade._target in favor of cascade.target
     * tpl/tplimpl: Throw error when calling gist shortcode
     * tpl/tplimpl: Throw error when calling twitter/twitter_simple shortcodes
    
    Bug fixes
    
     * tpl/internal: Replace deprecated parser.ParseDir and doc.New
     * commands: Fix --panicOnWarning flag having no effect with module version warnings
     * paths: Fix handling of _ as a path name
     * docs: Fix lineNos default value in docs.yaml
     * hugolib: Fix term title when taxonomy name contains spaces
    
    Improvements
    
     * hugolib: Simplify sites collection
     * hugolib: Adjust hugo.Sites.Default
     * Move common/hugo/HugoInfo to resources/page
     * hugolib: Add hugo.Sites and .Site.IsDefault(), modify .Site.Sites
     * output: Remove unused method
     * Update AI assistance guidelines in CONTRIBUTING.md
     * tpl/collections: Speed up where and sort performance
     * commands: Skip chmod for files without owner-write permission
     * tpl/collections: Add some more benchmarks for where and sort
     * all: Change site to project where appropriate
     * markup/highlight: Allow lineNos to be true, false, "inline", or "table"
     * Upgrade to Go 1.26
     * tpl: Move from md5 to xxhash for some in memory keys
     * testscripts/commands: Update 'future' date to far future
    
    Approved by:    doceng@ (implicit)
---
 www/gohugo/Makefile  |  5 ++---
 www/gohugo/distinfo  | 10 +++++-----
 www/gohugo/pkg-plist |  1 -
 3 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/www/gohugo/Makefile b/www/gohugo/Makefile
index 907e1f1f6c4d..08549c6b8ca0 100644
--- a/www/gohugo/Makefile
+++ b/www/gohugo/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	hugo
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.155.3
-PORTREVISION=	1
+DISTVERSION=	0.156.0
 PORTEPOCH=	1
 CATEGORIES=	www
 PKGNAMEPREFIX=	go
@@ -48,7 +47,7 @@ PORTMANS=	hugo-completion-bash.1 hugo-completion-fish.1 hugo-completion-powershe
 		hugo-list-drafts.1 hugo-list-expired.1 hugo-list-future.1 hugo-list.1 \
 		hugo-mod-clean.1 hugo-mod-get.1 hugo-mod-graph.1 hugo-mod-init.1 \
 		hugo-mod-npm-pack.1 hugo-mod-npm.1 hugo-mod-tidy.1 hugo-mod-vendor.1 \
-		hugo-mod-verify.1 hugo-mod.1 hugo-new-site.1 hugo-new-theme.1 hugo-new.1 \
+		hugo-mod-verify.1 hugo-mod.1 hugo-new-theme.1 hugo-new.1 \
 		hugo-server.1 hugo-version.1 hugo.1
 
 # needed to get DISTINFO_FILE in scope for the shell command evaluation by go.mk
diff --git a/www/gohugo/distinfo b/www/gohugo/distinfo
index 3bbdb06fde2b..41b7b32d9541 100644
--- a/www/gohugo/distinfo
+++ b/www/gohugo/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1770574830
-SHA256 (go/www_gohugo/hugo-v0.155.3/v0.155.3.mod) = 64267f4f582534ad038511e055507ed36592d57b5c93807fdff1fc7f89fa72a3
-SIZE (go/www_gohugo/hugo-v0.155.3/v0.155.3.mod) = 9397
-SHA256 (go/www_gohugo/hugo-v0.155.3/v0.155.3.zip) = ffbc4334765b4a0178d0e9b9cddb5d2d214a848fa54e8df48c516d71e2266196
-SIZE (go/www_gohugo/hugo-v0.155.3/v0.155.3.zip) = 7020926
+TIMESTAMP = 1771489179
+SHA256 (go/www_gohugo/hugo-v0.156.0/v0.156.0.mod) = 63f6d5f15ff917c5c55964144817451cf5512e1662b7b89e8f71c32d19261283
+SIZE (go/www_gohugo/hugo-v0.156.0/v0.156.0.mod) = 9292
+SHA256 (go/www_gohugo/hugo-v0.156.0/v0.156.0.zip) = 2ef512ec64c83e4d99f7c44ec5ce131abac18ffe48604954aa066311780ea8b3
+SIZE (go/www_gohugo/hugo-v0.156.0/v0.156.0.zip) = 7015479
diff --git a/www/gohugo/pkg-plist b/www/gohugo/pkg-plist
index 28a8d4df4aaf..c44fe353c11d 100644
--- a/www/gohugo/pkg-plist
+++ b/www/gohugo/pkg-plist
@@ -32,7 +32,6 @@ bin/hugo
 %%MANPAGES%%share/man/man1/hugo-mod-vendor.1.gz
 %%MANPAGES%%share/man/man1/hugo-mod-verify.1.gz
 %%MANPAGES%%share/man/man1/hugo-mod.1.gz
-%%MANPAGES%%share/man/man1/hugo-new-site.1.gz
 %%MANPAGES%%share/man/man1/hugo-new-theme.1.gz
 %%MANPAGES%%share/man/man1/hugo-new.1.gz
 %%MANPAGES%%share/man/man1/hugo-server.1.gz


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699737cf.30fd4.3c713180>