Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Dec 2012 23:27:20 +0100 (CET)
From:      Radim Kolar <hsn@fbsd8.localdomain>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        hsn@sendmail.cz
Subject:   ports/174346: [PATCH] databases/cassandra: switch to jdk7
Message-ID:  <201212102227.qBAMRKvs063665@fbsd9.localdomain>
Resent-Message-ID: <201212102230.qBAMU0LK006071@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         174346
>Category:       ports
>Synopsis:       [PATCH] databases/cassandra: switch to jdk7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 10 22:30:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Radim Kolar
>Release:        FreeBSD 9.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD fbsd9.localdomain 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Dec  5 02:38:20 CET
>Description:
switch to jdk7

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_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/cassandra/Makefile ./Makefile
--- /usr/ports/databases/cassandra/Makefile	2012-11-17 06:55:05.000000000 +0100
+++ ./Makefile	2012-12-10 23:25:38.759831573 +0100
@@ -3,6 +3,7 @@
 
 PORTNAME=	cassandra
 PORTVERSION=	1.0.12
+PORTREVISION=	1
 CATEGORIES=	databases java
 MASTER_SITES=	${MASTER_SITE_APACHE}
 MASTER_SITE_SUBDIR=	cassandra/${PORTVERSION}
@@ -14,7 +15,7 @@
 
 LICENSE=	AL2
 
-JAVA_VERSION=	1.6
+JAVA_VERSION=	1.7
 JAVA_VENDOR=	openjdk
 REINPLACE_ARGS=	-i ''
 USE_JAVA=	yes
diff -ruN --exclude=CVS /usr/ports/databases/cassandra/files/cassandra.in ./files/cassandra.in
--- /usr/ports/databases/cassandra/files/cassandra.in	2012-11-17 06:55:05.000000000 +0100
+++ ./files/cassandra.in	2012-12-10 23:25:27.857969992 +0100
@@ -57,7 +57,7 @@
 export JVM_OVERRIDE_OPTS="$cassandra_vmargs"
 
 export JAVA_VENDOR=openjdk
-export JAVA_VERSION=1.6
+export JAVA_VERSION=1.7
 
 cassandra_prestop() {
 	$CASSANDRA_HOME/bin/nodetool -h localhost disablegossip
--- cassandra-1.0.12_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212102227.qBAMRKvs063665>