git: 9cc3123e51c0 - main - textproc/docproj: Update gohugo dependency

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Tue, 03 Sep 2024 06:58:43 UTC
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9cc3123e51c0636cf9aa8a1330cdf9c9bfb4cc3f

commit 9cc3123e51c0636cf9aa8a1330cdf9c9bfb4cc3f
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 06:58:20 +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
---
 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