Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/checksum mk: Remove an unwanted NetBSD RCS tag.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9937d0090554
branches:  trunk
changeset: 437591:9937d0090554
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Aug 27 11:56:38 2020 +0000

description:
mk: Remove an unwanted NetBSD RCS tag.

diffstat:

 mk/checksum/checksum.awk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r c1c61594b1b7 -r 9937d0090554 mk/checksum/checksum.awk
--- a/mk/checksum/checksum.awk  Thu Aug 27 11:45:45 2020 +0000
+++ b/mk/checksum/checksum.awk  Thu Aug 27 11:56:38 2020 +0000
@@ -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 @@
 
                #
                # 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