summaryrefslogtreecommitdiff
path: root/net/erlang-esip
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2016-04-29 18:23:32 +0000
committerfhajny <fhajny@pkgsrc.org>2016-04-29 18:23:32 +0000
commit5cc408ac4c3ae52a6d5b8c836f8bf20185ee0b00 (patch)
treed339d4710d047638dd4288084e1dd64a33414ca9 /net/erlang-esip
parent7e29d22aad8adf4d5abea83cc7fa4e933d33ee28 (diff)
downloadpkgsrc-5cc408ac4c3ae52a6d5b8c836f8bf20185ee0b00.tar.gz
Update net/erlang-esip to 1.0.4.
Version 1.0.4 - Update Fast TLS and Stun Version 1.0.3 - Update Fast TLS and Stun
Diffstat (limited to 'net/erlang-esip')
-rw-r--r--net/erlang-esip/Makefile8
-rw-r--r--net/erlang-esip/distinfo12
-rw-r--r--net/erlang-esip/patches/patch-rebar.config6
3 files changed, 13 insertions, 13 deletions
diff --git a/net/erlang-esip/Makefile b/net/erlang-esip/Makefile
index b556678c658..e159391620c 100644
--- a/net/erlang-esip/Makefile
+++ b/net/erlang-esip/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2016/04/25 14:53:21 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2016/04/29 18:23:32 fhajny Exp $
-DISTNAME= esip-1.0.2
+DISTNAME= esip-1.0.4
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
@@ -9,8 +9,8 @@ HOMEPAGE= http://github.com/processone/esip/
COMMENT= ProcessOne SIP server component in Erlang
LICENSE= apache-2.0
-DEPENDS+= erlang-stun>=1.0.1:../../net/erlang-stun
-DEPENDS+= erlang-fast_tls>=1.0.1:../../security/erlang-fast_tls
+DEPENDS+= erlang-stun>=1.0.3:../../net/erlang-stun
+DEPENDS+= erlang-fast_tls>=1.0.3:../../security/erlang-fast_tls
DEPENDS+= erlang-p1_utils>=1.0.3:../../misc/erlang-p1_utils
GITHUB_PROJECT= esip
diff --git a/net/erlang-esip/distinfo b/net/erlang-esip/distinfo
index e32699381e1..af1cf641d99 100644
--- a/net/erlang-esip/distinfo
+++ b/net/erlang-esip/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2016/04/25 14:53:21 fhajny Exp $
+$NetBSD: distinfo,v 1.2 2016/04/29 18:23:32 fhajny Exp $
-SHA1 (esip-1.0.2.tar.gz) = bc934fc34230c633d0159d5b7e51e0dedffc4145
-RMD160 (esip-1.0.2.tar.gz) = bb19db615244e49f6a478863fb9eb63a6d19e4b9
-SHA512 (esip-1.0.2.tar.gz) = d3eeddaaf7450bf14f867db016c4f5241a9e3d5a2c626d33f68340ea9360c4888445941105005b25d250a62a62ec7f44b034bd362b0f28dbbf3dd3a52e311b26
-Size (esip-1.0.2.tar.gz) = 84467 bytes
-SHA1 (patch-rebar.config) = 726aed47ff48a3a7f64670573000fd54fb458ac2
+SHA1 (esip-1.0.4.tar.gz) = 090f05f3e6112931e142097e78242e8a73cef483
+RMD160 (esip-1.0.4.tar.gz) = 6e01ea473297ff7a2387f7e683d32e6c72a18651
+SHA512 (esip-1.0.4.tar.gz) = 50915831796f76986a00f5a2a08f308aa9fee71e92fbb6978e9e20f0c00007c0d442991cc7fc2f6df82560a1509f8189865afe8d0b6f94410c39e07ca4f1092b
+Size (esip-1.0.4.tar.gz) = 84478 bytes
+SHA1 (patch-rebar.config) = a1f28eed68c929805de68e88f8769fe813495e5f
diff --git a/net/erlang-esip/patches/patch-rebar.config b/net/erlang-esip/patches/patch-rebar.config
index 6b121ba7a8e..857bd3fa09a 100644
--- a/net/erlang-esip/patches/patch-rebar.config
+++ b/net/erlang-esip/patches/patch-rebar.config
@@ -1,4 +1,4 @@
-$NetBSD: patch-rebar.config,v 1.1 2016/04/25 14:53:21 fhajny Exp $
+$NetBSD: patch-rebar.config,v 1.2 2016/04/29 18:23:32 fhajny Exp $
Deps are handled by pkgsrc.
Look up stun includes properly.
@@ -17,8 +17,8 @@ Look up stun includes properly.
{port_specs, [{"priv/lib/esip_drv.so", ["c_src/esip_codec.c"]}]}.
--{deps, [{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.1"}}},
-- {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.1"}}},
+-{deps, [{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.3"}}},
+- {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.3"}}},
- {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.3"}}}]}.
-
{clean_files, ["c_src/esip_codec.gcda", "c_src/esip_codec.gcno"]}.