Bug 188049 - [MAINTAINER] devel/k8048: update to 2.17
Summary: [MAINTAINER] devel/k8048: update to 2.17
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-29 13:20 UTC by Muhammad Moinur Rahman
Modified: 2014-03-29 16:40 UTC (History)
0 users

See Also:


Attachments
k8048-2.17.patch (1.53 KB, patch)
2014-03-29 13:20 UTC, Muhammad Moinur Rahman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-29 13:20:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-29 16:37:25 UTC
Author: sunpoet
Date: Sat Mar 29 16:37:20 2014
New Revision: 349564
URL: http://svnweb.freebsd.org/changeset/ports/349564
QAT: https://qat.redports.org/buildarchive/r349564/

Log:
  - Update to 2.17
  - Update LICENSE
  - While I'm here, add WWW
  
  PR:		ports/188049
  Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)

Added:
  head/devel/k8048/files/
  head/devel/k8048/files/patch-Src-Makefile   (contents, props changed)
Modified:
  head/devel/k8048/Makefile
  head/devel/k8048/distinfo
  head/devel/k8048/pkg-descr

Modified: head/devel/k8048/Makefile
==============================================================================
--- head/devel/k8048/Makefile	Sat Mar 29 16:37:14 2014	(r349563)
+++ head/devel/k8048/Makefile	Sat Mar 29 16:37:20 2014	(r349564)
@@ -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
 

Modified: head/devel/k8048/distinfo
==============================================================================
--- head/devel/k8048/distinfo	Sat Mar 29 16:37:14 2014	(r349563)
+++ head/devel/k8048/distinfo	Sat Mar 29 16:37:20 2014	(r349564)
@@ -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

Added: head/devel/k8048/files/patch-Src-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/k8048/files/patch-Src-Makefile	Sat Mar 29 16:37:20 2014	(r349564)
@@ -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

Modified: head/devel/k8048/pkg-descr
==============================================================================
--- head/devel/k8048/pkg-descr	Sat Mar 29 16:37:14 2014	(r349563)
+++ head/devel/k8048/pkg-descr	Sat Mar 29 16:37:20 2014	(r349564)
@@ -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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-03-29 16:38:47 UTC
State Changed
From-To: open->closed

Committed. Thanks!