pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/py-esptool



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.

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



Home | Main Index | Thread Index | Old Index