Bug 174198 - devel/k8048: Update to version 2.00
Summary: devel/k8048: Update to version 2.00
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: Marcelo Araujo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-05 18:10 UTC by tkato432
Modified: 2013-01-16 08:30 UTC (History)
0 users

See Also:


Attachments
file.diff (2.49 KB, patch)
2012-12-05 18:10 UTC, tkato432
no flags Details | Diff
devel_k8048.diff (1.85 KB, patch)
2013-01-03 17:56 UTC, tkato432
no flags Details | Diff
devel_k8048.diff (1.85 KB, patch)
2013-01-14 18:27 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2012-12-05 18:10:12 UTC
- Update to version 2.00

Remove file:
files/patch-k8048__Makefile
Comment 1 Marcelo Araujo freebsd_committer freebsd_triage 2012-12-11 11:19:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

I'll take it.
Comment 2 tkato432 2013-01-03 17:56:10 UTC
Version 2.10 has been released.
Comment 3 tkato432 2013-01-14 18:27:53 UTC
Version 2.11 has been released.
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-01-16 08:21:17 UTC
Author: araujo
Date: Wed Jan 16 08:21:04 2013
New Revision: 310485
URL: http://svnweb.freebsd.org/changeset/ports/310485

Log:
  - Update to 2.11.
  - Add LICENSE.
  
  PR:		ports/174198
  Submitted by:	KATO Tsuguru <tkato432@yahoo.com>

Modified:
  head/devel/k8048/Makefile   (contents, props changed)
  head/devel/k8048/distinfo   (contents, props changed)

Modified: head/devel/k8048/Makefile
==============================================================================
--- head/devel/k8048/Makefile	Wed Jan 16 08:19:28 2013	(r310484)
+++ head/devel/k8048/Makefile	Wed Jan 16 08:21:04 2013	(r310485)
@@ -2,30 +2,34 @@
 # $FreeBSD$
 
 PORTNAME=	k8048
-PORTVERSION=	2.09
+PORTVERSION=	2.11
 CATEGORIES=	devel
 MASTER_SITES=	http://dev.kewl.org/k8048/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Programs Microchip PICs using Velleman K8048 board
 
+LICENSE=	BSD
+
+WRKSRC=		${WRKDIR}/${PORTNAME}/Src
+
 USE_GMAKE=	yes
-WRKSRC=		${WRKDIR}/${PORTNAME}
-ALL_TARGET=	#empty - the makefile lacks an "all" target
-MAKE_JOBS_SAFE=	yes
+ALL_TARGET=	build
 
-#BUILD_DEPENDS+=	gpasm:${PORTSDIR}/devel/gputils
+PLIST_FILES=	bin/${PORTNAME} bin/kio ${BIN_SYMLINKS}
 
-BIN_SYMLINKS=	bin/ktest bin/kdebug bin/k14 bin/k16
-PLIST_FILES=	bin/${PORTNAME} ${BIN_SYMLINKS}
+BIN_SYMLINKS=	bin/k12 bin/k14 bin/k16 bin/ktest
 
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/Src/${PORTNAME} \
-	${PREFIX}/bin/${PORTNAME}
+post-patch:
+	@${REINPLACE_CMD} -e \
+		's|^CC=|CC?=| ; \
+		 s|^CFLAGS=|CFLAGS+=| ; \
+		 s|-ggdb||' ${WRKSRC}/Makefile
 
-post-install:
+do-install:
+	(cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} kio ${PREFIX}/bin)
 .for i in ${BIN_SYMLINKS}
-	cd ${PREFIX} && ${LN} -fs ${PORTNAME} ${i}
+	${LN} -sf ${PORTNAME} ${PREFIX}/${i}
 .endfor
 
 .include <bsd.port.mk>

Modified: head/devel/k8048/distinfo
==============================================================================
--- head/devel/k8048/distinfo	Wed Jan 16 08:19:28 2013	(r310484)
+++ head/devel/k8048/distinfo	Wed Jan 16 08:21:04 2013	(r310485)
@@ -1,2 +1,2 @@
-SHA256 (k8048-2.09.tar.gz) = d1f52d33bbeecf9fde1a7c5c4332f3fce2f7475e7a7b8f8eed037c85a81539e6
-SIZE (k8048-2.09.tar.gz) = 4000736
+SHA256 (k8048-2.11.tar.gz) = d7a7ae6e61587a23e0a6d5230a0070ea342586c58f69bdefe1314260f18c72ac
+SIZE (k8048-2.11.tar.gz) = 4307250
_______________________________________________
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 5 Marcelo Araujo freebsd_committer freebsd_triage 2013-01-16 08:27:57 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!