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:   wiz
Date:           Tue Feb 13 18:06:05 UTC 2024

Modified Files:
        pkgsrc/lang/go: go-module.mk

Log Message:
go-module.mk: document print-go-modules


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/go/go-module.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-module.mk
diff -u pkgsrc/lang/go/go-module.mk:1.12 pkgsrc/lang/go/go-module.mk:1.13
--- pkgsrc/lang/go/go-module.mk:1.12    Tue Feb 13 17:59:42 2024
+++ pkgsrc/lang/go/go-module.mk Tue Feb 13 18:06:05 2024
@@ -1,4 +1,4 @@
-# $NetBSD: go-module.mk,v 1.12 2024/02/13 17:59:42 wiz Exp $
+# $NetBSD: go-module.mk,v 1.13 2024/02/13 18:06:05 wiz Exp $
 #
 # This file implements common logic for compiling Go programs in pkgsrc.
 #
@@ -13,7 +13,8 @@
 #
 # GO_MODULE_FILES (optional)
 #      List of dependency files to be downloaded from the Go module proxy.
-#      Can be filled out from the output of "make show-go-modules".
+#      Can be filled out from the output of "make show-go-modules" or
+#      "make print-go-modules".
 #
 # GO_EXTRA_MOD_DIRS (optional)
 #



Home | Main Index | Thread Index | Old Index