diff options
author | ashish <ashish@FreeBSD.org> | 2015-06-29 12:51:28 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2015-06-29 12:51:28 +0800 |
commit | cd1ca9795eb5b7724bfc0b1b94051298508552cd (patch) | |
tree | c3deb578df2231f9efb6c0156780de7ce4c37200 /net-im | |
parent | c05c93e11bcd8dbac46d3e08e555d8720cbedc03 (diff) | |
download | freebsd-ports-gnome-cd1ca9795eb5b7724bfc0b1b94051298508552cd.tar.gz freebsd-ports-gnome-cd1ca9795eb5b7724bfc0b1b94051298508552cd.tar.zst freebsd-ports-gnome-cd1ca9795eb5b7724bfc0b1b94051298508552cd.zip |
- Fix typo in OPTION name
- Update `pkg-plist'
- Bump PORTREVISION due to change in pkg-plist
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ejabberd/Makefile | 3 | ||||
-rw-r--r-- | net-im/ejabberd/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/net-im/ejabberd/Makefile b/net-im/ejabberd/Makefile index 5f978cda772f..392a2101ac91 100644 --- a/net-im/ejabberd/Makefile +++ b/net-im/ejabberd/Makefile @@ -3,6 +3,7 @@ PORTNAME= ejabberd PORTVERSION= 15.06 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://www.process-one.net/downloads/${PORTNAME}/${PORTVERSION}/:p1 \ http://distfiles.pirateparty.in/ashish/:deps \ @@ -61,7 +62,7 @@ RIAK_CONFIGURE_ENABLE= riak ICONV_CONFIGURE_ENABLE= iconv REDIS_CONFIGURE_ENABLE= redis SQLITE_CONFIGURE_ENABLE=sqlite -TOOS_CONFIGURE_ENABLE= tools +TOOLS_CONFIGURE_ENABLE= tools SQLITE_USE= SQLITE=yes ICONV_USES= iconv:wchar_t ICONV_LDFLAGS= ${ICONV_LIB} diff --git a/net-im/ejabberd/pkg-plist b/net-im/ejabberd/pkg-plist index aec76b6b1893..e954a0ea4d33 100644 --- a/net-im/ejabberd/pkg-plist +++ b/net-im/ejabberd/pkg-plist @@ -334,6 +334,7 @@ lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/xml_app.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/xml_gen.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/xml_stream.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/xml_sup.beam +%%TOOLS%%lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/ebin/xmpp_codec.beam lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/ELDAPv3.hrl lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/XmppAddr.hrl lib/erlang/lib/%%PORTNAME%%-%%PORTVERSION%%/include/adhoc.hrl |