Received: by mail.netbsd.org (Postfix, from userid 605) id 3067784FFF; Tue, 13 Aug 2019 12:03:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A927B84F5F for ; Tue, 13 Aug 2019 12:03:55 +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 iwXDx_lC9IbO for ; Tue, 13 Aug 2019 12:03:55 +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 3F44D84C6C for ; Tue, 13 Aug 2019 12:03:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3BD96FBF4; Tue, 13 Aug 2019 12:03:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156569783533550" MIME-Version: 1.0 Date: Tue, 13 Aug 2019 12:03:55 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/comms/py-esptool To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20190813120355.3BD96FBF4@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. --_----------=_156569783533550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Tue Aug 13 12:03:55 UTC 2019 Modified Files: pkgsrc/comms/py-esptool: Makefile Log Message: comms/py-esptool: Fix PKGREVISION handling To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/comms/py-esptool/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156569783533550 Content-Disposition: inline Content-Length: 577 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/comms/py-esptool/Makefile diff -u pkgsrc/comms/py-esptool/Makefile:1.2 pkgsrc/comms/py-esptool/Makefile:1.3 --- pkgsrc/comms/py-esptool/Makefile:1.2 Tue Aug 13 12:02:05 2019 +++ pkgsrc/comms/py-esptool/Makefile Tue Aug 13 12:03:55 2019 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2019/08/13 12:02:05 gdt Exp $ +# $NetBSD: Makefile,v 1.3 2019/08/13 12:03:55 gdt Exp $ GITHUB_PROJECT= esptool VERSION= 2.7 -NBVERSION= 1 +NBVERSION= nb1 PKGNAME= ${PYPKGPREFIX}-${GITHUB_PROJECT}-${VERSION}${NBVERSION} DISTNAME= v${VERSION} CATEGORIES= comms --_----------=_156569783533550--