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:02:05 UTC 2019
Modified Files:
pkgsrc/comms/py-esptool: Makefile
Log Message:
comms/py-esptool: Add PYPKGPREFIX to PKGNAME
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/comms/py-esptool/Makefile:1.2
--- pkgsrc/comms/py-esptool/Makefile:1.1 Tue Aug 13 11:44:10 2019
+++ pkgsrc/comms/py-esptool/Makefile Tue Aug 13 12:02:05 2019
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2019/08/13 11:44:10 gdt Exp $
+# $NetBSD: Makefile,v 1.2 2019/08/13 12:02:05 gdt Exp $
GITHUB_PROJECT= esptool
VERSION= 2.7
-NBVERSION=
-PKGNAME= ${GITHUB_PROJECT}-${VERSION}${NBVERSION}
+NBVERSION= 1
+PKGNAME= ${PYPKGPREFIX}-${GITHUB_PROJECT}-${VERSION}${NBVERSION}
DISTNAME= v${VERSION}
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_GITHUB:=espressif/}
@@ -14,8 +14,8 @@ HOMEPAGE= https://github.com/espressif/e
COMMENT= Firmware tool for ESP8266/ESP32
LICENSE= gnu-gpl-v2
-WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
-EGG_INFODIR= ${PKGNAME_NOREV}-py${PYVERSSUFFIX}.egg-info
+WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${VERSION}
+EGG_INFODIR= ${GITHUB_PROJECT}-${VERSION}-py${PYVERSSUFFIX}.egg-info
USE_LANGUAGES= # none
Home |
Main Index |
Thread Index |
Old Index