Date: Sat, 29 Sep 2012 06:13:17 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305027 - head/devel/urjtag Message-ID: <201209290613.q8T6DHjY075473@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Sat Sep 29 06:13:17 2012 New Revision: 305027 URL: http://svn.freebsd.org/changeset/ports/305027 Log: - Adjust Makefile header and define LICENSE knob - Simplify BUILD_DEPENDS, add a comment - Reformat port description while I am here Modified: head/devel/urjtag/Makefile head/devel/urjtag/pkg-descr Modified: head/devel/urjtag/Makefile ============================================================================== --- head/devel/urjtag/Makefile Sat Sep 29 06:08:47 2012 (r305026) +++ head/devel/urjtag/Makefile Sat Sep 29 06:13:17 2012 (r305027) @@ -1,4 +1,4 @@ -# Created by: Bruce M. Simpson +# Created by: Bruce M. Simpson <bms@FreeBSD.org> # $FreeBSD$ PORTNAME= urjtag @@ -10,7 +10,9 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Extended utility to work with JTAG-aware boards -BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex +LICENSE= GPLv2 + +BUILD_DEPENDS= flex:${PORTSDIR}/textproc/flex USE_BZIP2= yes USE_GMAKE= yes @@ -62,6 +64,7 @@ CONFIGURE_ARGS+=--disable-nls .endif post-patch: +# Suppress svn(1) binary detection @${REINPLACE_CMD} -e 's|^SVN=.*|SVN=''|' ${WRKSRC}/configure .include <bsd.port.post.mk> Modified: head/devel/urjtag/pkg-descr ============================================================================== --- head/devel/urjtag/pkg-descr Sat Sep 29 06:08:47 2012 (r305026) +++ head/devel/urjtag/pkg-descr Sat Sep 29 06:13:17 2012 (r305027) @@ -1,5 +1,5 @@ -UrJTAG aims to create an enhanced, modern tool for communicating over -JTAG with flash chips, CPUs, and many more. It takes on the well proven -openwince jtag tools code. +UrJTAG aims to create an enhanced, modern tool for communicating over JTAG +interface with flash chips, CPUs, and many more. It takes on well proven +openwince JTAG tools code. -WWW: http://urjtag.org/ +WWW: http://urjtag.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209290613.q8T6DHjY075473>