From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 10 20:40:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CFCCDE2D for ; Fri, 10 May 2013 20:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B1BBD7BD for ; Fri, 10 May 2013 20:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4AKe2vO018721 for ; Fri, 10 May 2013 20:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4AKe2fw018720; Fri, 10 May 2013 20:40:02 GMT (envelope-from gnats) Resent-Date: Fri, 10 May 2013 20:40:02 GMT Resent-Message-Id: <201305102040.r4AKe2fw018720@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Radim Kolar Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BEB69D97 for ; Fri, 10 May 2013 20:36:13 +0000 (UTC) (envelope-from hsn@sendmail.cz) Received: from ponto.amerinoc.com (ponto.amerinoc.com [64.6.108.239]) by mx1.freebsd.org (Postfix) with ESMTP id 8BA5F79E for ; Fri, 10 May 2013 20:36:12 +0000 (UTC) Received: from fbsd9.localdomain (u154-43.static.grapesc.cz [93.91.154.43]) (authenticated bits=128) by ponto.amerinoc.com (8.14.5/8.14.5) with ESMTP id r4AKZtn2061802 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 10 May 2013 22:36:05 +0200 (CEST) (envelope-from hsn@sendmail.cz) Received: from fbsd9.localdomain (localhost [127.0.0.1]) by fbsd9.localdomain (8.14.5/8.14.5) with ESMTP id r4AKZqXp048073; Fri, 10 May 2013 22:35:53 +0200 (CEST) (envelope-from hsn@fbsd9.localdomain) Received: (from hsn@localhost) by fbsd9.localdomain (8.14.5/8.14.5/Submit) id r4AKZqig048072; Fri, 10 May 2013 22:35:52 +0200 (CEST) (envelope-from hsn) Message-Id: <201305102035.r4AKZqig048072@fbsd9.localdomain> Date: Fri, 10 May 2013 22:35:52 +0200 (CEST) From: Radim Kolar To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/178493: [PATCH] databases/cassandra: fix rc.d script Cc: hsn@sendmail.cz X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 May 2013 20:40:03 -0000 >Number: 178493 >Category: ports >Synopsis: [PATCH] databases/cassandra: fix rc.d script >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri May 10 20:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Radim Kolar >Release: FreeBSD 9.1-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD fbsd9.localdomain 9.1-RELEASE-p2 FreeBSD 9.1-RELEASE-p2 #2: Tue Apr 9 02:31:34 CEST >Description: 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) >How-To-Repeat: >Fix: --- cassandra-1.0.12_2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/databases/cassandra/Makefile ./Makefile --- /usr/ports/databases/cassandra/Makefile 2012-12-12 01:15:41.000000000 +0100 +++ ./Makefile 2013-05-10 22:33:16.948936776 +0200 @@ -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} diff -ruN --exclude=CVS /usr/ports/databases/cassandra/files/cassandra.in ./files/cassandra.in --- /usr/ports/databases/cassandra/files/cassandra.in 2012-12-12 01:15:41.000000000 +0100 +++ ./files/cassandra.in 2013-05-10 22:32:51.274296796 +0200 @@ -46,7 +46,7 @@ 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" --- cassandra-1.0.12_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: