Date: Fri, 20 Sep 2024 17:51:59 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: 4e394c138c28 - main - www/gohugo: update to 0.134.3 Message-ID: <202409201751.48KHpxJf053087@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=4e394c138c2820c72f0e0487ef61656a74e43420 commit 4e394c138c2820c72f0e0487ef61656a74e43420 Author: Fernando ApesteguĂa <fernape@FreeBSD.org> AuthorDate: 2024-09-19 17:23:56 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2024-09-20 17:51:47 +0000 www/gohugo: update to 0.134.3 ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.134.3 * tpl: Remove RSS deprecation site.Author check * modules: Improve console output on hugo mod init * commands: Ignore "module does not exist" errors in hugo mod init * Add exclusion for helix .bck files * hugolib: Move hugolib/site_new.go into hugolib/site.go * libsass: Resolve directory paths to directory index files * dartsass: Resolve directory paths to directory index files * internal/warpc: Improve the JS plugin API --- 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 04a00431c542..26d30af044bf 100644 --- a/www/gohugo/Makefile +++ b/www/gohugo/Makefile @@ -1,6 +1,6 @@ PORTNAME= hugo DISTVERSIONPREFIX= v -DISTVERSION= 0.134.2 +DISTVERSION= 0.134.3 PORTEPOCH= 1 CATEGORIES= www PKGNAMEPREFIX= go diff --git a/www/gohugo/distinfo b/www/gohugo/distinfo index 7115da1ca80c..0b1908db3fc1 100644 --- a/www/gohugo/distinfo +++ b/www/gohugo/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1726036212 -SHA256 (go/www_gohugo/hugo-v0.134.2/v0.134.2.mod) = 8936585afdec69bac744db6a8043f35099f596656e8f7ca1d6e76f04c9b324a3 -SIZE (go/www_gohugo/hugo-v0.134.2/v0.134.2.mod) = 7890 -SHA256 (go/www_gohugo/hugo-v0.134.2/v0.134.2.zip) = 737738e863ed6aae340ffb9fb8e1c5dbfaaea5da7afc5448d6daab295a2d6862 -SIZE (go/www_gohugo/hugo-v0.134.2/v0.134.2.zip) = 7644364 +TIMESTAMP = 1726766635 +SHA256 (go/www_gohugo/hugo-v0.134.3/v0.134.3.mod) = 8936585afdec69bac744db6a8043f35099f596656e8f7ca1d6e76f04c9b324a3 +SIZE (go/www_gohugo/hugo-v0.134.3/v0.134.3.mod) = 7890 +SHA256 (go/www_gohugo/hugo-v0.134.3/v0.134.3.zip) = e15e2e8a8175a672bd6bd4013929ef71847ccbc87d6cf798929235ec1bbb74ec +SIZE (go/www_gohugo/hugo-v0.134.3/v0.134.3.zip) = 7644838
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409201751.48KHpxJf053087>