Bug 175027 - devel/lpc21isp: Update to version 1.85
Summary: devel/lpc21isp: Update to version 1.85
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-05 18:10 UTC by tkato432
Modified: 2013-02-08 02:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.60 KB, patch)
2013-01-05 18:10 UTC, tkato432
no flags Details | Diff
devel_lpc21isp.diff (1.52 KB, patch)
2013-01-31 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 2013-01-05 18:10:07 UTC
- Update to version 1.85
Comment 1 Marcelo Araujo freebsd_committer freebsd_triage 2013-01-18 06:12:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

I'll take it.
Comment 2 tkato432 2013-01-31 18:27:03 UTC
Remake of the patch against current tree.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2013-02-08 01:55:02 UTC
State Changed
From-To: open->closed
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2013-02-08 01:55:02 UTC
Responsible Changed
From-To: araujo->miwi

committed
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-02-08 01:55:15 UTC
Author: miwi
Date: Fri Feb  8 01:55:01 2013
New Revision: 311896
URL: http://svnweb.freebsd.org/changeset/ports/311896

Log:
  - Update to version 1.85
  - Trim header
  
  PR:		175027
  Submitted by:	Ports Fury

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

Modified: head/devel/lpc21isp/Makefile
==============================================================================
--- head/devel/lpc21isp/Makefile	Fri Feb  8 01:53:38 2013	(r311895)
+++ head/devel/lpc21isp/Makefile	Fri Feb  8 01:55:01 2013	(r311896)
@@ -2,24 +2,26 @@
 # $FreeBSD$
 
 PORTNAME=	lpc21isp
-PORTVERSION=	1.64
+PORTVERSION=	1.85
 CATEGORIES=	devel
 MASTER_SITES=	SF
+DISTNAME=	${PORTNAME}_${PORTVERSION:S/.//}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	ISP programmer tool for flashing NXP & Analog Devices ARM7 CPUs
 
-LICENSE=	GPLv3 LGPL3
-LICENSE_COMB=	dual
+LICENSE=	LGPL3 # (or later)
 
-MAKE_ENV=	RM="${RM}"
-ALL_TARGET=	clean all
+NO_WRKSUBDIR=	yes
 
-PLIST_FILES=	bin/${PORTNAME}
+USE_GMAKE=	yes
+MAKE_JOBS_SAFE=	yes
+
+PLIST_FILES=	bin/lpc21isp
 
 post-patch:
-# Respect CC, remove some apparently old and GNU make spelled conditional
-	@${REINPLACE_CMD} -e '4,8d' ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e \
+		's|^CC .*=|CC ?=|' ${WRKSRC}/Makefile
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin

Modified: head/devel/lpc21isp/distinfo
==============================================================================
--- head/devel/lpc21isp/distinfo	Fri Feb  8 01:53:38 2013	(r311895)
+++ head/devel/lpc21isp/distinfo	Fri Feb  8 01:55:01 2013	(r311896)
@@ -1,2 +1,2 @@
-SHA256 (lpc21isp-1.64.tar.gz) = cf0873c0770cb8b59077d12f0fd8538608d87ccb326a1a97a97ecc85efdf891d
-SIZE (lpc21isp-1.64.tar.gz) = 73600
+SHA256 (lpc21isp_185.tar.gz) = b85f10265fa83cdaab5b975e7bd53bb47289f1207b45e99cd753ea7a75fb7088
+SIZE (lpc21isp_185.tar.gz) = 54735
_______________________________________________
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"