diff options
author | fhajny <fhajny@pkgsrc.org> | 2017-07-07 09:54:41 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2017-07-07 09:54:41 +0000 |
commit | 9dd73263ab60a5f0f784d3e026b658e75bd83847 (patch) | |
tree | 37152b61729929fbc2370c2e5d31e88e70cbccf4 /net | |
parent | 384f742d6800830c90aca94a3e2f5bf41ab35268 (diff) | |
download | pkgsrc-9dd73263ab60a5f0f784d3e026b658e75bd83847.tar.gz |
Update net/erlang-xmpp to 1.1.13.
Version 1.1.13
- Add XEP-0357 to supported extensions list
Version 1.1.12
- Support XEP-0357: Push Notifications
Version 1.1.11
- Use fast_xml-1.1.23
- Use stringprep-1.0.9
Version 1.1.10
- Add jid support in muc_unsubscribe and muc_subscribe
- Add ?stanza_type, ?stanza_from and ?stanza_to macros
- Remove unused p1_stream extension
- Clarify the library's main idea
- Encode/decode muc_unsubscribe JIDs
- Add support for HTTP File Upload, version 0.3.0
- Makefile: Add dependencies for spec/xdata targets
- Add nif function jid:string_to_usr and use it
- Fix return value from xmpp:start
- Make multiple calls to jid:start() not generate nif reload error
Diffstat (limited to 'net')
-rw-r--r-- | net/erlang-xmpp/Makefile | 9 | ||||
-rw-r--r-- | net/erlang-xmpp/PLIST | 5 | ||||
-rw-r--r-- | net/erlang-xmpp/distinfo | 12 | ||||
-rw-r--r-- | net/erlang-xmpp/patches/patch-rebar.config | 22 |
4 files changed, 23 insertions, 25 deletions
diff --git a/net/erlang-xmpp/Makefile b/net/erlang-xmpp/Makefile index 8bb606af903..f688229725e 100644 --- a/net/erlang-xmpp/Makefile +++ b/net/erlang-xmpp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2017/03/30 14:32:47 fhajny Exp $ +# $NetBSD: Makefile,v 1.6 2017/07/07 09:54:41 fhajny Exp $ -DISTNAME= xmpp-1.1.9 +DISTNAME= xmpp-1.1.13 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} @@ -9,8 +9,9 @@ HOMEPAGE= http://github.com/processone/xmpp/ COMMENT= XMPP parsing and serialization library on top of Fast XML LICENSE= apache-2.0 -DEPENDS+= erlang-fast_xml>=1.1.22:../../textproc/erlang-fast_xml -DEPENDS+= erlang-stringprep>=1.0.8:../../textproc/erlang-stringprep +DEPENDS+= erlang-fast_xml>=1.1.23:../../textproc/erlang-fast_xml +DEPENDS+= erlang-stringprep>=1.0.9:../../textproc/erlang-stringprep +DEPENDS+= erlang-p1_utils>=1.0.9:../../misc/erlang-p1_utils GITHUB_PROJECT= xmpp diff --git a/net/erlang-xmpp/PLIST b/net/erlang-xmpp/PLIST index a944fa71f2c..b97681ed8ac 100644 --- a/net/erlang-xmpp/PLIST +++ b/net/erlang-xmpp/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2017/03/30 14:32:47 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.3 2017/07/07 09:54:41 fhajny Exp $ lib/erlang/lib/xmpp lib/erlang/lib/xmpp-${PKGVERSION}/ebin/flex_offline.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/jid.beam @@ -8,7 +8,6 @@ lib/erlang/lib/xmpp-${PKGVERSION}/ebin/muc_request.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/muc_roomconfig.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/muc_roominfo.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/p1_mucsub.beam -lib/erlang/lib/xmpp-${PKGVERSION}/ebin/p1_stream.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/pubsub_get_pending.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/pubsub_node_config.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/pubsub_publish_options.beam @@ -66,6 +65,7 @@ lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0334.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0352.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0355.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0356.beam +lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0357.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0359.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0363.beam lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0369.beam @@ -90,3 +90,4 @@ lib/erlang/lib/xmpp-${PKGVERSION}/include/pubsub_subscribe_authorization.hrl lib/erlang/lib/xmpp-${PKGVERSION}/include/pubsub_subscribe_options.hrl lib/erlang/lib/xmpp-${PKGVERSION}/include/xmpp.hrl lib/erlang/lib/xmpp-${PKGVERSION}/include/xmpp_codec.hrl +lib/erlang/lib/xmpp-${PKGVERSION}/priv/lib/jid.so diff --git a/net/erlang-xmpp/distinfo b/net/erlang-xmpp/distinfo index 7648ccdf02b..9703cb7ba7d 100644 --- a/net/erlang-xmpp/distinfo +++ b/net/erlang-xmpp/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2017/03/30 14:32:47 fhajny Exp $ +$NetBSD: distinfo,v 1.4 2017/07/07 09:54:41 fhajny Exp $ -SHA1 (xmpp-1.1.9.tar.gz) = 59beb1a5b1c2119773fbb75c779a3f3a92ff9e3e -RMD160 (xmpp-1.1.9.tar.gz) = c8c4ebf5c09ce5688f6016330e74e976292cb4df -SHA512 (xmpp-1.1.9.tar.gz) = 13af5699966c8e9c0568356a3620ce6861549b0091e1889c957a91b4384ed24dd98a04422fcfed07470fc94ad9e49459e7942fc5aa9c5e5fd1a20f3efd5fdd1f -Size (xmpp-1.1.9.tar.gz) = 370926 bytes -SHA1 (patch-rebar.config) = b67d03b3ac8cdb6b4f48308d7bca1088105de8c4 +SHA1 (xmpp-1.1.13.tar.gz) = 56c854ea3c2405858cba810c3c489d14eac2a356 +RMD160 (xmpp-1.1.13.tar.gz) = b48f23752a6b71121d304bb3d6e924c2bc53644e +SHA512 (xmpp-1.1.13.tar.gz) = 86ee316819d11a17e21458c4c796090d6df020ea68c5a0fd26f4d9d2a3c7e883dda16fcabe711c9336cbeed043e866ecf2dda761577a8b11c24baa20cb8871c2 +Size (xmpp-1.1.13.tar.gz) = 374244 bytes +SHA1 (patch-rebar.config) = f63d3e7fbfe30ebd3f75ab2ada6d9c247cdc3de0 diff --git a/net/erlang-xmpp/patches/patch-rebar.config b/net/erlang-xmpp/patches/patch-rebar.config index ee82ee8704e..9f23caa460f 100644 --- a/net/erlang-xmpp/patches/patch-rebar.config +++ b/net/erlang-xmpp/patches/patch-rebar.config @@ -1,19 +1,15 @@ -$NetBSD: patch-rebar.config,v 1.2 2017/03/30 14:32:47 fhajny Exp $ +$NetBSD: patch-rebar.config,v 1.3 2017/07/07 09:54:41 fhajny Exp $ -Deps are handled by pkgsrc. Look up fast_xml includes properly. ---- rebar.config.orig 2017-02-23 17:12:15.000000000 +0000 +--- rebar.config.orig 2017-06-28 14:45:47.000000000 +0000 +++ rebar.config -@@ -22,10 +22,7 @@ +@@ -22,7 +22,7 @@ {erl_opts, [debug_info, {src_dirs, ["src"]}, - {i, "include"}, - {i, "../fast_xml/include"}, -- {i, "deps/fast_xml/include"}]}. -- --{deps, [{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.22"}}}, -- {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.8"}}}]}. -+ {i, "@LOCALBASE@/lib/erlang/lib/fast_xml/include"}]}. + {i, "include"}, + {i, "../fast_xml/include"}, +- {i, "deps/fast_xml/include"}]}. ++ {i, "@LOCALBASE@/lib/erlang/lib/fast_xml/include"}]}. + + {port_env, [{"CFLAGS", "$CFLAGS"}, {"LDFLAGS", "$LDFLAGS"}]}. - {cover_enabled, true}. - {cover_export_enabled, true}. |