Index: head/devel/erlang-jobs/Makefile =================================================================== --- head/devel/erlang-jobs/Makefile (revision 417458) +++ head/devel/erlang-jobs/Makefile (revision 417459) @@ -1,23 +1,23 @@ # $FreeBSD$ PORTNAME= jobs -PORTVERSION= 0.4 +PORTVERSION= 0.5 CATEGORIES= devel PKGNAMEPREFIX= erlang- MAINTAINER= olgeni@FreeBSD.org COMMENT= Job scheduler and load regulation for Erlang USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= uwiger ERL_BUILD_DEPS= devel/erlang-parse_trans ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} ERL_DOCS= doc/* post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} .include Index: head/devel/erlang-jobs/distinfo =================================================================== --- head/devel/erlang-jobs/distinfo (revision 417458) +++ head/devel/erlang-jobs/distinfo (revision 417459) @@ -1,2 +1,3 @@ -SHA256 (uwiger-jobs-0.4_GH0.tar.gz) = 61034a3215c62c69988982599f1fd2e66910548badd450e49220c453809e65d5 -SIZE (uwiger-jobs-0.4_GH0.tar.gz) = 830736 +TIMESTAMP = 1466849228 +SHA256 (uwiger-jobs-0.5_GH0.tar.gz) = 30ea172f42c605d75bef0e58c5eece51def64bbdde9169135e51a92e0639cf59 +SIZE (uwiger-jobs-0.5_GH0.tar.gz) = 831271 Index: head/devel/erlang-jobs/files/patch-rebar.config =================================================================== --- head/devel/erlang-jobs/files/patch-rebar.config (revision 417458) +++ head/devel/erlang-jobs/files/patch-rebar.config (revision 417459) @@ -1,15 +1,20 @@ ---- rebar.config.orig 2016-02-10 21:35:23 UTC +--- rebar.config.orig 2016-06-24 23:50:49 UTC +++ rebar.config -@@ -8,12 +8,6 @@ +@@ -8,8 +8,6 @@ {clean_files, ["*~","*/*~","*/*.xfm","test/*.beam"]}. {deps, [ -- {meck, ".*", -- {git, "git://github.com/eproxus/meck.git", "0.8.2"}}, - {parse_trans, ".*", -- {git, "git://github.com/uwiger/parse_trans.git", "2.8"}}, -- {edown, ".*", -- {git, "git://github.com/uwiger/edown.git", "0.5"}} +- {git, "git://github.com/uwiger/parse_trans.git", {tag, "3.0"}}} ]}. - {edoc_opts, [{doclet, edown_doclet}, + {profiles, +@@ -30,8 +28,6 @@ + [ + {deps, + [ +- {meck, ".*", +- {git, "git://github.com/eproxus/meck.git", "0.8.2"}} + ]} + ]} + ]}.