From owner-svn-ports-head@FreeBSD.ORG Thu Feb 27 09:29:57 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 467BB59E; Thu, 27 Feb 2014 09:29:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2FD5B110A; Thu, 27 Feb 2014 09:29:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1R9TvJ4056637; Thu, 27 Feb 2014 09:29:57 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1R9TufC056635; Thu, 27 Feb 2014 09:29:56 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201402270929.s1R9TufC056635@svn.freebsd.org> From: Emanuel Haupt Date: Thu, 27 Feb 2014 09:29:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346302 - head/sysutils/i2c-tools 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.17 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: Thu, 27 Feb 2014 09:29:57 -0000 Author: ehaupt Date: Thu Feb 27 09:29:56 2014 New Revision: 346302 URL: http://svnweb.freebsd.org/changeset/ports/346302 QAT: https://qat.redports.org/buildarchive/r346302/ Log: - Support staging - Use shebangfix Modified: head/sysutils/i2c-tools/Makefile head/sysutils/i2c-tools/pkg-descr Modified: head/sysutils/i2c-tools/Makefile ============================================================================== --- head/sysutils/i2c-tools/Makefile Thu Feb 27 09:26:09 2014 (r346301) +++ head/sysutils/i2c-tools/Makefile Thu Feb 27 09:29:56 2014 (r346302) @@ -11,13 +11,14 @@ COMMENT= A heterogeneous set of I2C tool USE_BZIP2= yes NO_BUILD= yes -USES= perl5 +USES= perl5 shebangfix USE_PERL5= run PLIST_FILES= sbin/decode-dimms +SHEBANG_FILES= eeprom/decode-dimms -NO_STAGE= yes do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/eeprom/decode-dimms ${PREFIX}/sbin/decode-dimms + ${INSTALL_SCRIPT} ${WRKSRC}/eeprom/decode-dimms \ + ${STAGEDIR}${PREFIX}/sbin .include Modified: head/sysutils/i2c-tools/pkg-descr ============================================================================== --- head/sysutils/i2c-tools/pkg-descr Thu Feb 27 09:26:09 2014 (r346301) +++ head/sysutils/i2c-tools/pkg-descr Thu Feb 27 09:29:56 2014 (r346302) @@ -4,4 +4,4 @@ helpers, EEPROM decoding scripts, EEPROM module for SMBus access. Only DIMM SPD decoding tool is ported at the moment. -WWW: http://www.lm-sensors.org/wiki/I2CTools +WWW: http://www.lm-sensors.org/wiki/I2CTools