Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Nov 2012 19:15:54 +0000 (UTC)
From:      Wesley Shields <wxs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307722 - head/devel/arduino-mk
Message-ID:  <201211241915.qAOJFsOT009044@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wxs
Date: Sat Nov 24 19:15:54 2012
New Revision: 307722
URL: http://svnweb.freebsd.org/changeset/ports/307722

Log:
  Run version.sh using ${SH}. This file does not have the executable
  property set. No need to bump portrevision as it's a build fix.
  
  PR:		ports/173712
  Submitted by:	Craig Leres <leres@ee.lbl.gov> (maintainer)
  Feature safe:	yes

Modified:
  head/devel/arduino-mk/Makefile   (contents, props changed)

Modified: head/devel/arduino-mk/Makefile
==============================================================================
--- head/devel/arduino-mk/Makefile	Sat Nov 24 19:13:53 2012	(r307721)
+++ head/devel/arduino-mk/Makefile	Sat Nov 24 19:15:54 2012	(r307722)
@@ -42,7 +42,7 @@ PLIST_SUB+=	EXAMPLES="@comment "
 PLIST_SUB+=	EXAMPLES=""
 .endif
 
-ARDUINO_CMD=	${FILESDIR}/version.sh ${PREFIX}/arduino/lib/version.txt
+ARDUINO_CMD=	${SH} ${FILESDIR}/version.sh ${PREFIX}/arduino/lib/version.txt
 OLD_BOARDS_TXT=	/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/boards.txt
 NEW_BOARDS_TXT=	${PREFIX}/arduino/hardware/arduino/boards.txt
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211241915.qAOJFsOT009044>