ports@, Here an update for www/hugo which was released an hour ago which includes only one commit: https://github.com/gohugoio/hugo/commit/3d6baedaec306300f2c6f7ed471e774dca0f112a
This commit fixed a regression in 0.134.0 whcih leads to ignoring some blocks in rendered texts. Related issue: https://github.com/gohugoio/hugo/issues/12837 Tested on -current/amd64 Index: Makefile =================================================================== RCS file: /cvs/ports/www/hugo/Makefile,v retrieving revision 1.60 diff -u -p -r1.60 Makefile --- Makefile 9 Sep 2024 00:03:35 -0000 1.60 +++ Makefile 10 Sep 2024 13:03:43 -0000 @@ -3,7 +3,7 @@ ONLY_FOR_ARCHS = ${GO_ARCHS} COMMENT = fast and flexible static site generator MODGO_MODNAME = github.com/gohugoio/hugo -MODGO_VERSION = v0.134.1 +MODGO_VERSION = v0.134.2 DISTNAME = hugo-${MODGO_VERSION} Index: distinfo =================================================================== RCS file: /cvs/ports/www/hugo/distinfo,v retrieving revision 1.52 diff -u -p -r1.52 distinfo --- distinfo 9 Sep 2024 00:03:35 -0000 1.52 +++ distinfo 10 Sep 2024 13:03:43 -0000 @@ -1379,7 +1379,7 @@ SHA256 (go_modules/rsc.io/sampler/@v/v1. SHA256 (go_modules/rsc.io/sampler/@v/v1.3.0.zip) = 2iArDagDqyZhq5imgLuk9kEjoyblQMJVgrbNu53BFKo= SHA256 (go_modules/software.sslmate.com/src/go-pkcs12/@v/v0.2.0.mod) = ycxHNZ55+c2ONOTeypncJ5t0zinSW0a1T86Qmw5wOm8= SHA256 (go_modules/software.sslmate.com/src/go-pkcs12/@v/v0.2.0.zip) = qse6k1xBU6O0e8ObNvLorTJD8DNJwRy33Mlt2fMWn6Y= -SHA256 (hugo-v0.134.1.zip) = akCIstKpzQD0KO7SfvQ5+tanVL8CCSEN3VTzaYr2KHc= +SHA256 (hugo-v0.134.2.zip) = c3c46GPtaq40D/ufuOHF2/qupdp6/FRI1tqrKVotaGI= SIZE (go_modules/cel.dev/expr/@v/v0.15.0.mod) = 156 SIZE (go_modules/cel.dev/expr/@v/v0.15.0.zip) = 190386 SIZE (go_modules/cloud.google.com/go/@v/v0.110.10.mod) = 1349 @@ -2761,4 +2761,4 @@ SIZE (go_modules/rsc.io/sampler/@v/v1.3. SIZE (go_modules/rsc.io/sampler/@v/v1.3.0.zip) = 14308 SIZE (go_modules/software.sslmate.com/src/go-pkcs12/@v/v0.2.0.mod) = 127 SIZE (go_modules/software.sslmate.com/src/go-pkcs12/@v/v0.2.0.zip) = 36374 -SIZE (hugo-v0.134.1.zip) = 7643821 +SIZE (hugo-v0.134.2.zip) = 7644364 -- wbr, Kirill