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:   jperkin
Date:           Thu Aug 27 11:56:38 UTC 2020

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

Log Message:
mk: Remove an unwanted NetBSD RCS tag.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mk/checksum/checksum.awk

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/checksum.awk
diff -u pkgsrc/mk/checksum/checksum.awk:1.1 pkgsrc/mk/checksum/checksum.awk:1.2
--- pkgsrc/mk/checksum/checksum.awk:1.1 Thu Aug 27 11:45:45 2020
+++ pkgsrc/mk/checksum/checksum.awk     Thu Aug 27 11:56:38 2020
@@ -1,6 +1,6 @@
 #!/usr/bin/awk -f
 #
-# $NetBSD: checksum.awk,v 1.1 2020/08/27 11:45:45 jperkin Exp $
+# $NetBSD: checksum.awk,v 1.2 2020/08/27 11:56:38 jperkin Exp $
 #
 ###########################################################################
 #
@@ -152,7 +152,7 @@ BEGIN {
 
                #
                # Handle patch files inline.  As they need to be modified (by
-               # removing the $NetBSD: checksum.awk,v 1.1 2020/08/27 11:45:45 jperkin Exp $) they are parsed individually by
+               # removing the NetBSD RCD Id) they are parsed individually by
                # digest(1), and so we calculate the checksums now rather than
                # saving for later processing to simplify things.
                #



Home | Main Index | Thread Index | Old Index