pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/erlang-xmpp
Module Name: pkgsrc
Committed By: fhajny
Date: Thu Mar 30 14:32:47 UTC 2017
Modified Files:
pkgsrc/net/erlang-xmpp: Makefile PLIST distinfo
pkgsrc/net/erlang-xmpp/patches: patch-rebar.config
Log Message:
Update net/erlang-xmpp to 1.1.9.
Version 1.1.9
- Deprecate jid:to_string/1 and jid:from_string/1
- Only check resource with stringprep
- Improve type specs
- Add documentation
- Add set_tr_callback/2 function
- Make it possible to uninstall translation callback
- Use translation callback in data form encoders
- Fix external codec registration for OTP 17
- Include compiler app when generating erlang.plt
- Add notes about API instability
Version 1.1.8
- Add get_meta/2 and get_meta/3
- Get rid of some dialyzer warnings
Version 1.1.7
- Generate modular code for xmpp_codec
- Improve type specs for set_from()/set_to()
Version 1.1.6
- Add xmpp:serr_unsupported_feature()
- Don't replace existing delay tag with the same 'from'
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/erlang-xmpp/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/erlang-xmpp/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/erlang-xmpp/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/erlang-xmpp/patches/patch-rebar.config
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/erlang-xmpp/Makefile
diff -u pkgsrc/net/erlang-xmpp/Makefile:1.4 pkgsrc/net/erlang-xmpp/Makefile:1.5
--- pkgsrc/net/erlang-xmpp/Makefile:1.4 Sat Jan 21 20:17:10 2017
+++ pkgsrc/net/erlang-xmpp/Makefile Thu Mar 30 14:32:47 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2017/01/21 20:17:10 fhajny Exp $
+# $NetBSD: Makefile,v 1.5 2017/03/30 14:32:47 fhajny Exp $
-DISTNAME= xmpp-1.1.5
+DISTNAME= xmpp-1.1.9
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
@@ -9,8 +9,8 @@ HOMEPAGE= http://github.com/processone/x
COMMENT= XMPP parsing and serialization library on top of Fast XML
LICENSE= apache-2.0
-DEPENDS+= erlang-fast_xml>=1.1.19:../../textproc/erlang-fast_xml
-DEPENDS+= erlang-stringprep>=1.0.7:../../textproc/erlang-stringprep
+DEPENDS+= erlang-fast_xml>=1.1.22:../../textproc/erlang-fast_xml
+DEPENDS+= erlang-stringprep>=1.0.8:../../textproc/erlang-stringprep
GITHUB_PROJECT= xmpp
Index: pkgsrc/net/erlang-xmpp/PLIST
diff -u pkgsrc/net/erlang-xmpp/PLIST:1.1 pkgsrc/net/erlang-xmpp/PLIST:1.2
--- pkgsrc/net/erlang-xmpp/PLIST:1.1 Tue Jan 3 18:35:54 2017
+++ pkgsrc/net/erlang-xmpp/PLIST Thu Mar 30 14:32:47 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/01/03 18:35:54 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/03/30 14:32:47 fhajny Exp $
lib/erlang/lib/xmpp
lib/erlang/lib/xmpp-${PKGVERSION}/ebin/flex_offline.beam
lib/erlang/lib/xmpp-${PKGVERSION}/ebin/jid.beam
@@ -7,15 +7,73 @@ lib/erlang/lib/xmpp-${PKGVERSION}/ebin/m
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
lib/erlang/lib/xmpp-${PKGVERSION}/ebin/pubsub_subscribe_authorization.beam
lib/erlang/lib/xmpp-${PKGVERSION}/ebin/pubsub_subscribe_options.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/rfc3921.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/rfc6120.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/rfc6121.beam
lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xdata_codec.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0004.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0012.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0013.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0016.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0022.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0023.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0030.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0033.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0039.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0045.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0048.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0049.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0050.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0054.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0055.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0059.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0060.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0065.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0066.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0077.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0078.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0085.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0092.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0114.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0115.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0131.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0138.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0153.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0158.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0172.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0191.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0198.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0199.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0202.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0203.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0220.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0221.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0231.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0249.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0264.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0279.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0280.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0297.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0313.beam
+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/xep0359.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0363.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0369.beam
lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xmpp.app
lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xmpp.beam
lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xmpp_codec.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xmpp_codec_external.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xmpp_tr.beam
lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xmpp_util.beam
lib/erlang/lib/xmpp-${PKGVERSION}/include/flex_offline.hrl
lib/erlang/lib/xmpp-${PKGVERSION}/include/jid.hrl
Index: pkgsrc/net/erlang-xmpp/distinfo
diff -u pkgsrc/net/erlang-xmpp/distinfo:1.2 pkgsrc/net/erlang-xmpp/distinfo:1.3
--- pkgsrc/net/erlang-xmpp/distinfo:1.2 Sat Jan 21 20:17:10 2017
+++ pkgsrc/net/erlang-xmpp/distinfo Thu Mar 30 14:32:47 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2017/01/21 20:17:10 fhajny Exp $
+$NetBSD: distinfo,v 1.3 2017/03/30 14:32:47 fhajny Exp $
-SHA1 (xmpp-1.1.5.tar.gz) = f40dc374094b44bc8a1a1388414406d44af076a2
-RMD160 (xmpp-1.1.5.tar.gz) = 165b7a24d5f6ea33061793cce1b34bc5aee4f79c
-SHA512 (xmpp-1.1.5.tar.gz) = 45345d498e844592584b4b2a80359f62dec1f4083b6eaae78c565b9beb2824112c6da55a0b92243efe6354e4145c539d94e246324fcf6688f93fc9e093915d81
-Size (xmpp-1.1.5.tar.gz) = 346053 bytes
-SHA1 (patch-rebar.config) = 1d03a7f56107d057bf15a5981b041b334565ef80
+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
Index: pkgsrc/net/erlang-xmpp/patches/patch-rebar.config
diff -u pkgsrc/net/erlang-xmpp/patches/patch-rebar.config:1.1 pkgsrc/net/erlang-xmpp/patches/patch-rebar.config:1.2
--- pkgsrc/net/erlang-xmpp/patches/patch-rebar.config:1.1 Tue Jan 3 18:35:54 2017
+++ pkgsrc/net/erlang-xmpp/patches/patch-rebar.config Thu Mar 30 14:32:47 2017
@@ -1,9 +1,9 @@
-$NetBSD: patch-rebar.config,v 1.1 2017/01/03 18:35:54 fhajny Exp $
+$NetBSD: patch-rebar.config,v 1.2 2017/03/30 14:32:47 fhajny Exp $
Deps are handled by pkgsrc.
Look up fast_xml includes properly.
---- rebar.config.orig 2016-12-06 16:30:13.000000000 +0000
+--- rebar.config.orig 2017-02-23 17:12:15.000000000 +0000
+++ rebar.config
@@ -22,10 +22,7 @@
{erl_opts, [debug_info, {src_dirs, ["src"]},
@@ -11,8 +11,8 @@ Look up fast_xml includes properly.
{i, "../fast_xml/include"},
- {i, "deps/fast_xml/include"}]}.
-
--{deps, [{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.18"}}},
-- {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.7"}}}]}.
+-{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"}]}.
{cover_enabled, true}.
Home |
Main Index |
Thread Index |
Old Index