Bug 178493 - [PATCH] databases/cassandra: fix rc.d script
Summary: [PATCH] databases/cassandra: fix rc.d script
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Lars Engels
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-10 21:40 UTC by Radim Kolar
Modified: 2013-05-10 22:00 UTC (History)
1 user (show)

See Also:


Attachments
cassandra-1.0.12_2.patch (873 bytes, patch)
2013-05-10 21:40 UTC, Radim Kolar
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Radim Kolar 2013-05-10 21:40:01 UTC
Update procname after JDK change, it fixes stop action in rc.d script

Port maintainer (hsn@sendmail.cz) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
Comment 1 Lars Engels freebsd_committer freebsd_triage 2013-05-10 21:48:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lme

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-05-10 21:54:53 UTC
Author: lme
Date: Fri May 10 20:54:39 2013
New Revision: 317843
URL: http://svnweb.freebsd.org/changeset/ports/317843

Log:
  - 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

Modified:
  head/databases/cassandra/Makefile
  head/databases/cassandra/files/cassandra.in   (contents, props changed)
  head/databases/cassandra/pkg-descr   (contents, props changed)

Modified: head/databases/cassandra/Makefile
==============================================================================
--- head/databases/cassandra/Makefile	Fri May 10 20:44:50 2013	(r317842)
+++ head/databases/cassandra/Makefile	Fri May 10 20:54:39 2013	(r317843)
@@ -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}

Modified: head/databases/cassandra/files/cassandra.in
==============================================================================
--- head/databases/cassandra/files/cassandra.in	Fri May 10 20:44:50 2013	(r317842)
+++ head/databases/cassandra/files/cassandra.in	Fri May 10 20:54:39 2013	(r317843)
@@ -46,7 +46,7 @@ command_args="-p /var/run/cassandra.pid 
 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"

Modified: head/databases/cassandra/pkg-descr
==============================================================================
--- head/databases/cassandra/pkg-descr	Fri May 10 20:44:50 2013	(r317842)
+++ head/databases/cassandra/pkg-descr	Fri May 10 20:54:39 2013	(r317843)
@@ -10,4 +10,4 @@ by one of the authors of Amazon's Dynamo
 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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Lars Engels freebsd_committer freebsd_triage 2013-05-10 21:55:11 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!