Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jan 2017 09:53:03 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430624 - head/net-im/openfire
Message-ID:  <201701050953.v059r3Zw010691@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Thu Jan  5 09:53:02 2017
New Revision: 430624
URL: https://svnweb.freebsd.org/changeset/ports/430624

Log:
  net-im/openfire: fix install with non-default options
  
  PR:		215739
  Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
  Reported by:	Ryan Frederick <ryanrfrederick@gmail.com>

Modified:
  head/net-im/openfire/Makefile
  head/net-im/openfire/pkg-plist

Modified: head/net-im/openfire/Makefile
==============================================================================
--- head/net-im/openfire/Makefile	Thu Jan  5 09:01:04 2017	(r430623)
+++ head/net-im/openfire/Makefile	Thu Jan  5 09:53:02 2017	(r430624)
@@ -4,6 +4,7 @@
 PORTNAME=	openfire
 PORTVERSION=	4.1.1
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	net-im java
 

Modified: head/net-im/openfire/pkg-plist
==============================================================================
--- head/net-im/openfire/pkg-plist	Thu Jan  5 09:01:04 2017	(r430623)
+++ head/net-im/openfire/pkg-plist	Thu Jan  5 09:53:02 2017	(r430624)
@@ -192,9 +192,6 @@
 %%DATADIR%%/plugins/admin/webapp/style/lightbox.css
 %%DATADIR%%/plugins/admin/webapp/style/login.css
 %%DATADIR%%/plugins/admin/webapp/style/setup.css
-%%DATADIR%%/plugins/avatarResizer.jar
-%%DATADIR%%/plugins/bookmarks.jar
-%%DATADIR%%/plugins/nonSaslAuthentication.jar
 %%DATADIR%%/resources/database/openfire_db2.sql
 %%DATADIR%%/resources/database/openfire_hsqldb.sql
 %%DATADIR%%/resources/database/openfire_mysql.sql
@@ -371,6 +368,8 @@
 %%DATADIR%%/resources/security
 %%DATADIR%%/resources/spank/WEB-INF/web.xml
 %%DATADIR%%/resources/spank/index.html
+%%PLUGINS%%%%DATADIR%%/plugins/avatarResizer.jar
+%%PLUGINS%%%%DATADIR%%/plugins/bookmarks.jar
 %%PLUGINS%%%%DATADIR%%/plugins/broadcast.jar
 %%PLUGINS%%%%DATADIR%%/plugins/callbackOnOffline.jar
 %%PLUGINS%%%%DATADIR%%/plugins/clientControl.jar
@@ -390,6 +389,7 @@
 %%PLUGINS%%%%DATADIR%%/plugins/motd.jar
 %%PLUGINS%%%%DATADIR%%/plugins/mucservice.jar
 %%PLUGINS%%%%DATADIR%%/plugins/nodejs.jar
+%%PLUGINS%%%%DATADIR%%/plugins/nonSaslAuthentication.jar
 %%PLUGINS%%%%DATADIR%%/plugins/packetFilter.jar
 %%PLUGINS%%%%DATADIR%%/plugins/presence.jar
 %%PLUGINS%%%%DATADIR%%/plugins/rayo.jar



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701050953.v059r3Zw010691>