From owner-svn-ports-all@freebsd.org Thu Sep 15 14:24:54 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 262BEBDBB89; Thu, 15 Sep 2016 14:24:54 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 EA869B78; Thu, 15 Sep 2016 14:24:53 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8FEOrpI011254; Thu, 15 Sep 2016 14:24:53 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8FEOril011253; Thu, 15 Sep 2016 14:24:53 GMT (envelope-from crees@FreeBSD.org) Message-Id: <201609151424.u8FEOril011253@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Thu, 15 Sep 2016 14:24:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422194 - head/databases/neo4j 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.23 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: Thu, 15 Sep 2016 14:24:54 -0000 Author: crees Date: Thu Sep 15 14:24:52 2016 New Revision: 422194 URL: https://svnweb.freebsd.org/changeset/ports/422194 Log: Fix some more shebangs Submitted by: Amanda Strnad Modified: head/databases/neo4j/Makefile Modified: head/databases/neo4j/Makefile ============================================================================== --- head/databases/neo4j/Makefile Thu Sep 15 12:51:34 2016 (r422193) +++ head/databases/neo4j/Makefile Thu Sep 15 14:24:52 2016 (r422194) @@ -2,6 +2,7 @@ PORTNAME= neo4j DISTVERSION= 3.0.4 +PORTREVISION= 1 CATEGORIES= databases java MASTER_SITES= http://dist.neo4j.org/ DISTNAME= ${PORTNAME}-community-${DISTVERSION}-unix @@ -13,6 +14,8 @@ RUN_DEPENDS= bash:shells/bash WRKSRC= ${WRKDIR}/${DISTNAME:S,-unix,,} NO_BUILD= yes +USES= shebangfix +SHEBANG_FILES= bin/neo4j-shell bin/neo4j-import USE_JAVA= yes USE_RC_SUBR= ${PORTNAME} SUB_FILES= ${PORTNAME}.sh