Date: Sun, 10 Jun 2018 08:13:09 +0000 (UTC) From: Babak Farrokhi <farrokhi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472119 - in head/dns/erlang-idna: . files Message-ID: <201806100813.w5A8D9Xk061702@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: farrokhi Date: Sun Jun 10 08:13:09 2018 New Revision: 472119 URL: https://svnweb.freebsd.org/changeset/ports/472119 Log: dns/erlang-idna: Update to 5.1.2 Modified: head/dns/erlang-idna/Makefile head/dns/erlang-idna/distinfo head/dns/erlang-idna/files/patch-rebar.config Modified: head/dns/erlang-idna/Makefile ============================================================================== --- head/dns/erlang-idna/Makefile Sun Jun 10 08:09:25 2018 (r472118) +++ head/dns/erlang-idna/Makefile Sun Jun 10 08:13:09 2018 (r472119) @@ -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> Modified: head/dns/erlang-idna/distinfo ============================================================================== --- head/dns/erlang-idna/distinfo Sun Jun 10 08:09:25 2018 (r472118) +++ head/dns/erlang-idna/distinfo Sun Jun 10 08:13:09 2018 (r472119) @@ -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 Modified: head/dns/erlang-idna/files/patch-rebar.config ============================================================================== --- head/dns/erlang-idna/files/patch-rebar.config Sun Jun 10 08:09:25 2018 (r472118) +++ head/dns/erlang-idna/files/patch-rebar.config Sun Jun 10 08:13:09 2018 (r472119) @@ -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"}.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806100813.w5A8D9Xk061702>