Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2024 16:04: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: c9883dbdc039 - main - www/gohugo: update to 0.134.1
Message-ID:  <202409051604.485G4pTa003908@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=c9883dbdc0399ee2247521f969c794319ef04dfc

commit c9883dbdc0399ee2247521f969c794319ef04dfc
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2024-09-04 10:49:02 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2024-09-05 16:04:43 +0000

    www/gohugo: update to 0.134.1
    
    ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.134.0
    
    Bug fixes
    
     * github: Try to fix "no space left on device" on MacOS
     * Fix deprecation warning for resources.ToCSS
     * output: Fix docshelper template lookup order for AMP pages
    
    Improvements
    
     * markup/goldmark/blockquotes: Improve some tests
     * Add support for Obsidian type blockquote alerts
     * Rename hstring.RenderedHTML => hstring.HTML
     * Make all renderhook Text methods return template.HTML
     * Add Markdown render hooks for tables
     * create/skeletons: Clean up lang attribute in base template
     * tpl/resources: Improve resources.Concat error message
     * tpl: Trim whitespace from google_analytics.html
     * Add Page.Contents with scope support
     * hugolib: Add a test for overriding _internal templates
    
    ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.134.1
    
    Bugfix release 1.134.1
---
 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 5927adb3acd7..9ddc0643d358 100644
--- a/www/gohugo/Makefile
+++ b/www/gohugo/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	hugo
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.133.1
+DISTVERSION=	0.134.1
 PORTEPOCH=	1
 CATEGORIES=	www
 PKGNAMEPREFIX=	go
diff --git a/www/gohugo/distinfo b/www/gohugo/distinfo
index 78d994599cf5..00380adb61ed 100644
--- a/www/gohugo/distinfo
+++ b/www/gohugo/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1724775424
-SHA256 (go/www_gohugo/hugo-v0.133.1/v0.133.1.mod) = 62603f229979c19fbb537c97219cf4e0cae935d0854ffc93019121a382d17f2e
-SIZE (go/www_gohugo/hugo-v0.133.1/v0.133.1.mod) = 7890
-SHA256 (go/www_gohugo/hugo-v0.133.1/v0.133.1.zip) = b93d8620638d82a22fa533ede204eaf841a2ef2a30d483d02343ca8e1ce91c4d
-SIZE (go/www_gohugo/hugo-v0.133.1/v0.133.1.zip) = 7632727
+TIMESTAMP = 1725547190
+SHA256 (go/www_gohugo/hugo-v0.134.1/v0.134.1.mod) = 8936585afdec69bac744db6a8043f35099f596656e8f7ca1d6e76f04c9b324a3
+SIZE (go/www_gohugo/hugo-v0.134.1/v0.134.1.mod) = 7890
+SHA256 (go/www_gohugo/hugo-v0.134.1/v0.134.1.zip) = 6a4088b2d2a9cd00f428eed27ef439fad6a754bf0209210ddd54f3698af62877
+SIZE (go/www_gohugo/hugo-v0.134.1/v0.134.1.zip) = 7643821


home | help

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