diff options
author | znerd <znerd@FreeBSD.org> | 2002-05-09 06:00:04 +0800 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2002-05-09 06:00:04 +0800 |
commit | 6db8303623ed49f1f1a9979b207b7727f1440395 (patch) | |
tree | 5874e036010d7cdac57c55bf226856fa7ae5ebe6 /www/orion-devel | |
parent | ec866decb54814f187721397baef557bdd5477a5 (diff) | |
download | freebsd-ports-gnome-6db8303623ed49f1f1a9979b207b7727f1440395.tar.gz freebsd-ports-gnome-6db8303623ed49f1f1a9979b207b7727f1440395.tar.zst freebsd-ports-gnome-6db8303623ed49f1f1a9979b207b7727f1440395.zip |
Changed daemonctl program to check if the JAR file exists before
trying to start the JVM. This is a serious usability improvement.
Bumped PORTREVISION.
Diffstat (limited to 'www/orion-devel')
-rw-r--r-- | www/orion-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/orion-devel/Makefile b/www/orion-devel/Makefile index 9e7c2a8eacee..1a7aa7c0f138 100644 --- a/www/orion-devel/Makefile +++ b/www/orion-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= orion PORTVERSION= 1.5.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www java MASTER_SITES= http://www.orionserver.com/distributions/ \ http://www.atlassian.com/software/orion/downloads/ \ |