Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 2024 07:13:28 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: 9bbfe9f4e266 - main - www/gohugo: update to 0.140.0
Message-ID:  <202412180713.4BI7DSGS092238@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=9bbfe9f4e2661df65c20285d5db53e5fca9a651d

commit 9bbfe9f4e2661df65c20285d5db53e5fca9a651d
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2024-12-17 19:14:08 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2024-12-18 07:13:08 +0000

    www/gohugo: update to 0.140.0
    
    ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.140.0
    
    Bug fixes
    
     * Fix panic on server rebuilds when using both base templates and
       template.Defer
     * js: Fix js.Batch for multihost setups
     * parser/pageparser: Fix Org Mode summary delimiter assignment
     * Fix a rebuild on resource rename case
     * tpl/tplimpl: Fix title attribute in details shortcode
     * Fix Sass imports on the form index.{scss,sass}
     * markup/goldmark: Fix blockquote render hook text parsing
    
    Improvements
    
     * js/esbuild: Add missing es2024 target
     * js/esbuild: Add runners after scripts
     * js/esbuild: Batch: Avoid nil Instances slice
     * tpl/tplimpl: Update youtube shortcode
     * tpl/tplimpl: Update details shortcode
     * tpl/collections: Allow querify to accept a map argument
     * js/esbuild: Build groups in order of their ID
     * tpl/tplimpl: Add details shortcode
     * Write all logging (INFO, WARN, ERROR) to stderr
     * js/esbuild: Add platform option
     * Add config option disableDefaultLanguageRedirect
     * Add js.Batch
     * Upgrade to Go 1.23.4
     * Remove some old and unused shell scripts
    
    Dependency Updates
    
     * build(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0
     * build(deps): bump golang.org/x/tools from 0.27.0 to 0.28.0
     * build(deps): bump github.com/hairyhenderson/go-codeowners
     * build(deps): bump golang.org/x/net from 0.31.0 to 0.32.0
---
 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 3569ae415757..a2f869b5862f 100644
--- a/www/gohugo/Makefile
+++ b/www/gohugo/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	hugo
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.139.5
+DISTVERSION=	0.140.0
 PORTEPOCH=	1
 CATEGORIES=	www
 PKGNAMEPREFIX=	go
diff --git a/www/gohugo/distinfo b/www/gohugo/distinfo
index 5bbfa6bda4ea..8ee81ecc8002 100644
--- a/www/gohugo/distinfo
+++ b/www/gohugo/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1734254015
-SHA256 (go/www_gohugo/hugo-v0.139.5/v0.139.5.mod) = 79ad48a5352f84691f5e58e48b8fc2ecd844b6d9c5abf2f0a9d005a52a8bee0c
-SIZE (go/www_gohugo/hugo-v0.139.5/v0.139.5.mod) = 7844
-SHA256 (go/www_gohugo/hugo-v0.139.5/v0.139.5.zip) = 5a170a6f6bb638f07a0e883a36269793ad2fedd29aed5c85813378871958fa99
-SIZE (go/www_gohugo/hugo-v0.139.5/v0.139.5.zip) = 7659237
+TIMESTAMP = 1734462848
+SHA256 (go/www_gohugo/hugo-v0.140.0/v0.140.0.mod) = 5592a1ac0336895faad1804f4e815d2e58d31a9fa84ef6f1787c45f8de6e7395
+SIZE (go/www_gohugo/hugo-v0.140.0/v0.140.0.mod) = 7845
+SHA256 (go/www_gohugo/hugo-v0.140.0/v0.140.0.zip) = 045552611fecb560c2550fbe1f2165fba9c9e27979773f8f1d41c84653effe32
+SIZE (go/www_gohugo/hugo-v0.140.0/v0.140.0.zip) = 7693226


home | help

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