svn commit: r311172 - head/net-im/openfire
Pietro Cerutti
gahr at FreeBSD.org
Tue Jan 29 16:48:03 UTC 2013
Author: gahr
Date: Tue Jan 29 16:48:02 2013
New Revision: 311172
URL: http://svnweb.freebsd.org/changeset/ports/311172
Log:
- Fix a bug that prevents the Jingle Nodes plugin from loading
(see http://community.igniterealtime.org/thread/46479)
Reported by: marko.cupac at mimar.rs
Modified:
head/net-im/openfire/Makefile (contents, props changed)
Modified: head/net-im/openfire/Makefile
==============================================================================
--- head/net-im/openfire/Makefile Tue Jan 29 16:45:42 2013 (r311171)
+++ head/net-im/openfire/Makefile Tue Jan 29 16:48:02 2013 (r311172)
@@ -3,7 +3,7 @@
PORTNAME= openfire
PORTVERSION= 3.7.1
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= net-im java
MASTER_SITES= http://download.igniterealtime.org/openfire/
@@ -35,6 +35,11 @@ VARDB= /var/db/openfire
USERS= openfire
GROUPS= ${USERS}
+post-patch:
+ (cd ${WRKSRC} && ${MV} \
+ ./src/plugins/jingleNodes/src/i18n/jingleNodes_i18n.properties \
+ ./src/plugins/jingleNodes/src/i18n/jinglenodes_i18n.properties)
+
do-install:
(cd ${INSTALL_WRKSRC}/lib && ${INSTALL} -m 744 *.jar ${JAVAJARDIR})
More information about the svn-ports-all
mailing list