svn commit: r412170 - head/net-im/openfire
Pietro Cerutti
gahr at FreeBSD.org
Wed Mar 30 15:37:10 UTC 2016
Author: gahr
Date: Wed Mar 30 15:37:08 2016
New Revision: 412170
URL: https://svnweb.freebsd.org/changeset/ports/412170
Log:
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.
Modified:
head/net-im/openfire/Makefile
head/net-im/openfire/distinfo
Modified: head/net-im/openfire/Makefile
==============================================================================
--- head/net-im/openfire/Makefile Wed Mar 30 15:36:31 2016 (r412169)
+++ head/net-im/openfire/Makefile Wed Mar 30 15:37:08 2016 (r412170)
@@ -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/jivesoftwar
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
Modified: head/net-im/openfire/distinfo
==============================================================================
--- head/net-im/openfire/distinfo Wed Mar 30 15:36:31 2016 (r412169)
+++ head/net-im/openfire/distinfo Wed Mar 30 15:37:08 2016 (r412170)
@@ -1,2 +1,2 @@
-SHA256 (openfire_src_4_0_1.zip) = 56543cb11931dc9c0a50623526f9df80947740ec7f6f5ef9f5eb9336fa932499
-SIZE (openfire_src_4_0_1.zip) = 103206033
+SHA256 (openfire_src_4_0_2.zip) = ed0fff35a0ebb9a5839fd3806038b9d5d9720f2c9491538a7429c704d85215da
+SIZE (openfire_src_4_0_2.zip) = 103209103
More information about the svn-ports-head
mailing list