Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jul 2023 23:47:38 GMT
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 852bad6d9b52 - main - www/gohugo: Update to 0.115.4
Message-ID:  <202307282347.36SNlcFA021187@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/ports/commit/?id=852bad6d9b52ea2a2d28a048f64a1d5554aca665

commit 852bad6d9b52ea2a2d28a048f64a1d5554aca665
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2023-07-28 22:42:02 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2023-07-28 23:47:08 +0000

    www/gohugo: Update to 0.115.4
    
    This includes a patch from the master branch/next release:
    https://github.com/gohugoio/hugo/issues/11278
    
    Changelog:  https://github.com/gohugoio/hugo/releases/tag/v0.115.4
    Approved by:    doceng (implicit)
---
 www/gohugo/Makefile |  7 +++++--
 www/gohugo/distinfo | 12 +++++++-----
 2 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/www/gohugo/Makefile b/www/gohugo/Makefile
index 43cd13dc4411..7992665c6321 100644
--- a/www/gohugo/Makefile
+++ b/www/gohugo/Makefile
@@ -1,12 +1,15 @@
 PORTNAME=	hugo
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.111.3
-PORTREVISION=	1
+DISTVERSION=	0.115.4
 PORTEPOCH=	1
 CATEGORIES=	www
 PKGNAMEPREFIX=	go
 DIST_SUBDIR=	${PKGNAMEPREFIX}${PORTNAME}
 
+# https://github.com/gohugoio/hugo/issues/11278
+PATCH_SITES=	https://github.com/gohugoio/hugo/commit/
+PATCHFILES+=	7f058b8bab947db98939ed27a7c2a08468323d08.patch:-p1
+
 MAINTAINER=	doceng@FreeBSD.org
 COMMENT=	Fast and Flexible Static Site Generator built with love in GoLang
 WWW=		https://gohugo.io
diff --git a/www/gohugo/distinfo b/www/gohugo/distinfo
index e76d4a5d6510..440ada48758c 100644
--- a/www/gohugo/distinfo
+++ b/www/gohugo/distinfo
@@ -1,5 +1,7 @@
-TIMESTAMP = 1679022106
-SHA256 (go/www_gohugo/hugo-v0.111.3/v0.111.3.mod) = 258025b8c64a4ed37044cfd2edc25c2c305ae70240f7b8158fdf37c3a391c0d7
-SIZE (go/www_gohugo/hugo-v0.111.3/v0.111.3.mod) = 5583
-SHA256 (go/www_gohugo/hugo-v0.111.3/v0.111.3.zip) = 440d17df855a1671e2973a69febc7774cfbfad74d0f42859d7b750b0c4e3b383
-SIZE (go/www_gohugo/hugo-v0.111.3/v0.111.3.zip) = 6171905
+TIMESTAMP = 1690497983
+SHA256 (go/www_gohugo/hugo-v0.115.4/v0.115.4.mod) = df90d8c0d0d0fd9f1b7a2e9e89856c6ef10bbb45e6eb4831f30f14283696d8c8
+SIZE (go/www_gohugo/hugo-v0.115.4/v0.115.4.mod) = 6597
+SHA256 (go/www_gohugo/hugo-v0.115.4/v0.115.4.zip) = 20cd3a527b510cc82e4d5392dcf28ed19c998cc8fdf1284bcb323cda049c98ae
+SIZE (go/www_gohugo/hugo-v0.115.4/v0.115.4.zip) = 6319156
+SHA256 (go/www_gohugo/hugo-v0.115.4/7f058b8bab947db98939ed27a7c2a08468323d08.patch) = fcf6eec8e2d6a6249263be74af956a8c02317e02b05eb41046b0014fc5ba7aa4
+SIZE (go/www_gohugo/hugo-v0.115.4/7f058b8bab947db98939ed27a7c2a08468323d08.patch) = 3184



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