Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Nov 2021 21:45:44 GMT
From:      Guangyuan Yang <ygy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ab12c7ab49c4 - main - www/gohugo: Update to 0.89.1
Message-ID:  <202111062145.1A6Ljidv037517@gitrepo.freebsd.org>

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

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

commit ab12c7ab49c4f3640229f5769a4ed025d9a35482
Author:     Ben Lavery-Griffiths <ben@lavery-griffiths.com>
AuthorDate: 2021-11-06 21:42:49 +0000
Commit:     Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2021-11-06 21:42:49 +0000

    www/gohugo: Update to 0.89.1
    
    Changelog:      https://github.com/gohugoio/hugo/releases/tag/v0.89.1
    
    PR:             259676
---
 www/gohugo/Makefile | 4 ++--
 www/gohugo/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/www/gohugo/Makefile b/www/gohugo/Makefile
index 31e14a2d4f66..872495bfa703 100644
--- a/www/gohugo/Makefile
+++ b/www/gohugo/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	hugo
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.89.0
+DISTVERSION=	0.89.1
 CATEGORIES=	www
 PKGNAMEPREFIX=	go
 DIST_SUBDIR=	${PKGNAMEPREFIX}${PORTNAME}
@@ -162,7 +162,7 @@ PORTMANS=	hugo-config.1 hugo-convert-toJSON.1 hugo-convert-toTOML.1 \
 
 SOURCE_DATE_EPOCH_CMD=	date -r $$(grep TIMESTAMP ${DISTINFO_FILE} | ${SED} -e 's/[^0-9]//g') '+%FT%TZ%z'
 # COMMIT_ID should be the first 8 positions of the commit hash, characters should be UPPERCASE
-COMMIT_ID=		ADE966B8
+COMMIT_ID=		B6A4AE4A
 
 do-build-MANPAGES-on:
 	@cd ${GO_WRKSRC} && ${GO_WRKDIR_BIN}/${PORTNAME} gen man --dir man/man1/
diff --git a/www/gohugo/distinfo b/www/gohugo/distinfo
index 6bfc8d0cdca4..b0c1103d7f4c 100644
--- a/www/gohugo/distinfo
+++ b/www/gohugo/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1635973849
-SHA256 (gohugo/gohugoio-hugo-v0.89.0_GH0.tar.gz) = 0fbee83dd04927b6c467caad245cf3159463c5114e0624edc1536f75e4c6cf17
-SIZE (gohugo/gohugoio-hugo-v0.89.0_GH0.tar.gz) = 37382477
+TIMESTAMP = 1636156891
+SHA256 (gohugo/gohugoio-hugo-v0.89.1_GH0.tar.gz) = c47f144291819a8d9f065f69ab290a198dfabde86a27ac2325a89f03c6e5ea3f
+SIZE (gohugo/gohugoio-hugo-v0.89.1_GH0.tar.gz) = 37375785
 SHA256 (gohugo/Azure-azure-pipeline-go-v0.2.2_GH0.tar.gz) = dc0d15949088e17e74da35c3ae2730f52240ad73e25cf795f532b7282de68e2f
 SIZE (gohugo/Azure-azure-pipeline-go-v0.2.2_GH0.tar.gz) = 16443
 SHA256 (gohugo/Azure-azure-storage-blob-go-v0.9.0_GH0.tar.gz) = f206c84fe3689aaa8e0cd180facf3455dc9c7e374a5dee1e2e9e6b9e39ab99c7



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