pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/hugo



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sat Dec 10 12:16:45 UTC 2022

Modified Files:
        pkgsrc/www/hugo: Makefile

Log Message:
www/hugo: Explain why this needs old go


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/www/hugo/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/hugo/Makefile
diff -u pkgsrc/www/hugo/Makefile:1.68 pkgsrc/www/hugo/Makefile:1.69
--- pkgsrc/www/hugo/Makefile:1.68       Thu Dec  8 16:14:19 2022
+++ pkgsrc/www/hugo/Makefile    Sat Dec 10 12:16:45 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2022/12/08 16:14:19 bsiegert Exp $
+# $NetBSD: Makefile,v 1.69 2022/12/10 12:16:45 gdt Exp $
 
 DISTNAME=      hugo-0.101.0
 PKGNAME=       go-${DISTNAME}
@@ -14,6 +14,7 @@ COMMENT=      Fast & Modern Static Website En
 LICENSE=       apache-2.0
 
 GO_BUILD_PATTERN=      -tags "extended"
+# go-quic does not support 1.19
 GO_VERSION_DEFAULT=    118
 
 MAKE_ENV+=     "CGO_ENABLED=1"



Home | Main Index | Thread Index | Old Index