diff options
author | jgh <jgh@FreeBSD.org> | 2012-12-12 08:16:21 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-12-12 08:16:21 +0800 |
commit | 2c56741283f931b219eb859646cc61b630d21b83 (patch) | |
tree | e2a6dd1b599021cde9f012d41d127bd2254f5517 /net/hornetq | |
parent | 7df6af57679ac2802765b985be7b1a8c168d24c2 (diff) | |
download | freebsd-ports-gnome-2c56741283f931b219eb859646cc61b630d21b83.tar.gz freebsd-ports-gnome-2c56741283f931b219eb859646cc61b630d21b83.tar.zst freebsd-ports-gnome-2c56741283f931b219eb859646cc61b630d21b83.zip |
- move to jdk7, and support configurable virtual machine arguments
- while here trim historical header
PR: 174347
Submitted by: maintainer, hsn@sendmail.cz
Diffstat (limited to 'net/hornetq')
-rw-r--r-- | net/hornetq/Makefile | 9 | ||||
-rw-r--r-- | net/hornetq/files/hornetq.in | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/hornetq/Makefile b/net/hornetq/Makefile index 8faab392f64f..d0499f7774b3 100644 --- a/net/hornetq/Makefile +++ b/net/hornetq/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: hornetq -# Date created: 2012-03-16 -# Whom: Radim Kolar -# +# Created by: Radim Kolar # $FreeBSD$ -# PORTNAME= hornetq PORTVERSION= 2.2.14 +PORTREVISION= 1 CATEGORIES= net java MASTER_SITES= http://downloads.jboss.org/hornetq/ DISTNAME= ${PORTNAME}-${PORTVERSION}.Final @@ -21,7 +18,7 @@ PORTDOCS= quickstart-guide api rest-api user-manual \ USE_RC_SUBR= hornetq USE_JAVA= yes -JAVA_VERSION= 1.6 +JAVA_VERSION= 1.7 JAVA_VENDOR= openjdk NO_BUILD= yes diff --git a/net/hornetq/files/hornetq.in b/net/hornetq/files/hornetq.in index 5682b3f4dd9d..1da1d8ef9a99 100644 --- a/net/hornetq/files/hornetq.in +++ b/net/hornetq/files/hornetq.in @@ -38,6 +38,7 @@ load_rc_config $name hornetq_enable=${hornetq_enable:-"NO"} hornetq_config=${hornetq_config:-"non-clustered"} +hornetq_vmargs=${hornetq_vmargs:-""} hornetq_deployment=${hornetq_deployment:-"hornetq-beans.xml"} hornetq_data=${hornetq_data:-"/var/spool/hornetq"} @@ -54,7 +55,8 @@ export PATH=$PATH:%%LOCALBASE%%/bin export HORNETQ_HOME=%%DATADIR%% export CLUSTER_PROPS=-Ddata.dir=${hornetq_data} export JAVA_VENDOR=openjdk -export JAVA_VERSION=1.6 +export JAVA_VERSION=1.7 +export CLUSTER_PROPS="${hornetq_vmargs}" hornetq_prestop() { $HORNETQ_HOME/bin/stop.sh %%DATADIR%%/config/stand-alone/${hornetq_config} |