Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2026 21:11:01 +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: f991008c5819 - main - www/gohugo: Update to 0.162.0
Message-ID:  <6a1a00e5.37787.5a37e845@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=f991008c581965a3cb9c0fadf67b0cadd8a82208

commit f991008c581965a3cb9c0fadf67b0cadd8a82208
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2026-05-26 19:18:45 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2026-05-29 21:08:52 +0000

    www/gohugo: Update to 0.162.0
    
    ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.162.0
    
    Bug fixes
    
     * hugolib: Fix Page.GitInfo for modules with go.mod in a repo subdirectory
     * Fix typo in CONTRIBUTING.md
     * resources: Fix the :counter placeholder
     * commands: Fix import from Jekyll
     * Fix prevention of direct symlink reads in resources.Get
     * commands: Fix github-dark chromastyles
    
    Improvements
    
     * Disallow HTML content by default
     * Add image processing support for AVIF
     * config: Preserve intentionally empty maps
     * hugolib: Merge existing hugo_stats.json when renderSegments is set
     * all: Replace RWMutex struct caches with ConcurrentMap
     * tpl/tplimpl: Consolidate and improve embedded template integration tests
     * parser: Drop empty sub maps from hugo config output
     * markup/highlight: Allow overriding type and code via options
     * Update AI assistance disclosure requirements
     * hugolib: Use AllTranslated in IsTranslated
     * tpl: Simplify sitemap template
     * tpl: Use AllTranslations in sitemap template
     * tpl/collections: Make dict return nil when no values are provided
     * Sync Go template package to 1.26.3
     * Upgrade to Go 1.26.3
     * ci: Check embedded template formatting with gotmplfmt
     * tpl: Run gotmplfmt -w .
     * markup/goldmark/codeblocks: Always split Chroma options into .Options
     * hugolib: Allow empty params front matter
     * common/hmaps: Merge slice-valued module config into site config
     * tpl: Use GetMatch for both local and global image resources
     * Revert "markup/tableofcontents: Skip empty TOC levels"
     * tpl/templates: Reject Defer inside partialCached
     * common/hexec: Make NODE_PATH a fallback for ESM bare imports
     * config: Allow repeating the root key in /config files
     * Revise test naming guidelines in AGENTS.md
     * Update AGENTS.md
     * js: Return error for missing batch imports
     * resources/images: Keep smart crop target size
     * testing: Use synctest where relevant
     * security: Validate redirects against security.http.urls
     * markup/tableofcontents: Skip empty TOC levels
     * Fall back to hugo.buildDate in hugo.BuildDate() in non-vcs builds
     * css: Make css.Build's file-loader URLs absolute to web context root
     * hugolib: Don't warn about lang/kind/path coming from cascade.params
     * markup/goldmark: Unwrap inner HTML for plain code blocks
     * tpl/tplimpl: Extend page image lookup to include global resources
     * security: Allow hostnames starting with digits in default http.urls
     * commands: Improve description of command flags
    
    Approved by:    doceng@ (implicit)
    Security:       CVE-2026-39826 CVE-2026-39823
---
 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 c7ed82bda1c0..aa0e44b7c0e2 100644
--- a/www/gohugo/Makefile
+++ b/www/gohugo/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	hugo
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.161.1
-PORTREVISION=	1
+DISTVERSION=	0.162.0
 PORTEPOCH=	1
 CATEGORIES=	www
 PKGNAMEPREFIX=	go
diff --git a/www/gohugo/distinfo b/www/gohugo/distinfo
index 3cf131ab243d..7bdb991aa71d 100644
--- a/www/gohugo/distinfo
+++ b/www/gohugo/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1777826505
-SHA256 (go/www_gohugo/hugo-v0.161.1/v0.161.1.mod) = c1578a05e3ae4fd870f9ad567714aa9e39f30cb0a2f77f1c07e3310975249180
-SIZE (go/www_gohugo/hugo-v0.161.1/v0.161.1.mod) = 9230
-SHA256 (go/www_gohugo/hugo-v0.161.1/v0.161.1.zip) = cc97bd5574e3ccfe2101af62324e519e6d7f624407fb67b0865c7dfdea575b5f
-SIZE (go/www_gohugo/hugo-v0.161.1/v0.161.1.zip) = 7084926
+TIMESTAMP = 1779822981
+SHA256 (go/www_gohugo/hugo-v0.162.0/v0.162.0.mod) = dbcdc474d2a293d67a6bc952aaea1661c7d3801dedbeb212bbe46e06d4b51755
+SIZE (go/www_gohugo/hugo-v0.162.0/v0.162.0.mod) = 9262
+SHA256 (go/www_gohugo/hugo-v0.162.0/v0.162.0.zip) = 91009f75d0dcef7d161fa58eafc2c462e42bf44bf2a852df326d73045af947b5
+SIZE (go/www_gohugo/hugo-v0.162.0/v0.162.0.zip) = 9549122


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1a00e5.37787.5a37e845>