- Update to 2.17
- Update LICENSE - While I'm here, add WWW PR: ports/188049 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
This commit is contained in:
parent
d6eed96068
commit
56f0a795ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349564
4 changed files with 17 additions and 4 deletions
|
@ -2,14 +2,14 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= k8048
|
PORTNAME= k8048
|
||||||
PORTVERSION= 2.15
|
PORTVERSION= 2.17
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= http://dev.kewl.org/k8048/
|
MASTER_SITES= http://dev.kewl.org/k8048/
|
||||||
|
|
||||||
MAINTAINER= 5u623l20@gmail.com
|
MAINTAINER= 5u623l20@gmail.com
|
||||||
COMMENT= Programs Microchip PICs using Velleman K8048 board
|
COMMENT= Programs Microchip PICs using Velleman K8048 board
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= BSD3CLAUSE
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}/Src
|
WRKSRC= ${WRKDIR}/${PORTNAME}/Src
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (k8048-2.15.tar.gz) = 49d2a65a5425de8e1a0756245e5585b198446b0abcdebd9c1b090aea35d5dfeb
|
SHA256 (k8048-2.17.tar.gz) = f6d4ef8dbb40eba5e59fe4dac1008abb40c03c035987faf0357a91311f005dc4
|
||||||
SIZE (k8048-2.15.tar.gz) = 6113314
|
SIZE (k8048-2.17.tar.gz) = 7581227
|
||||||
|
|
11
devel/k8048/files/patch-Src-Makefile
Normal file
11
devel/k8048/files/patch-Src-Makefile
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- Makefile.bak 2014-03-28 17:43:38.862317007 +0600
|
||||||
|
+++ Makefile 2014-03-28 17:44:32.337312175 +0600
|
||||||
|
@@ -43,6 +43,8 @@
|
||||||
|
ifeq "$(SYSTEM)" "FreeBSD"
|
||||||
|
ifneq (,$(findstring 10.,$(RELEASE)))
|
||||||
|
CC=cc
|
||||||
|
+ else ifneq (,$(findstring 11.,$(RELEASE)))
|
||||||
|
+ CC=cc
|
||||||
|
else
|
||||||
|
CC=gcc
|
||||||
|
endif
|
|
@ -1,2 +1,4 @@
|
||||||
k8048 is a command-line utility by Darron Broad for programming Microchip
|
k8048 is a command-line utility by Darron Broad for programming Microchip
|
||||||
PICs, using the Velleman K8048 programmer kit.
|
PICs, using the Velleman K8048 programmer kit.
|
||||||
|
|
||||||
|
WWW: http://dev.kewl.org/k8048/Doc/
|
||||||
|
|
Loading…
Reference in a new issue