diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-02-08 01:55:01 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-02-08 01:55:01 +0000 |
commit | e90a6c9e976f97ab7046aa7e4139e30793ef1504 (patch) | |
tree | 100f0e4ab587dc958acb89ea64d7d499fa871926 /devel/lpc21isp | |
parent | 54ae6d530120b2a2b46f31288b9e486bab48c14d (diff) | |
download | ports-e90a6c9e976f97ab7046aa7e4139e30793ef1504.tar.gz ports-e90a6c9e976f97ab7046aa7e4139e30793ef1504.zip |
Notes
Diffstat (limited to 'devel/lpc21isp')
-rw-r--r-- | devel/lpc21isp/Makefile | 18 | ||||
-rw-r--r-- | devel/lpc21isp/distinfo | 4 |
2 files changed, 12 insertions, 10 deletions
diff --git a/devel/lpc21isp/Makefile b/devel/lpc21isp/Makefile index 9faa3b788037..d115b66b7500 100644 --- a/devel/lpc21isp/Makefile +++ b/devel/lpc21isp/Makefile @@ -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 diff --git a/devel/lpc21isp/distinfo b/devel/lpc21isp/distinfo index 92547f17cd96..a47ce35f8b60 100644 --- a/devel/lpc21isp/distinfo +++ b/devel/lpc21isp/distinfo @@ -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 |