Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jun 2025 17:55:58 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: f327d8993a0c - main - www/gohugo: Update to 0.147.7
Message-ID:  <202506011755.551HtwjU019490@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=f327d8993a0c973e169ea7b776b553c81d7495fc

commit f327d8993a0c973e169ea7b776b553c81d7495fc
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2025-05-31 17:24:44 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2025-06-01 17:55:46 +0000

    www/gohugo: Update to 0.147.7
    
    ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.147.7
    
    Bug fixes
    
     * Fix language handling in shortcode templates
     * Make sure that unreferenced but changed bundle resources gets republished
     * resources/page: Respect disablePathToLower for permalink tokens
    
    Improvements
    
     * Handle KaTeX warnings (#13760)
     * common/collections: Increase test coverage
     * parser/pageparser: Add coverage for all IsX methods of Item
     * resources: Remove unused interface
---
 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 045fb88e78f6..d16f9b9a151b 100644
--- a/www/gohugo/Makefile
+++ b/www/gohugo/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	hugo
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.147.6
+DISTVERSION=	0.147.7
 PORTEPOCH=	1
 CATEGORIES=	www
 PKGNAMEPREFIX=	go
diff --git a/www/gohugo/distinfo b/www/gohugo/distinfo
index 5dd24c415ee5..5ff2c59ce728 100644
--- a/www/gohugo/distinfo
+++ b/www/gohugo/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1748413560
-SHA256 (go/www_gohugo/hugo-v0.147.6/v0.147.6.mod) = f14f3c1102d6f0661b7d9d64860adf0b816f776e0e7626570148db488e2c4ce6
-SIZE (go/www_gohugo/hugo-v0.147.6/v0.147.6.mod) = 8034
-SHA256 (go/www_gohugo/hugo-v0.147.6/v0.147.6.zip) = 8b87d001b98d83c486e592428021ad35c2bbce5e48598a7553cff86f196b6100
-SIZE (go/www_gohugo/hugo-v0.147.6/v0.147.6.zip) = 5738057
+TIMESTAMP = 1748712239
+SHA256 (go/www_gohugo/hugo-v0.147.7/v0.147.7.mod) = 9eb82eb1fca4e2f4d7a54e3b74b0b5773011bfef2b48ac9ac03855f616be9e98
+SIZE (go/www_gohugo/hugo-v0.147.7/v0.147.7.mod) = 8200
+SHA256 (go/www_gohugo/hugo-v0.147.7/v0.147.7.zip) = 65d4e9b01cdce1f2683929abfb2c27fcfec5bf2c32147402bf9094ca6d9de401
+SIZE (go/www_gohugo/hugo-v0.147.7/v0.147.7.zip) = 5741901


home | help

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