summaryrefslogtreecommitdiff
path: root/net/erlang-esip
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2017-01-03 18:33:32 +0000
committerfhajny <fhajny@pkgsrc.org>2017-01-03 18:33:32 +0000
commit02d4e2d16849ffd640a34baca18e961a049b5f30 (patch)
tree81e5e7ae0889ab1b3680500e30819738ea3c4774 /net/erlang-esip
parent6acd922ff0204e665173d9bf02d4a362a7e51847 (diff)
downloadpkgsrc-02d4e2d16849ffd640a34baca18e961a049b5f30.tar.gz
Update net/erlang-esip to 1.0.10.
Version 1.0.10 - Use stun 1.0.9 - Use fast_tls 1.0.9 Version 1.0.9 - Use p1_utils 1.0.6 - Make sure esip_codec isn't compiled to native code - Update fast_tls and stun
Diffstat (limited to 'net/erlang-esip')
-rw-r--r--net/erlang-esip/Makefile10
-rw-r--r--net/erlang-esip/distinfo12
-rw-r--r--net/erlang-esip/patches/patch-rebar.config8
3 files changed, 15 insertions, 15 deletions
diff --git a/net/erlang-esip/Makefile b/net/erlang-esip/Makefile
index 381366b2900..15cfe036053 100644
--- a/net/erlang-esip/Makefile
+++ b/net/erlang-esip/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2016/08/12 10:02:59 fhajny Exp $
+# $NetBSD: Makefile,v 1.4 2017/01/03 18:33:32 fhajny Exp $
-DISTNAME= esip-1.0.8
+DISTNAME= esip-1.0.10
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
@@ -9,9 +9,9 @@ HOMEPAGE= http://github.com/processone/esip/
COMMENT= ProcessOne SIP server component in Erlang
LICENSE= apache-2.0
-DEPENDS+= erlang-stun>=1.0.7:../../net/erlang-stun
-DEPENDS+= erlang-fast_tls>=1.0.7:../../security/erlang-fast_tls
-DEPENDS+= erlang-p1_utils>=1.0.5:../../misc/erlang-p1_utils
+DEPENDS+= erlang-stun>=1.0.9:../../net/erlang-stun
+DEPENDS+= erlang-fast_tls>=1.0.9:../../security/erlang-fast_tls
+DEPENDS+= erlang-p1_utils>=1.0.6:../../misc/erlang-p1_utils
GITHUB_PROJECT= esip
diff --git a/net/erlang-esip/distinfo b/net/erlang-esip/distinfo
index a79544a77a4..4e00e8418e4 100644
--- a/net/erlang-esip/distinfo
+++ b/net/erlang-esip/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2016/08/12 10:02:59 fhajny Exp $
+$NetBSD: distinfo,v 1.4 2017/01/03 18:33:32 fhajny Exp $
-SHA1 (esip-1.0.8.tar.gz) = 96302283534ae6c94156f7655c001b06bbcdd7ba
-RMD160 (esip-1.0.8.tar.gz) = 7d5989ec7b2c56822d4c3125cf764ef805737bac
-SHA512 (esip-1.0.8.tar.gz) = c5ed3e4e25d8db7aa67002e7b0bc0f6e7355e4227339ed507064832c3f329d78f6aa7d71eaa80108629b7bb6141f68c2f079decc4799517ac886e7bb3c1415e6
-Size (esip-1.0.8.tar.gz) = 84534 bytes
-SHA1 (patch-rebar.config) = 203e82fdaaecdf4f2feefe736f38d696e235ce00
+SHA1 (esip-1.0.10.tar.gz) = fabece648a450abfb19904af4cb398c5bab1fd0f
+RMD160 (esip-1.0.10.tar.gz) = 4ddbb8187d52e797f2857568d8fb6676789004c8
+SHA512 (esip-1.0.10.tar.gz) = d551b2120d630e85181c2cc867f2c3e6efd5b6c31066fd58fdc65605c00d8a5ea0bddb821d018bd9401bfe3746b95777fe98ecbcbeaea62e14f1a138ad390bbe
+Size (esip-1.0.10.tar.gz) = 84598 bytes
+SHA1 (patch-rebar.config) = fda90a7a9b62443e9448f947e47e3c87accdd307
diff --git a/net/erlang-esip/patches/patch-rebar.config b/net/erlang-esip/patches/patch-rebar.config
index 4b0e639dfab..8148306ec6f 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.3 2016/08/12 10:02:59 fhajny Exp $
+$NetBSD: patch-rebar.config,v 1.4 2017/01/03 18:33:32 fhajny Exp $
Deps are handled by pkgsrc.
Look up stun includes properly.
@@ -17,9 +17,9 @@ 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.7"}}},
-- {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.7"}}},
-- {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.5"}}}]}.
+-{deps, [{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.9"}}},
+- {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.9"}}},
+- {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.6"}}}]}.
-
{clean_files, ["c_src/esip_codec.gcda", "c_src/esip_codec.gcno"]}.