View | Details | Raw Unified | Return to bug 117767 | Differences between
and this patch

Collapse All | Expand All

(-)openfire.new/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	openfire
8
PORTNAME=	openfire
9
PORTVERSION=	3.3.3
9
PORTVERSION=	3.4.2
10
CATEGORIES=	net-im java
10
CATEGORIES=	net-im java
11
MASTER_SITES=	http://www.igniterealtime.org/downloadServlet?filename=openfire/
11
MASTER_SITES=	http://www.igniterealtime.org/downloadServlet?filename=openfire/
12
DISTNAME=	${PORTNAME}_src_${PORTVERSION:S/./_/g}
12
DISTNAME=	${PORTNAME}_src_${PORTVERSION:S/./_/g}
(-)openfire.new/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (openfire_src_3_3_3.tar.gz) = e9b01da5dab0eea51f46399857322109
1
MD5 (openfire_src_3_4_2.tar.gz) = a36b52d2d959fd355b5c545535f10acb
2
SHA256 (openfire_src_3_3_3.tar.gz) = e52a60f8d9042a9e58b81701d4dead5889caa999d40f6e20bca7eb1c5fef5338
2
SHA256 (openfire_src_3_4_2.tar.gz) = 97190be43f372aed72e08b58bd5089cc375d203d87e07571a8d084bd023162cf
3
SIZE (openfire_src_3_3_3.tar.gz) = 54051765
3
SIZE (openfire_src_3_4_2.tar.gz) = 48920834
(-)openfire.new/files/pkg-message.in (-45 / +4 lines)
Lines 1-45 Link Here
1
NOTE: 
1
You can find the documentation files for this package in
2
Due to the name change the product releases will work as follows:
2
%%DOCSDIR%%.
3
3
To enable openfire startup script please add openfire_enable="YES" in 
4
o  3.2.x series: these releases will continue to use the Wildfire name so
4
your rc.conf file.
5
   that critical bug fixes can be delivered with minimal hassle to existing
6
   users. 
7
   (net-im/wildfire)
8
9
o  3.3.x series: starting with 3.3.0, the server is called Openfire. 
10
   There will be a small amount of upgrade pain associated with this release
11
   since configuration files like wildfire.xml will now be openfire.xml, etc.
12
   (net-im/openfire)
13
14
WARNING:
15
===========================================================================
16
This is an upgrade procedure from wildfire 3.2.4 to openfire 3.3.0:
17
18
1) Stop the wildfire server if it still running.
19
2) Back up setup.
20
3) Go to %%ETCDIR%% and copy configuration from old setup
21
   a) Copy wildfire.xml and rename it to openfire.xml.
22
   b) Search for org.jivesoftware.wildfire. and replace with
23
      org.jivesoftware.openfire. in openfire.xml
24
   c) Change owner for configurations files:
25
      chown -R openfire:openfire %%ETCDIR%%
26
4) If using embedded database:
27
   a) Copy and rename files:
28
      /var/db/wildfire/wildfire* files to /var/db/openfire/openfire*
29
   b) Change owner for the database files:
30
      chown -R openfire:openfire /var/db/openfire
31
5) Copy old certificates from resources/security directory to same 
32
   location in openfire. If you are using self-signed certificates then 
33
   regenerate them after start up.
34
6) Start up the server using new rc script:
35
   a) Add openfire_enable="YES" into rc.conf file.
36
   b) %%PREFIX%%/etc/rc.d/openfire start
37
7) Reinstall the plugins.
38
8) If at that point you want to downgrade to wildfire 3.2.4 for some
39
   reason please be sure to reinstall the wildfire port.
