svn commit: r468536 - in head/devel/erlang-backoff: . files
Jimmy Olgeni
olgeni at FreeBSD.org
Sat Apr 28 11:08:34 UTC 2018
Author: olgeni
Date: Sat Apr 28 11:08:33 2018
New Revision: 468536
URL: https://svnweb.freebsd.org/changeset/ports/468536
Log:
Update devel/erlang-backoff to version 1.1.5.
Modified:
head/devel/erlang-backoff/Makefile
head/devel/erlang-backoff/distinfo
head/devel/erlang-backoff/files/patch-rebar.config
Modified: head/devel/erlang-backoff/Makefile
==============================================================================
--- head/devel/erlang-backoff/Makefile Sat Apr 28 10:37:59 2018 (r468535)
+++ head/devel/erlang-backoff/Makefile Sat Apr 28 11:08:33 2018 (r468536)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= backoff
-PORTVERSION= 1.1.4
+PORTVERSION= 1.1.5
CATEGORIES= devel
PKGNAMEPREFIX= erlang-
Modified: head/devel/erlang-backoff/distinfo
==============================================================================
--- head/devel/erlang-backoff/distinfo Sat Apr 28 10:37:59 2018 (r468535)
+++ head/devel/erlang-backoff/distinfo Sat Apr 28 11:08:33 2018 (r468536)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1518616995
-SHA256 (ferd-backoff-1.1.4_GH0.tar.gz) = daa60d8c779678597c61794c0e2882bb1b3deaececccead1dcd11c970de0590b
-SIZE (ferd-backoff-1.1.4_GH0.tar.gz) = 6646
+TIMESTAMP = 1524903918
+SHA256 (ferd-backoff-1.1.5_GH0.tar.gz) = 69ce0df835a4737bf20594d237690979a0ad59be6b87569b51ffd0ee85587231
+SIZE (ferd-backoff-1.1.5_GH0.tar.gz) = 6687
Modified: head/devel/erlang-backoff/files/patch-rebar.config
==============================================================================
--- head/devel/erlang-backoff/files/patch-rebar.config Sat Apr 28 10:37:59 2018 (r468535)
+++ head/devel/erlang-backoff/files/patch-rebar.config Sat Apr 28 11:08:33 2018 (r468536)
@@ -1,10 +1,13 @@
---- rebar.config.orig 2018-02-14 14:05:45 UTC
+--- rebar.config.orig 2018-04-28 10:59:43 UTC
+++ rebar.config
-@@ -3,7 +3,6 @@
- ]}.
-
- {plugins, [
-- {rebar3_proper, "0.8.0"}
- ]}.
-
+@@ -5,10 +5,8 @@
{profiles, [
+ {test, [
+ {plugins, [
+- {rebar3_proper, "0.9.0"}
+ ]},
+ {deps, [
+- {proper, "1.2.0"}
+ ]}
+ ]}
+ ]}.
More information about the svn-ports-all
mailing list