From 3fb010bb9340fa5ff11a4ee8944b3f09b23cc385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Apestegu=C3=ADa?= Date: Sun, 17 Nov 2024 19:02:06 +0100 Subject: [PATCH] www/gohugo: update to 0.138.0 ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.139.0 Note * dartsass: Remove support for v1 of the protocol/binary (note) * Remove deprecations <= v0.122.0 (note) Bug fixes * dartsass: Fix error message * Fix extra newline/paragraphs issue with .RenderShortcodes * markup/goldmark: Fix typo in error message Improvements * Make sure term is always set * dartsass: Add silenceDeprecations option * Run go mod tidy * commands: Add -O flag to server to open browser * Preserve input type. * server: Strip ANSI escape codes from browser error log * parser/metadecoders: Add benchmark * Add site.Store and hugo.Store and Shortcode.Store * markup/goldmark: Improve the raw HTML omitted warning ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.138.0 * Fix concurrent map read and map write in short page lookups * Alias Page.Scratch to Page.Store (note) ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.137.1 * common/hugo: Add withdeploy to the version string printed in hugo version * markup: Goldmark log "Raw HTML omitted" warning also for inline HTML * build: Add missing withdeploy archive for Windows * commands: Print the "deploy not available" error message even if * flags provided * tpl/tplimpl: Create an embedded comment shortcode ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.137.0 Bug fixes * Fix stale pages on rebuilds in GetPage with short refs * Fix some RenderShortcodes error cases * dynacache: Fix potential deadlocks on panics in GetOrCreate e10915f @bep Improvements * Do not watch directories with no mounted files in it * markup/goldmark: Only log Raw HTML omitted WARN on block entering * markup/goldmark: Add warning (using Warnidf) on Goldmark * resources: Address Dart Sass deprecation of global built-in functions * github: Adjust test workflow to install Dart Sass v1.80.3 * Build without the deploy feature by default Dependency Updates * deps: Upgrade github.com/bep/godartsass/v2 v2.1.0 => v2.2.0 * deps: Upgrade github.com/bep/lazycache v0.6.0 => v0.7.0 Documentation * Update README.md ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.136.5 * Fix stuck server error issues ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.136.4 * tpl/transform: Revert unmarshal whitespace removal ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.136.3 * docker: Fix permission issues in Dockerfile * Make sure that HugoSites is always closed when done * tpl/strings: Add TrimSpace function * common/herrors: Fix the deferred error message cleaner regexp * tpl/transform: Don't fail on "no data to transform" ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.136.2 * docker: Fix Dart Sass ARM64 arch mismatch, /cache permissions --- www/gohugo/Makefile | 4 ++-- www/gohugo/distinfo | 10 +++++----- www/gohugo/pkg-plist | 1 - 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/www/gohugo/Makefile b/www/gohugo/Makefile index 7e8f73ca8b87..dc2dfd46e77b 100644 --- a/www/gohugo/Makefile +++ b/www/gohugo/Makefile @@ -1,6 +1,6 @@ PORTNAME= hugo DISTVERSIONPREFIX= v -DISTVERSION= 0.136.2 +DISTVERSION= 0.139.0 PORTEPOCH= 1 CATEGORIES= www PKGNAMEPREFIX= go @@ -42,7 +42,7 @@ EXTENDED_VARS_OFF= CGO_ENABLED=0 PORTMANS= hugo-completion-bash.1 hugo-completion-fish.1 hugo-completion-powershell.1 \ hugo-completion-zsh.1 hugo-completion.1 hugo-config-mounts.1 \ hugo-config.1 hugo-convert-toJSON.1 hugo-convert-toTOML.1 hugo-convert-toYAML.1 \ - hugo-convert.1 hugo-deploy.1 hugo-env.1 hugo-gen-chromastyles.1 hugo-gen-doc.1 \ + hugo-convert.1 hugo-env.1 hugo-gen-chromastyles.1 hugo-gen-doc.1 \ hugo-gen-man.1 hugo-gen.1 hugo-import-jekyll.1 hugo-import.1 hugo-list-all.1 \ hugo-list-drafts.1 hugo-list-expired.1 hugo-list-future.1 hugo-list.1 \ hugo-mod-clean.1 hugo-mod-get.1 hugo-mod-graph.1 hugo-mod-init.1 \ diff --git a/www/gohugo/distinfo b/www/gohugo/distinfo index e534086fbd63..e58ef318a1bf 100644 --- a/www/gohugo/distinfo +++ b/www/gohugo/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1729180837 -SHA256 (go/www_gohugo/hugo-v0.136.2/v0.136.2.mod) = b250badf42ca015c8ef8db1f9d31b450a17967ecad22dbd8ceacf11bdf56214b -SIZE (go/www_gohugo/hugo-v0.136.2/v0.136.2.mod) = 7890 -SHA256 (go/www_gohugo/hugo-v0.136.2/v0.136.2.zip) = 146fe38b437e94836f4724a5baf6fc3b88719486e4d05452f2973bacf85d82f2 -SIZE (go/www_gohugo/hugo-v0.136.2/v0.136.2.zip) = 7647644 +TIMESTAMP = 1731950794 +SHA256 (go/www_gohugo/hugo-v0.139.0/v0.139.0.mod) = b9cebd3526ef334ec097970d6e158f319db115018fcd9590b316673feca0f111 +SIZE (go/www_gohugo/hugo-v0.139.0/v0.139.0.mod) = 7843 +SHA256 (go/www_gohugo/hugo-v0.139.0/v0.139.0.zip) = d4e55bd7d717a32b4c3c83e5c2e877fbe2a31cb9147c63bb995afea1d65404bb +SIZE (go/www_gohugo/hugo-v0.139.0/v0.139.0.zip) = 7658733 diff --git a/www/gohugo/pkg-plist b/www/gohugo/pkg-plist index 7b9089ec8b20..28a8d4df4aaf 100644 --- a/www/gohugo/pkg-plist +++ b/www/gohugo/pkg-plist @@ -10,7 +10,6 @@ bin/hugo %%MANPAGES%%share/man/man1/hugo-convert-toTOML.1.gz %%MANPAGES%%share/man/man1/hugo-convert-toYAML.1.gz %%MANPAGES%%share/man/man1/hugo-convert.1.gz -%%MANPAGES%%share/man/man1/hugo-deploy.1.gz %%MANPAGES%%share/man/man1/hugo-env.1.gz %%MANPAGES%%share/man/man1/hugo-gen-chromastyles.1.gz %%MANPAGES%%share/man/man1/hugo-gen-doc.1.gz