Index: head/devel/erlang-clique/Makefile =================================================================== --- head/devel/erlang-clique/Makefile (revision 397751) +++ head/devel/erlang-clique/Makefile (revision 397752) @@ -1,20 +1,20 @@ # $FreeBSD$ PORTNAME= clique -PORTVERSION= 0.3.3 +PORTVERSION= 0.3.4 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 397751) +++ head/devel/erlang-clique/distinfo (revision 397752) @@ -1,2 +1,2 @@ -SHA256 (basho-clique-0.3.3_GH0.tar.gz) = ddb3143c9af81a1db2d9b25db296ebdfa6407787dd36a5b3b590b5f3829cd123 -SIZE (basho-clique-0.3.3_GH0.tar.gz) = 179260 +SHA256 (basho-clique-0.3.4_GH0.tar.gz) = 8c85bcf443a8b0770b0ff9e5041c54e08e1e51e5e277fcf349e5bf201e863e40 +SIZE (basho-clique-0.3.4_GH0.tar.gz) = 179474 Index: head/devel/erlang-clique/files/patch-src_clique.app.src =================================================================== --- head/devel/erlang-clique/files/patch-src_clique.app.src (revision 397751) +++ head/devel/erlang-clique/files/patch-src_clique.app.src (nonexistent) @@ -1,12 +0,0 @@ ---- src/clique.app.src.orig 2015-08-25 22:19:10 UTC -+++ src/clique.app.src -@@ -7,8 +7,7 @@ - {applications, [ - kernel, - stdlib, -- cuttlefish, -- webmachine -+ cuttlefish - ]}, - {mod, {clique_app, []}}, - {env, []} Property changes on: head/devel/erlang-clique/files/patch-src_clique.app.src ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/erlang-clique/files/patch-rebar.config =================================================================== --- head/devel/erlang-clique/files/patch-rebar.config (revision 397751) +++ head/devel/erlang-clique/files/patch-rebar.config (revision 397752) @@ -1,9 +1,8 @@ ---- rebar.config.orig 2015-08-25 22:18:46 UTC +--- rebar.config.orig 2015-09-24 19:06:45 UTC +++ rebar.config -@@ -12,6 +12,4 @@ +@@ -12,5 +12,4 @@ ]}. {deps, [ -- {cuttlefish, "2.0.4", {git, "git://github.com/basho/cuttlefish.git", {tag, "2.0.4"}}}, -- {webmachine, "1.10.8", {git, "git://github.com/basho/webmachine.git", {tag, "1.10.8"}}} +- {cuttlefish, ".*", {git, "git://github.com/basho/cuttlefish.git", {branch, "develop"}}} ]}.