diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2024-09-03 08:41:56 +0200 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2024-09-03 08:58:20 +0200 |
commit | 9cc3123e51c0636cf9aa8a1330cdf9c9bfb4cc3f (patch) | |
tree | f5de0f02379991c7c68e44e58ec8d8094c8bbe82 | |
parent | java/openjdk8: (aarch64) builds fine with llvm from base (diff) |
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
-rw-r--r-- | textproc/docproj/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |