From owner-svn-ports-head@FreeBSD.ORG Thu Aug 7 09:24:06 2014 Return-Path: Delivered-To: svn-ports-head@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 0CB5987F for ; Thu, 7 Aug 2014 09:24:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F09322B5B for ; Thu, 7 Aug 2014 09:24:05 +0000 (UTC) Received: from marino (uid 1323) (envelope-from marino@FreeBSD.org) id 5416 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Thu, 07 Aug 2014 09:24:05 +0000 From: John Marino Date: Thu, 7 Aug 2014 09:24:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364254 - head/devel/git X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e345b5.5416.5089746d@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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, 07 Aug 2014 09:24:06 -0000 Author: marino Date: Thu Aug 7 09:24:05 2014 New Revision: 364254 URL: http://svnweb.freebsd.org/changeset/ports/364254 QAT: https://qat.redports.org/buildarchive/r364254/ Log: devel/git: Supply SHEBANG_FILES for shebangfix The git port had USES=shebangfix defined but it was not told to fix anything. This patch will fix the shebang on a couple dozen perl scripts. PR: 192386 Submitted by: marino Approved by: General Blanket (wxs@ in copy) Modified: head/devel/git/Makefile Modified: head/devel/git/Makefile ============================================================================== --- head/devel/git/Makefile Thu Aug 7 09:09:17 2014 (r364253) +++ head/devel/git/Makefile Thu Aug 7 09:24:05 2014 (r364254) @@ -3,6 +3,7 @@ PORTNAME= git PORTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= KERNEL_ORG MASTER_SITE_SUBDIR= software/scm/git @@ -30,6 +31,11 @@ LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV+= V=1 USE_OPENSSL= yes USE_RC_SUBR= git_daemon +SHEBANG_FILES= *.perl */*.perl */*/*.perl */*.pl */*/*.pl */*/*/*.pl \ + contrib/hooks/update-paranoid \ + contrib/credential/netrc/git-credential-netrc \ + contrib/diff-highlight/diff-highlight \ + contrib/buildsystems/generate contrib/contacts/git-contacts CONFIGURE_ARGS= --enable-pthreads=-pthread ac_cv_header_libcharset_h=no