Attached (to avoid line wrapping) a patch to update Openfire to the
latest version 3.8.2.
Tested on amd64.
Comments, Oks?
Index: openfire/Makefile
===================================================================
RCS file: /cvs/ports/net/openfire/Makefile,v
retrieving revision 1.28
diff -u -p -u -p -r1.28 Makefile
--- openfire/Makefile 19 Mar 2013 16:55:01 -0000 1.28
+++ openfire/Makefile 13 Nov 2013 10:17:40 -0000
@@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.28 2013/03/19 16:55:01 sthen Exp $
COMMENT= XMPP real time collaboration server
-V= 3.8.1
+V= 3.8.2
DISTNAME= openfire_src_${V:S/./_/g}
PKGNAME= openfire-$V
CATEGORIES= net
Index: openfire/distinfo
===================================================================
RCS file: /cvs/ports/net/openfire/distinfo,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 distinfo
--- openfire/distinfo 19 Mar 2013 16:55:01 -0000 1.4
+++ openfire/distinfo 13 Nov 2013 10:17:40 -0000
@@ -1,2 +1,2 @@
-SHA256 (openfire_src_3_8_1.tar.gz) =
VU3OOhsKC4g6sP1KBqDO4TbfnpmPGcU9kai15UrahgQ=
-SIZE (openfire_src_3_8_1.tar.gz) = 69014231
+SHA256 (openfire_src_3_8_2.tar.gz) =
LRv5dSPq/pSFoBO7tw/ygtQUcPZbhC9NdlbJeIq5bI0=
+SIZE (openfire_src_3_8_2.tar.gz) = 69222202
Index: openfire/patches/patch-build_build_xml
===================================================================
RCS file: openfire/patches/patch-build_build_xml
diff -N openfire/patches/patch-build_build_xml
--- openfire/patches/patch-build_build_xml 15 Jul 2013 06:59:35 -0000
1.3
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-build_build_xml,v 1.3 2013/07/15 06:59:35 jasper Exp $
-
-Allow to built with Ant 1.9.
-
---- build/build.xml.orig Fri Jul 12 08:16:15 2013
-+++ build/build.xml Fri Jul 12 08:19:11 2013
-@@ -221,6 +221,7 @@
- <contains string="${ant.version}" substring="1.6"/>
- <contains string="${ant.version}" substring="1.7"/>
- <contains string="${ant.version}" substring="1.8"/>
-+ <contains string="${ant.version}" substring="1.9"/>
- </or>
- </not>
- </condition>