- 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:
Sunpoet Po-Chuan Hsieh 2014-03-29 16:37:20 +00:00
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

View file

@ -2,14 +2,14 @@
# $FreeBSD$
PORTNAME= k8048
PORTVERSION= 2.15
PORTVERSION= 2.17
CATEGORIES= devel
MASTER_SITES= http://dev.kewl.org/k8048/
MAINTAINER= 5u623l20@gmail.com
COMMENT= Programs Microchip PICs using Velleman K8048 board
LICENSE= BSD
LICENSE= BSD3CLAUSE
WRKSRC= ${WRKDIR}/${PORTNAME}/Src

View file

@ -1,2 +1,2 @@
SHA256 (k8048-2.15.tar.gz) = 49d2a65a5425de8e1a0756245e5585b198446b0abcdebd9c1b090aea35d5dfeb
SIZE (k8048-2.15.tar.gz) = 6113314
SHA256 (k8048-2.17.tar.gz) = f6d4ef8dbb40eba5e59fe4dac1008abb40c03c035987faf0357a91311f005dc4
SIZE (k8048-2.17.tar.gz) = 7581227

View 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

View file

@ -1,2 +1,4 @@
k8048 is a command-line utility by Darron Broad for programming Microchip
PICs, using the Velleman K8048 programmer kit.
WWW: http://dev.kewl.org/k8048/Doc/