aboutsummaryrefslogtreecommitdiff
path: root/net-im/openfire/Makefile
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2016-03-30 15:37:08 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2016-03-30 15:37:08 +0000
commitc8b77cbfe46c7cb5716ae756862b9eddea1566a9 (patch)
tree320c9c288cc922cce2218db9e16f1f684d0dfc4d /net-im/openfire/Makefile
parent0d2f254ce9de758c61ff27045ce158ced71e505e (diff)
downloadports-c8b77cbfe46c7cb5716ae756862b9eddea1566a9.tar.gz
ports-c8b77cbfe46c7cb5716ae756862b9eddea1566a9.zip
net-im/openfire: update to 4.0.2
Announcement: https://community.igniterealtime.org/blogs/ignite/2016/03/21/openfire-402-released This update bumps the dependency from Java 7 to Java 8 (USE_JAVA=1.8 now). From the follow-ups to the announcement, it looks like 4.0.2 has issues with Java 7.
Notes
Notes: svn path=/head/; revision=412170
Diffstat (limited to 'net-im/openfire/Makefile')
-rw-r--r--net-im/openfire/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/openfire/Makefile b/net-im/openfire/Makefile
index 07ca83a6de3d..ab2c7c372668 100644
--- a/net-im/openfire/Makefile
+++ b/net-im/openfire/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= openfire
-PORTVERSION= 4.0.1
-PORTREVISION= 1
+PORTVERSION= 4.0.2
PORTEPOCH= 1
CATEGORIES= net-im java
MASTER_SITES= http://download.igniterealtime.org/openfire/
@@ -25,7 +24,7 @@ DOS2UNIX_FILES= src/java/org/jivesoftware/openfire/server/ServerDialback.java
USE_LDCONFIG= yes
USE_ANT= yes
USE_JAVA= yes
-JAVA_VERSION= 1.7 # some plugins not available with later java, needs special handling
+JAVA_VERSION= 1.8
CPE_VENDOR= igniterealtime