pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/checksum



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Nov 24 07:31:40 UTC 2024

Modified Files:
        pkgsrc/mk/checksum: bsd.checksum.mk

Log Message:
bsd.checksum.mk: add help keywords

The words in the comma-separated lists are not automatically recognized
as keywords.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/mk/checksum/bsd.checksum.mk

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

Modified files:

Index: pkgsrc/mk/checksum/bsd.checksum.mk
diff -u pkgsrc/mk/checksum/bsd.checksum.mk:1.11 pkgsrc/mk/checksum/bsd.checksum.mk:1.12
--- pkgsrc/mk/checksum/bsd.checksum.mk:1.11     Sun Jan  7 11:23:37 2018
+++ pkgsrc/mk/checksum/bsd.checksum.mk  Sun Nov 24 07:31:40 2024
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.checksum.mk,v 1.11 2018/01/07 11:23:37 rillig Exp $
+# $NetBSD: bsd.checksum.mk,v 1.12 2024/11/24 07:31:40 rillig Exp $
 #
 # This Makefile fragment is included by bsd.pkg.mk and defines the
 # relevant variables and targets for the "checksum" phase.
@@ -40,7 +40,7 @@
 #
 #      Default value: undefined
 #
-# Keywords: distinfo
+# Keywords: distinfo makepatchsum mps makedistinfo mdi
 
 .PHONY: checksum checksum-phase
 .PHONY: makesum makepatchsum mps mdi makedistinfo distinfo



Home | Main Index | Thread Index | Old Index