Date: Tue, 29 Jan 2013 16:48:02 +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: r311172 - head/net-im/openfire Message-ID: <201301291648.r0TGm2Mg072755@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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})
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301291648.r0TGm2Mg072755>