pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/go
Module Name: pkgsrc
Committed By: riastradh
Date: Wed Jul 31 18:57:52 UTC 2024
Modified Files:
pkgsrc/lang/go: go-dep.mk
Log Message:
lang/go/go-dep.mk: Add a warning not to use this any more.
Does it even make sense to keep? Do we still have users? I don't
see any in a cursory skim for GO_DEPS -- last one to use that looks
like it was databases/influxdb, which was migrated to go-module.mk
back in 2021.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/go/go-dep.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/go/go-dep.mk
diff -u pkgsrc/lang/go/go-dep.mk:1.2 pkgsrc/lang/go/go-dep.mk:1.3
--- pkgsrc/lang/go/go-dep.mk:1.2 Tue Sep 10 20:01:06 2019
+++ pkgsrc/lang/go/go-dep.mk Wed Jul 31 18:57:52 2024
@@ -1,7 +1,11 @@
-# $NetBSD: go-dep.mk,v 1.2 2019/09/10 20:01:06 rillig Exp $
+# $NetBSD: go-dep.mk,v 1.3 2024/07/31 18:57:52 riastradh Exp $
#
# This file implements dep (https://github.com/golang/dep) support in pkgsrc.
#
+# PLEASE NOTE: dep has been deprecated since 2020. You probably want
+# to use go-module.mk instead, unless the software you're packaging
+# hasn't had maintenance in years.
+#
# === Package-settable variables ===
#
# GO_DEPS
Home |
Main Index |
Thread Index |
Old Index