summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2017-03-30 14:35:30 +0000
committerfhajny <fhajny@pkgsrc.org>2017-03-30 14:35:30 +0000
commit79932a1983bc4c2d999b5d2df5e344f593ae4af0 (patch)
treeda22786eaa95ac15022eeaa0ef358e20c22745c5 /net
parent29ce9d62adc60ff05bbcdf43d1ddec4c88564e62 (diff)
downloadpkgsrc-79932a1983bc4c2d999b5d2df5e344f593ae4af0.tar.gz
Update net/erlang-esip to 1.0.11.
- Remove calls to erlang:now() - Update rebar.config.script - Update dependencies
Diffstat (limited to 'net')
-rw-r--r--net/erlang-esip/Makefile12
-rw-r--r--net/erlang-esip/distinfo12
-rw-r--r--net/erlang-esip/patches/patch-rebar.config17
3 files changed, 16 insertions, 25 deletions
diff --git a/net/erlang-esip/Makefile b/net/erlang-esip/Makefile
index 15cfe036053..1d1e691f444 100644
--- a/net/erlang-esip/Makefile
+++ b/net/erlang-esip/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2017/01/03 18:33:32 fhajny Exp $
+# $NetBSD: Makefile,v 1.5 2017/03/30 14:35:30 fhajny Exp $
-DISTNAME= esip-1.0.10
+DISTNAME= esip-1.0.11
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.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
+DEPENDS+= erlang-stun>=1.0.10:../../net/erlang-stun
+DEPENDS+= erlang-fast_tls>=1.0.11:../../security/erlang-fast_tls
+DEPENDS+= erlang-p1_utils>=1.0.7:../../misc/erlang-p1_utils
GITHUB_PROJECT= esip
@@ -23,5 +23,7 @@ SUBST_FILES.path= rebar.config
SUBST_MESSAGE.path= Fixing include path
SUBST_VARS.path= LOCALBASE
+MAKE_ENV+= USE_GLOBAL_DEPS=true
+
.include "../../lang/erlang/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/erlang-esip/distinfo b/net/erlang-esip/distinfo
index 4e00e8418e4..17d0f7eb083 100644
--- a/net/erlang-esip/distinfo
+++ b/net/erlang-esip/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2017/01/03 18:33:32 fhajny Exp $
+$NetBSD: distinfo,v 1.5 2017/03/30 14:35:30 fhajny Exp $
-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
+SHA1 (esip-1.0.11.tar.gz) = ef9139c84158fafd6b7a19f6d0b61841cc6f6a42
+RMD160 (esip-1.0.11.tar.gz) = df95e311a95c45ecd21f525734898465a7236505
+SHA512 (esip-1.0.11.tar.gz) = b62f99b9a9e160e2303a28dab3133c15ce25eae067e3dc16d64c9d60640fd7d5b1b7f69742fc2b94bd6993402ef618454e771ef76dea1ccf24c9ee708f59771f
+Size (esip-1.0.11.tar.gz) = 84816 bytes
+SHA1 (patch-rebar.config) = 5be1d018e6ce92e5f3a74b51459582fc19adbbdd
diff --git a/net/erlang-esip/patches/patch-rebar.config b/net/erlang-esip/patches/patch-rebar.config
index 8148306ec6f..a93fd9d4233 100644
--- a/net/erlang-esip/patches/patch-rebar.config
+++ b/net/erlang-esip/patches/patch-rebar.config
@@ -1,11 +1,10 @@
-$NetBSD: patch-rebar.config,v 1.4 2017/01/03 18:33:32 fhajny Exp $
+$NetBSD: patch-rebar.config,v 1.5 2017/03/30 14:35:30 fhajny Exp $
-Deps are handled by pkgsrc.
Look up stun includes properly.
---- rebar.config.orig 2016-02-03 11:19:15.000000000 +0000
+--- rebar.config.orig 2017-03-22 08:49:44.000000000 +0000
+++ rebar.config
-@@ -22,17 +22,13 @@
+@@ -22,7 +22,7 @@
{erl_opts, [debug_info, {src_dirs, ["src"]},
{i, "include"},
@@ -14,13 +13,3 @@ Look up stun includes properly.
{i, "../stun/include"}]}.
{port_env, [{"CFLAGS", "$CFLAGS"}, {"LDFLAGS", "$LDFLAGS"}]}.
-
- {port_specs, [{"priv/lib/esip_drv.so", ["c_src/esip_codec.c"]}]}.
-
--{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"]}.
-
- {cover_enabled, true}.