Index: head/devel/erlang-clique/Makefile =================================================================== --- head/devel/erlang-clique/Makefile (revision 435409) +++ head/devel/erlang-clique/Makefile (revision 435410) @@ -1,20 +1,20 @@ # $FreeBSD$ PORTNAME= clique -PORTVERSION= 0.3.8 +PORTVERSION= 0.3.9 CATEGORIES= devel PKGNAMEPREFIX= erlang- MAINTAINER= olgeni@FreeBSD.org COMMENT= CLI Framework for Erlang LICENSE= APACHE20 USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= basho ERL_BUILD_DEPS= devel/erlang-cuttlefish ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} .include Index: head/devel/erlang-clique/distinfo =================================================================== --- head/devel/erlang-clique/distinfo (revision 435409) +++ head/devel/erlang-clique/distinfo (revision 435410) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476383201 -SHA256 (basho-clique-0.3.8_GH0.tar.gz) = de24dc9de6ebe377777f85f0697f7559bab500a04f5bc5f6800985d265139c71 -SIZE (basho-clique-0.3.8_GH0.tar.gz) = 180489 +TIMESTAMP = 1488629088 +SHA256 (basho-clique-0.3.9_GH0.tar.gz) = 96ab8c01692c181e0f1906a76f1cb88ab2ae8429ada8aab893e8c8fcb75f936f +SIZE (basho-clique-0.3.9_GH0.tar.gz) = 180479 Index: head/devel/erlang-clique/files/patch-rebar.config =================================================================== --- head/devel/erlang-clique/files/patch-rebar.config (revision 435409) +++ head/devel/erlang-clique/files/patch-rebar.config (revision 435410) @@ -1,8 +1,8 @@ ---- rebar.config.orig 2016-10-13 18:43:11 UTC +--- rebar.config.orig 2017-03-04 14:20:44 UTC +++ rebar.config @@ -12,5 +12,4 @@ ]}. {deps, [ -- {cuttlefish, ".*", {git, "https://github.com/basho/cuttlefish.git", {tag, "2.0.10"}}} +- {cuttlefish, ".*", {git, "https://github.com/basho/cuttlefish.git", {tag, "2.0.11"}}} ]}.