Index: head/devel/erlang-bbmustache/Makefile =================================================================== --- head/devel/erlang-bbmustache/Makefile (revision 420914) +++ head/devel/erlang-bbmustache/Makefile (revision 420915) @@ -1,18 +1,18 @@ # $FreeBSD$ PORTNAME= bbmustache -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= erlang- MAINTAINER= olgeni@FreeBSD.org COMMENT= Mustache template engine for Erlang LICENSE= MIT USES= erlang:rebar3 USE_GITHUB= yes GH_ACCOUNT= soranoba .include Index: head/devel/erlang-bbmustache/distinfo =================================================================== --- head/devel/erlang-bbmustache/distinfo (revision 420914) +++ head/devel/erlang-bbmustache/distinfo (revision 420915) @@ -1,2 +1,3 @@ -SHA256 (soranoba-bbmustache-v1.1.0_GH0.tar.gz) = 9a10cb2734c2316ba2959475b81a75618f10cc36cf8ca90bd6bf8015861fb1bc -SIZE (soranoba-bbmustache-v1.1.0_GH0.tar.gz) = 796187 +TIMESTAMP = 1472215732 +SHA256 (soranoba-bbmustache-v1.2.0_GH0.tar.gz) = 9568347a77c45bcdc2dd4d7d969099627e8803e5db8d59430e5dea7935e572a8 +SIZE (soranoba-bbmustache-v1.2.0_GH0.tar.gz) = 739007 Index: head/devel/erlang-bbmustache/files/patch-rebar.config =================================================================== --- head/devel/erlang-bbmustache/files/patch-rebar.config (revision 420914) +++ head/devel/erlang-bbmustache/files/patch-rebar.config (revision 420915) @@ -1,11 +1,22 @@ ---- rebar.config.orig 2015-06-28 16:44:38 UTC +--- rebar.config.orig 2016-08-26 12:49:57 UTC +++ rebar.config -@@ -42,8 +42,6 @@ +@@ -29,19 +29,15 @@ + {profiles, [{test, [{erl_opts, [export_all]}, + {deps, + [ +- {jsone, "1.2.6"}, +- {mustache_spec, ".*", {git, "git://github.com/soranoba/spec.git", {tag, "v1.1.3-erl"}}} + ]}, + {plugins, [rebar3_raw_deps]} ]}, {dev, [{deps, [ -- {reloader, ".*", {git, "git://github.com/mykook/reloader.git", {branch, "master"}}}, -- {edown, ".*", {git, "git://github.com/uwiger/edown.git", {branch, "master"}}} +- {edown, ".*", {git, "git://github.com/uwiger/edown.git", {branch, "master"}}} ]} - ]} + ]}, + {bench, [{deps, + [ +- {mustache, ".*", {git, "git://github.com/mojombo/mustache.erl", {tag, "v0.1.1"}}} + ]} + ]} ]}.