Received: by mail.netbsd.org (Postfix, from userid 605) id A354084DB6; Wed, 12 Feb 2020 03:11:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2B65184DAF for ; Wed, 12 Feb 2020 03:11:03 +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 3cdiBoPWOIbU for ; Wed, 12 Feb 2020 03:11:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A9C5F84DA9 for ; Wed, 12 Feb 2020 03:11:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A5E1FFBF4; Wed, 12 Feb 2020 03:11:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1581477062189740" MIME-Version: 1.0 Date: Wed, 12 Feb 2020 03:11:02 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/textproc/highlight To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20200212031102.A5E1FFBF4@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. --_----------=_1581477062189740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Wed Feb 12 03:11:02 UTC 2020 Modified Files: pkgsrc/textproc/highlight: Makefile Log Message: Reset PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/highlight/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1581477062189740 Content-Disposition: inline Content-Length: 518 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/highlight/Makefile diff -u pkgsrc/textproc/highlight/Makefile:1.21 pkgsrc/textproc/highlight/Makefile:1.22 --- pkgsrc/textproc/highlight/Makefile:1.21 Sat Jan 18 21:51:01 2020 +++ pkgsrc/textproc/highlight/Makefile Wed Feb 12 03:11:02 2020 @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.21 2020/01/18 21:51:01 jperkin Exp $ +# $NetBSD: Makefile,v 1.22 2020/02/12 03:11:02 schmonz Exp $ -PKGREVISION= 1 .include "../../textproc/libhighlight/Makefile.common" MANCOMPRESSED= yes --_----------=_1581477062189740--