View | Details | Raw Unified | Return to bug 236083 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/minipro/Makefile (+24 lines)
Line 0 Link Here
1
# Created by: Hondareyte <lhondareyte@laposte.net>
2
# $FreeBSD$
3
4
PORTNAME=	minipro
5
PORTVERSION=	0.3
6
CATEGORIES=	sysutils
7
8
MAINTAINER=	lhondareyte@laposte.net
9
COMMENT=	CLI for MiniPRO TL866xx chip programmers
10
11
LICENSE=	GPLv3
12
13
USES=		gmake
14
15
USE_GITLAB=	yes
16
GL_ACCOUNT=	DavidGriffith
17
GL_COMMIT=	e6fb06822e6685886a045ae98c3c82d832bd8e9c
18
GL_PROJECT=	${PORTNAME}
19
20
post-patch:
21
	@${REINPLACE_CMD} -e ' s|gcc|clang|g'  \
22
		${WRKSRC}/Makefile
23
24
.include <bsd.port.mk>
(-)sysutils/minipro/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (DavidGriffith-minipro-e6fb06822e6685886a045ae98c3c82d832bd8e9c_GL0.tar.gz) = a6f7026386dfd0120e2e0a1e2deca49f48f89832c06203aed3e4347adc7f4701
2
SIZE (DavidGriffith-minipro-e6fb06822e6685886a045ae98c3c82d832bd8e9c_GL0.tar.gz) = 282033
(-)sysutils/minipro/pkg-descr (+4 lines)
Line 0 Link Here
1
Open source program for controlling the MiniPRO TL866xx series
2
of chip programmers
3
4
WWW: https://gitlab.com/DavidGriffith/minipro
(-)sysutils/minipro/pkg-plist (+3 lines)
Line 0 Link Here
1
bin/minipro
2
bin/miniprohex
3
share/man/man1/minipro.1

Return to bug 236083