head 1.3; access; symbols pkgsrc-2016Q1:1.2.0.2 pkgsrc-2016Q1-base:1.2 pkgsrc-2015Q4:1.1.0.2 pkgsrc-2015Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2016.04.25.20.37.16; author fhajny; state dead; branches; next 1.2; commitid ALfKVeuTKuCi634z; 1.2 date 2016.01.16.18.46.30; author fhajny; state Exp; branches; next 1.1; commitid DTC97l7VKpRMHbRy; 1.1 date 2015.11.04.13.45.45; author fhajny; state Exp; branches; next ; commitid 3VH7dLqbWt8eiMHy; desc @@ 1.3 log @Remove superseded ejabberd dependencies (Erlang modules). @ text @$NetBSD: patch-rebar.config,v 1.2 2016/01/16 18:46:30 fhajny Exp $ Deps are handled by pkgsrc. Look up p1_stun includes properly. --- rebar.config.orig 2016-01-05 14:09:44.000000000 +0000 +++ rebar.config @@@@ -1,11 +1,7 @@@@ {erl_opts, [{i, "include"}, - {i, "deps/p1_stun/include"}, + {i, "@@LOCALBASE@@/lib/erlang/lib/p1_stun/include"}, {i, "../p1_stun/include"}]}. -{deps, [{p1_stun, ".*", {git, "https://github.com/processone/stun", {tag, "0.9.0"}}}, - {p1_tls, ".*", {git, "https://github.com/processone/tls", {tag, "1.0.0"}}}, - {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.2"}}}]}. - %% Local Variables: %% mode: erlang %% End: @ 1.2 log @Update net/erlang-p1_sip to 1.0.0 Change to use erlang/module.mk. No upstream changes. @ text @d1 1 a1 1 $NetBSD: patch-rebar.config,v 1.1 2015/11/04 13:45:45 fhajny Exp $ @ 1.1 log @Import 20 Erlang module packages that will work as dependencies in the ejabberd 15.10 update that follows. @ text @d1 1 a1 1 $NetBSD$ d6 1 a6 1 --- rebar.config.orig 2015-07-22 08:42:22.000000000 +0000 d14 3 a16 3 -{deps, [{p1_stun, ".*", {git, "https://github.com/processone/stun"}}, - {p1_tls, ".*", {git, "https://github.com/processone/tls"}}, - {p1_utils, ".*", {git, "https://github.com/processone/p1_utils"}}]}. @