From owner-svn-ports-head@FreeBSD.ORG Sat Nov 24 19:15:55 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3A68236D; Sat, 24 Nov 2012 19:15:55 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1E95E8FC12; Sat, 24 Nov 2012 19:15:55 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAOJFssR009046; Sat, 24 Nov 2012 19:15:54 GMT (envelope-from wxs@svn.freebsd.org) Received: (from wxs@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAOJFsOT009044; Sat, 24 Nov 2012 19:15:54 GMT (envelope-from wxs@svn.freebsd.org) Message-Id: <201211241915.qAOJFsOT009044@svn.freebsd.org> From: Wesley Shields Date: Sat, 24 Nov 2012 19:15:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307722 - head/devel/arduino-mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Nov 2012 19:15:55 -0000 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 (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