pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/gatus
Module Name: pkgsrc
Committed By: drixter
Date: Fri Sep 4 20:30:43 UTC 2026
Modified Files:
pkgsrc/sysutils/gatus: Makefile
Log Message:
gatus: Require Go version 1.26, won't compile so far with 1.27
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/gatus/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/gatus/Makefile
diff -u pkgsrc/sysutils/gatus/Makefile:1.5 pkgsrc/sysutils/gatus/Makefile:1.6
--- pkgsrc/sysutils/gatus/Makefile:1.5 Mon Aug 31 19:19:05 2026
+++ pkgsrc/sysutils/gatus/Makefile Fri Sep 4 20:30:43 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2026/08/31 19:19:05 bsiegert Exp $
+# $NetBSD: Makefile,v 1.6 2026/09/04 20:30:43 drixter Exp $
DISTNAME= gatus-5.36.0
PKGREVISION= 4
@@ -13,6 +13,8 @@ LICENSE= apache-2.0
USE_LANGUAGES= c
+GO_VERSION_REQD= 126
+
.include "go-modules.mk"
.include "../../lang/go/go-module.mk"
Home |
Main Index |
Thread Index |
Old Index