40
===========================================================================
41
42
You can find the documentation files for this package in the 
43
directory %%DOCSDIR%%.
44
To enable openfire startup script please add openfire_enable="YES" 
45
in your rc.conf
(-)openfire.new/pkg-plist (-3 / +26 lines)
Lines 37-42 Link Here
37
%%PORTDOCS%%%%DOCSDIR%%/style.css
37
%%PORTDOCS%%%%DOCSDIR%%/style.css
38
%%PORTDOCS%%%%DOCSDIR%%/translator-guide.html
38
%%PORTDOCS%%%%DOCSDIR%%/translator-guide.html
39
%%PORTDOCS%%%%DOCSDIR%%/upgrade-guide.html
39
%%PORTDOCS%%%%DOCSDIR%%/upgrade-guide.html
40
%%PORTDOCS%%%%DOCSDIR%%/wildfire-ent-3_2_0-upgrade.html
41
%%PORTDOCS%%%%DOCSDIR%%/wildfire-openfire-upgrade.html
40
%%JAVAJARDIR%%/activation.jar
42
%%JAVAJARDIR%%/activation.jar
41
%%JAVAJARDIR%%/bouncycastle.jar
43
%%JAVAJARDIR%%/bouncycastle.jar
42
%%JAVAJARDIR%%/commons-el.jar
44
%%JAVAJARDIR%%/commons-el.jar
Lines 57-67 Link Here
57
%%DATADIR%%/plugins/admin/webapp/WEB-INF/dwr.xml
59
%%DATADIR%%/plugins/admin/webapp/WEB-INF/dwr.xml
58
%%DATADIR%%/plugins/admin/webapp/WEB-INF/lib/admin-jsp.jar
60
%%DATADIR%%/plugins/admin/webapp/WEB-INF/lib/admin-jsp.jar
59
%%DATADIR%%/plugins/admin/webapp/WEB-INF/lib/dwr.jar
61
%%DATADIR%%/plugins/admin/webapp/WEB-INF/lib/dwr.jar
62
%%DATADIR%%/plugins/admin/webapp/WEB-INF/lib/commons-io.jar
63
%%DATADIR%%/plugins/admin/webapp/WEB-INF/lib/commons-fileupload.jar
60
%%DATADIR%%/plugins/admin/webapp/WEB-INF/sitemesh.xml
64
%%DATADIR%%/plugins/admin/webapp/WEB-INF/sitemesh.xml
61
%%DATADIR%%/plugins/admin/webapp/WEB-INF/web.xml
65
%%DATADIR%%/plugins/admin/webapp/WEB-INF/web.xml
62
%%DATADIR%%/plugins/admin/webapp/images/clearspace.gif
63
%%DATADIR%%/plugins/admin/webapp/images/certificate_warning-16x16.png
64
%%DATADIR%%/plugins/admin/webapp/images/certificate_ok-16x16.png
65
%%DATADIR%%/plugins/admin/webapp/images/add-16x16.gif
66
%%DATADIR%%/plugins/admin/webapp/images/add-16x16.gif
66
%%DATADIR%%/plugins/admin/webapp/images/aim.gif
67
%%DATADIR%%/plugins/admin/webapp/images/aim.gif
67
%%DATADIR%%/plugins/admin/webapp/images/arrow_right_blue.gif
68
%%DATADIR%%/plugins/admin/webapp/images/arrow_right_blue.gif
Lines 72-78 Link Here
72
%%DATADIR%%/plugins/admin/webapp/images/bullet-yellow-14x14.gif
73
%%DATADIR%%/plugins/admin/webapp/images/bullet-yellow-14x14.gif
73
%%DATADIR%%/plugins/admin/webapp/images/bullet.gif
74
%%DATADIR%%/plugins/admin/webapp/images/bullet.gif
74
%%DATADIR%%/plugins/admin/webapp/images/cache-16x16.gif
75
%%DATADIR%%/plugins/admin/webapp/images/cache-16x16.gif
76
%%DATADIR%%/plugins/admin/webapp/images/certificate_warning-16x16.png
77
%%DATADIR%%/plugins/admin/webapp/images/certificate_ok-16x16.png
75
%%DATADIR%%/plugins/admin/webapp/images/check.gif
78
%%DATADIR%%/plugins/admin/webapp/images/check.gif
79
%%DATADIR%%/plugins/admin/webapp/images/check-16x16.gif
80
%%DATADIR%%/plugins/admin/webapp/images/clearspace.gif
76
%%DATADIR%%/plugins/admin/webapp/images/connection-manager_16x16.gif
81
%%DATADIR%%/plugins/admin/webapp/images/connection-manager_16x16.gif
77
%%DATADIR%%/plugins/admin/webapp/images/delete-16x16.gif
82
%%DATADIR%%/plugins/admin/webapp/images/delete-16x16.gif
78
%%DATADIR%%/plugins/admin/webapp/images/doc-changelog-16x16.gif
83
%%DATADIR%%/plugins/admin/webapp/images/doc-changelog-16x16.gif
Lines 80-85 Link Here
80
%%DATADIR%%/plugins/admin/webapp/images/doc-readme-16x16.gif
85
%%DATADIR%%/plugins/admin/webapp/images/doc-readme-16x16.gif
81
%%DATADIR%%/plugins/admin/webapp/images/edit-16x16.gif
86
%%DATADIR%%/plugins/admin/webapp/images/edit-16x16.gif
82
%%DATADIR%%/plugins/admin/webapp/images/error-16x16.gif
87
%%DATADIR%%/plugins/admin/webapp/images/error-16x16.gif
88
%%DATADIR%%/plugins/admin/webapp/images/feed-icon-16x16.gif
83
%%DATADIR%%/plugins/admin/webapp/images/forbidden-16x16.gif
89
%%DATADIR%%/plugins/admin/webapp/images/forbidden-16x16.gif
84
%%DATADIR%%/plugins/admin/webapp/images/greenlight-24x24.gif
90
%%DATADIR%%/plugins/admin/webapp/images/greenlight-24x24.gif
85
%%DATADIR%%/plugins/admin/webapp/images/header-background_new.gif
91
%%DATADIR%%/plugins/admin/webapp/images/header-background_new.gif
Lines 111-116 Link Here
111
%%DATADIR%%/plugins/admin/webapp/images/redlight-24x24.gif
117
%%DATADIR%%/plugins/admin/webapp/images/redlight-24x24.gif
112
%%DATADIR%%/plugins/admin/webapp/images/refresh-16x16.gif
118
%%DATADIR%%/plugins/admin/webapp/images/refresh-16x16.gif
113
%%DATADIR%%/plugins/admin/webapp/images/server_16x16.gif
119
%%DATADIR%%/plugins/admin/webapp/images/server_16x16.gif
120
%%DATADIR%%/plugins/admin/webapp/images/server-network-24x24.gif
114
%%DATADIR%%/plugins/admin/webapp/images/setup-header.png
121
%%DATADIR%%/plugins/admin/webapp/images/setup-header.png
115
%%DATADIR%%/plugins/admin/webapp/images/setup-sidebar-bottom.gif
122
%%DATADIR%%/plugins/admin/webapp/images/setup-sidebar-bottom.gif
116
%%DATADIR%%/plugins/admin/webapp/images/setup-sidebar-top.gif
123
%%DATADIR%%/plugins/admin/webapp/images/setup-sidebar-top.gif
Lines 210-215 Link Here
210
%%DATADIR%%/resources/database/upgrade/11/openfire_hsqldb.sql
217
%%DATADIR%%/resources/database/upgrade/11/openfire_hsqldb.sql
211
%%DATADIR%%/resources/database/upgrade/11/openfire_oracle.sql
218
%%DATADIR%%/resources/database/upgrade/11/openfire_oracle.sql
212
%%DATADIR%%/resources/database/upgrade/11/openfire_sqlserver.sql
219
%%DATADIR%%/resources/database/upgrade/11/openfire_sqlserver.sql
220
%%DATADIR%%/resources/database/upgrade/12/openfire_db2.sql
221
%%DATADIR%%/resources/database/upgrade/12/openfire_sybase.sql
222
%%DATADIR%%/resources/database/upgrade/12/openfire_sqlserver.sql
223
%%DATADIR%%/resources/database/upgrade/12/openfire_postgresql.sql
224
%%DATADIR%%/resources/database/upgrade/12/openfire_hsqldb.sql
225
%%DATADIR%%/resources/database/upgrade/12/openfire_mysql.sql
226
%%DATADIR%%/resources/database/upgrade/12/openfire_oracle.sql
227
%%DATADIR%%/resources/database/upgrade/13/openfire_db2.sql
228
%%DATADIR%%/resources/database/upgrade/13/openfire_sqlserver.sql
229
%%DATADIR%%/resources/database/upgrade/13/openfire_postgresql.sql
230
%%DATADIR%%/resources/database/upgrade/13/openfire_hsqldb.sql
231
%%DATADIR%%/resources/database/upgrade/13/openfire_oracle.sql
232
%%DATADIR%%/resources/database/upgrade/13/openfire_mysql.sql
233
%%DATADIR%%/resources/database/upgrade/13/openfire_sybase.sql
213
%%DATADIR%%/resources/database/upgrade/2/openfire_db2.sql
234
%%DATADIR%%/resources/database/upgrade/2/openfire_db2.sql
214
%%DATADIR%%/resources/database/upgrade/2/openfire_hsqldb.sql
235
%%DATADIR%%/resources/database/upgrade/2/openfire_hsqldb.sql
215
%%DATADIR%%/resources/database/upgrade/2/openfire_mysql.sql
236
%%DATADIR%%/resources/database/upgrade/2/openfire_mysql.sql
Lines 293-298 Link Here
293
@dirrm %%DATADIR%%/resources/database/upgrade/2
314
@dirrm %%DATADIR%%/resources/database/upgrade/2
294
@dirrm %%DATADIR%%/resources/database/upgrade/10
315
@dirrm %%DATADIR%%/resources/database/upgrade/10
295
@dirrm %%DATADIR%%/resources/database/upgrade/11
316
@dirrm %%DATADIR%%/resources/database/upgrade/11
317
@dirrm %%DATADIR%%/resources/database/upgrade/12
318
@dirrm %%DATADIR%%/resources/database/upgrade/13
296
@dirrm %%DATADIR%%/resources/database/upgrade/1
319
@dirrm %%DATADIR%%/resources/database/upgrade/1
297
@dirrm %%DATADIR%%/resources/database/upgrade
320
@dirrm %%DATADIR%%/resources/database/upgrade
298
@dirrm %%DATADIR%%/resources/database
321
@dirrm %%DATADIR%%/resources/database

Return to bug 117767