From owner-svn-ports-all@FreeBSD.ORG Mon Jun 9 11:36:07 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 275C756E; Mon, 9 Jun 2014 11:36:07 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 141322B73; Mon, 9 Jun 2014 11:36:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s59Ba69l062059; Mon, 9 Jun 2014 11:36:06 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s59Ba6j5062058; Mon, 9 Jun 2014 11:36:06 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201406091136.s59Ba6j5062058@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 9 Jun 2014 11:36:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357140 - head/devel/abi-compliance-checker X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2014 11:36:07 -0000 Author: bapt Date: Mon Jun 9 11:36:06 2014 New Revision: 357140 URL: http://svnweb.freebsd.org/changeset/ports/357140 QAT: https://qat.redports.org/buildarchive/r357140/ Log: Fix shebang for perl files Modified: head/devel/abi-compliance-checker/Makefile Modified: head/devel/abi-compliance-checker/Makefile ============================================================================== --- head/devel/abi-compliance-checker/Makefile Mon Jun 9 11:21:52 2014 (r357139) +++ head/devel/abi-compliance-checker/Makefile Mon Jun 9 11:36:06 2014 (r357140) @@ -15,7 +15,8 @@ COMMENT= Checks binary compatibility of LICENSE= LGPL20 GPLv2 LICENSE_COMB= dual -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= *.pl .if defined(MAINTAINER_MODE) || defined(PACKAGE_BUILDING) BUILD_DEPENDS?= exctags:${PORTSDIR}/devel/ctags