Date: Thu, 15 Sep 2016 14:24:53 +0000 (UTC) From: Chris Rees <crees@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422194 - head/databases/neo4j Message-ID: <201609151424.u8FEOril011253@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <amstrnad@gmail.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609151424.u8FEOril011253>