Index: head/devel/erlang-jobs/Makefile =================================================================== --- head/devel/erlang-jobs/Makefile (revision 408662) +++ head/devel/erlang-jobs/Makefile (revision 408663) @@ -1,24 +1,23 @@ # $FreeBSD$ PORTNAME= jobs -PORTVERSION= 0.3 -PORTREVISION= 1 +PORTVERSION= 0.4 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 408662) +++ head/devel/erlang-jobs/distinfo (revision 408663) @@ -1,2 +1,2 @@ -SHA256 (uwiger-jobs-0.3_GH0.tar.gz) = 764d4abf539099e06ecbcf44e212b8e896203982765ee7c41dfe6e6908ae2e56 -SIZE (uwiger-jobs-0.3_GH0.tar.gz) = 819804 +SHA256 (uwiger-jobs-0.4_GH0.tar.gz) = 61034a3215c62c69988982599f1fd2e66910548badd450e49220c453809e65d5 +SIZE (uwiger-jobs-0.4_GH0.tar.gz) = 830736 Index: head/devel/erlang-jobs/files/patch-rebar.config =================================================================== --- head/devel/erlang-jobs/files/patch-rebar.config (revision 408662) +++ head/devel/erlang-jobs/files/patch-rebar.config (revision 408663) @@ -1,15 +1,15 @@ ---- rebar.config.orig 2015-06-30 20:26:49 UTC +--- rebar.config.orig 2016-02-10 21:35:23 UTC +++ rebar.config @@ -8,12 +8,6 @@ {clean_files, ["*~","*/*~","*/*.xfm","test/*.beam"]}. {deps, [ - {meck, ".*", -- {git, "git://github.com/eproxus/meck.git", "0.7.2"}}, +- {git, "git://github.com/eproxus/meck.git", "0.8.2"}}, - {parse_trans, ".*", -- {git, "git://github.com/esl/parse_trans.git", "2.8"}}, +- {git, "git://github.com/uwiger/parse_trans.git", "2.8"}}, - {edown, ".*", -- {git, "git://github.com/esl/edown.git", "0.4"}} +- {git, "git://github.com/uwiger/edown.git", "0.5"}} ]}. {edoc_opts, [{doclet, edown_doclet},