- Fix path to Java binary in rc script [1]

- Bump PORTREVISION [1]
- Use space not tab after WWW:

PR:		ports/178493 [1]
Submitted by:	maintainer
This commit is contained in:
Lars Engels 2013-05-10 20:54:39 +00:00
parent b1c19fe489
commit 3dc46da747
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317843
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
PORTNAME= cassandra
PORTVERSION= 1.0.12
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases java
MASTER_SITES= APACHE
MASTER_SITE_SUBDIR= cassandra/${PORTVERSION}

View file

@ -46,7 +46,7 @@ command_args="-p /var/run/cassandra.pid >/dev/null"
stop_precmd="${name}_prestop"
sig_stop="KILL"
procname="%%LOCALBASE%%/openjdk6/bin/java"
procname="%%LOCALBASE%%/openjdk7/bin/java"
pidfile=/var/run/cassandra.pid
export MAX_HEAP_SIZE="$cassandra_memory"

View file

@ -10,4 +10,4 @@ by one of the authors of Amazon's Dynamo. In a lot of ways you can
think of Cassandra as Dynamo 2.0. Cassandra is in production use at
Facebook but is still under heavy development.
WWW: http://cassandra.apache.org/
WWW: http://cassandra.apache.org/