Received: by mail.netbsd.org (Postfix, from userid 605) id 2D3D384DE5; Thu, 27 Aug 2020 11:56:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A70D184DD7 for ; Thu, 27 Aug 2020 11:56:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id F8Yi0HP-3g77 for ; Thu, 27 Aug 2020 11:56:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id F379E84C71 for ; Thu, 27 Aug 2020 11:56:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 99209FB26; Thu, 27 Aug 2020 11:56:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1598529398265930" MIME-Version: 1.0 Date: Thu, 27 Aug 2020 11:56:38 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/mk/checksum To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20200827115638.99209FB26@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1598529398265930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1598529398265930 Content-Disposition: inline Content-Length: 916 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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. # --_----------=_1598529398265930--