Date: Thu, 10 Nov 2016 11:33:52 +0000 (UTC) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425842 - head/devel/erlang-backoff/files Message-ID: <201611101133.uAABXqSH018399@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olgeni Date: Thu Nov 10 11:33:52 2016 New Revision: 425842 URL: https://svnweb.freebsd.org/changeset/ports/425842 Log: devel/erlang-backoff: do not try to download the rebar3_proper plugin in build phase. Added: head/devel/erlang-backoff/files/ head/devel/erlang-backoff/files/patch-rebar.config (contents, props changed) Added: head/devel/erlang-backoff/files/patch-rebar.config ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/erlang-backoff/files/patch-rebar.config Thu Nov 10 11:33:52 2016 (r425842) @@ -0,0 +1,10 @@ +--- rebar.config.orig 2016-11-10 11:19:16 UTC ++++ rebar.config +@@ -3,7 +3,6 @@ + ]}. + + {plugins, [ +- {rebar3_proper, "0.5.0"} + ]}. + + {profiles, [
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611101133.uAABXqSH018399>