aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBabak Farrokhi <farrokhi@FreeBSD.org>2018-06-10 08:13:09 +0000
committerBabak Farrokhi <farrokhi@FreeBSD.org>2018-06-10 08:13:09 +0000
commit7dae72a43872ca63a6790e8328ea8001dce36a6b (patch)
tree373215387141556d9f285b10209b0a66c3718cdb
parent95bef6223efd19cc05de65d2e14b7f222d6935f1 (diff)
downloadports-7dae72a43872ca63a6790e8328ea8001dce36a6b.tar.gz
ports-7dae72a43872ca63a6790e8328ea8001dce36a6b.zip
dns/erlang-idna: Update to 5.1.2
Notes
Notes: svn path=/head/; revision=472119
-rw-r--r--dns/erlang-idna/Makefile8
-rw-r--r--dns/erlang-idna/distinfo6
-rw-r--r--dns/erlang-idna/files/patch-rebar.config8
3 files changed, 10 insertions, 12 deletions
diff --git a/dns/erlang-idna/Makefile b/dns/erlang-idna/Makefile
index 51fdb7a15515..045c696c2288 100644
--- a/dns/erlang-idna/Makefile
+++ b/dns/erlang-idna/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= idna
-PORTVERSION= 5.0.2
+PORTVERSION= 5.1.2
CATEGORIES= dns
PKGNAMEPREFIX= erlang-
@@ -10,12 +10,12 @@ COMMENT= IDNA implementation in pure Erlang
LICENSE= MIT
-USES= erlang:rebar
+USES= erlang:rebar3
USE_GITHUB= yes
GH_ACCOUNT= benoitc
GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME}
-ERL_BUILD_DEPS= devel/erlang-unicode_util_compat
-ERL_RUN_DEPS:= ${ERL_BUILD_DEPS}
+ERL_BUILD_DEPS= devel/erlang-unicode_util_compat
+ERL_RUN_DEPS:= ${ERL_BUILD_DEPS}
.include <bsd.port.mk>
diff --git a/dns/erlang-idna/distinfo b/dns/erlang-idna/distinfo
index 0c10b65a1268..db89173979e2 100644
--- a/dns/erlang-idna/distinfo
+++ b/dns/erlang-idna/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495987341
-SHA256 (benoitc-erlang-idna-5.0.2_GH0.tar.gz) = 2a9f491388dcaf74be4aa03554d964cb8200ee8a0b0c030454be20bf62625053
-SIZE (benoitc-erlang-idna-5.0.2_GH0.tar.gz) = 8826
+TIMESTAMP = 1528566986
+SHA256 (benoitc-erlang-idna-5.1.2_GH0.tar.gz) = e420e98eb386b79349658cbcf0dc68c8d3cfb0ad7c8a6a6b35b607fc8e1e899d
+SIZE (benoitc-erlang-idna-5.1.2_GH0.tar.gz) = 9059
diff --git a/dns/erlang-idna/files/patch-rebar.config b/dns/erlang-idna/files/patch-rebar.config
index 0fe96a10bd78..bc5c7a30ffbd 100644
--- a/dns/erlang-idna/files/patch-rebar.config
+++ b/dns/erlang-idna/files/patch-rebar.config
@@ -1,9 +1,7 @@
---- rebar.config.orig 2017-05-28 07:40:29 UTC
+--- rebar.config.orig 2018-06-09 08:28:58 UTC
+++ rebar.config
-@@ -1,5 +1,5 @@
+@@ -1,3 +1,3 @@
{erl_opts, []}.
--{deps, [{unicode_util_compat, "0.2.0"}]}.
+-{deps, [{unicode_util_compat, "0.3.1"}]}.
+{deps, []}.
-
- {minimum_otp_vsn, "18.0"}.