Date: Tue, 3 Sep 2024 18:02:04 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-branches@FreeBSD.org Subject: git: 83189c2cfa60 - 2024Q3 - textproc/docproj: Update gohugo dependency Message-ID: <202409031802.483I24A1093672@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q3 has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=83189c2cfa60edd56f223f10309d3b5d2e4a2f4a commit 83189c2cfa60edd56f223f10309d3b5d2e4a2f4a Author: Fernando ApesteguĂa <fernape@FreeBSD.org> AuthorDate: 2024-09-03 06:41:56 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2024-09-03 18:01:53 +0000 textproc/docproj: Update gohugo dependency Bump it to 0.133.1 Merge to quarterly in a couple of days. After that, wait until the package is ready and commit some changes to the website part of the documentation that would not build with the gohugo version currently in Q3 (namely changing from Site.First to Site.Default since the former is deprecated an will stop working). Approved by: doceng@ (implicit) MFH: 2024Q3 (cherry picked from commit 9cc3123e51c0636cf9aa8a1330cdf9c9bfb4cc3f) --- textproc/docproj/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index 1517a5a17642..6d362be1878a 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -8,7 +8,7 @@ WWW= https://www.freebsd.org/docproj RUN_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor \ gnuplot-lite>0:math/gnuplot-lite \ - gohugo>=0.123.8,1:www/gohugo \ + gohugo>=0.133.1,1:www/gohugo \ rougify:textproc/rubygem-rouge \ rubygem-asciidoctor-diagram>0:textproc/rubygem-asciidoctor-diagram
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409031802.483I24A1093672>