svn commit: r432630 - in head/databases/neo4j: . files

Chris Rees crees at FreeBSD.org
Sat Jan 28 15:32:56 UTC 2017


Author: crees
Date: Sat Jan 28 15:32:55 2017
New Revision: 432630
URL: https://svnweb.freebsd.org/changeset/ports/432630

Log:
  Correct rc script path
  
  Submitted by:	Radek Krejca
  PR:		ports/216547
  Submitted by:	Alistair Meney <atmeney at gmail.com>

Modified:
  head/databases/neo4j/Makefile
  head/databases/neo4j/files/neo4j.in

Modified: head/databases/neo4j/Makefile
==============================================================================
--- head/databases/neo4j/Makefile	Sat Jan 28 15:30:53 2017	(r432629)
+++ head/databases/neo4j/Makefile	Sat Jan 28 15:32:55 2017	(r432630)
@@ -2,7 +2,7 @@
 
 PORTNAME=	neo4j
 DISTVERSION=	3.0.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases java
 MASTER_SITES=	http://dist.neo4j.org/
 DISTNAME=	${PORTNAME}-community-${DISTVERSION}-unix

Modified: head/databases/neo4j/files/neo4j.in
==============================================================================
--- head/databases/neo4j/files/neo4j.in	Sat Jan 28 15:30:53 2017	(r432629)
+++ head/databases/neo4j/files/neo4j.in	Sat Jan 28 15:32:55 2017	(r432630)
@@ -20,7 +20,7 @@ load_rc_config $name
 
 : ${neo4j_enable:=NO}
 
-command=%%PREFIX%%/libexec/neo4j
+command=%%PREFIX%%/libexec/neo4j/neo4j
 start_cmd="$command start"
 start_precmd=neo4j_prestart
 stop_cmd="$command stop"


More information about the svn-ports-all mailing list