Update to minipro-0.6.

"Two years since last tag.  Lots more fixes!"
This commit is contained in:
thorpej 2023-02-13 23:38:48 +00:00
parent 665ba96515
commit 6496d82fb9
4 changed files with 25 additions and 18 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2022/05/24 10:22:17 nikita Exp $
# $NetBSD: Makefile,v 1.4 2023/02/13 23:38:48 thorpej Exp $
MINIPRO_VERS= 0.5
MINIPRO_VERS= 0.6
DISTNAME= minipro-${MINIPRO_VERS}
CATEGORIES= sysutils
@ -14,10 +14,7 @@ HOMEPAGE= https://gitlab.com/DavidGriffith/minipro/
COMMENT= Control the MiniPRO TL866xx series of chip programmers
LICENSE= gnu-gpl-v3
USE_TOOLS+= gmake pkg-config bash:run
# likely could be made portable...
REPLACE_BASH+= miniprohex
USE_TOOLS+= gmake pkg-config
.include "../../devel/libusb1/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,5 +1,5 @@
@comment $NetBSD: PLIST,v 1.1 2022/01/22 17:52:53 thorpej Exp $
@comment $NetBSD: PLIST,v 1.2 2023/02/13 23:38:48 thorpej Exp $
bin/minipro
bin/miniprohex
man/man1/minipro.1
share/minipro/infoic.xml
share/minipro/logicic.xml

View File

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.1 2022/01/22 17:52:53 thorpej Exp $
$NetBSD: distinfo,v 1.2 2023/02/13 23:38:48 thorpej Exp $
BLAKE2s (minipro-0.5.tar.bz2) = 49494698441038357961402501a69bc77ed527642d0ca09771aaeb14433b1df2
SHA512 (minipro-0.5.tar.bz2) = 6750c80077200badb08627909afbbac9f679dff483b5be2d24eb6083e859b1dc5ee3377eea4876ce8c9399d729910f1b02365ddbfc27fa6c59c8308b19c8fbae
Size (minipro-0.5.tar.bz2) = 246205 bytes
SHA1 (patch-Makefile) = 7426d43253bb899660152db5b53ab2b3152cdd95
BLAKE2s (minipro-0.6.tar.bz2) = a46777ec54ed7ecc25ad165b7ef6961409e94efed80ae15ccce38dbe98ba09ed
SHA512 (minipro-0.6.tar.bz2) = d3a3aa139e4ce0aadfba405fd75a05250f1b5df85d9acd21020fca42b3aca867de39f9560429c82030bb6474bc4d8e89f56cf4f72a86dce60d2e5aa36cec7761
Size (minipro-0.6.tar.bz2) = 260518 bytes
SHA1 (patch-Makefile) = 0090dc700106c71bb0eb1dad1e91ee9b298fb0ba
SHA1 (patch-jedec.c) = 6ea6a4bf9cccc442e86dc9a26fcdd210f9d471de
SHA1 (patch-main.c) = ea464de8f0d69e65468ef878747ec76cd076ec06

View File

@ -1,10 +1,20 @@
$NetBSD: patch-Makefile,v 1.1 2022/01/22 17:52:53 thorpej Exp $
$NetBSD: patch-Makefile,v 1.2 2023/02/13 23:38:48 thorpej Exp $
Install the man page into the correct location for pkgsrc.
- Install the man page into the correct location for pkgsrc.
- Fix the version number.
--- Makefile.orig 2022-01-22 15:42:13.000000000 +0000
+++ Makefile
@@ -70,7 +70,7 @@ BIN_INSTDIR=$(DESTDIR)$(PREFIX)/bin
--- Makefile.orig 2022-09-11 04:44:06.000000000 +0000
+++ Makefile 2023-02-13 22:30:20.142674405 +0000
@@ -24,7 +24,7 @@ MANDIR ?= $(PREFIX)/share/man
##########################################################################
NAME = minipro
-VERSION = 0.5
+VERSION = 0.6
# If we're working from git, we have access to proper variables. If
# not, make it clear that we're working from a release.
@@ -72,7 +72,7 @@ BIN_INSTDIR=$(DESTDIR)$(PREFIX)/bin
LIB_INSTDIR=$(DESTDIR)$(PREFIX)/lib
SHARE_INSTDIR=$(DESTDIR)$(PREFIX)/share/minipro
INCLUDE_INSTDIR=$(DESTDIR)$(PREFIX)/include/libminipro