Index: branches/2020Q1/devel/erlang-cuttlefish/Makefile =================================================================== --- branches/2020Q1/devel/erlang-cuttlefish/Makefile (revision 522677) +++ branches/2020Q1/devel/erlang-cuttlefish/Makefile (revision 522678) @@ -1,30 +1,26 @@ # $FreeBSD$ PORTNAME= cuttlefish PORTVERSION= 2.0.11 PORTREVISION= 2 CATEGORIES= devel PKGNAMEPREFIX= erlang- MAINTAINER= erlang@FreeBSD.org COMMENT= Configuration library for Erlang LICENSE= APACHE20 -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-01-10 - USES= erlang:rebar USE_GITHUB= yes GH_ACCOUNT= basho REBAR_TARGETS= compile escriptize ERL_BUILD_DEPS= devel/erlang-getopt \ devel/erlang-lager \ devel/erlang-neotoma ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} OPTIONS_DEFINE= DOCS .include Index: branches/2020Q1/devel/erlang-cuttlefish/files/patch-rebar.config =================================================================== --- branches/2020Q1/devel/erlang-cuttlefish/files/patch-rebar.config (revision 522677) +++ branches/2020Q1/devel/erlang-cuttlefish/files/patch-rebar.config (revision 522678) @@ -1,25 +1,25 @@ --- rebar.config.orig 2017-01-04 17:58:38 UTC +++ rebar.config @@ -1,6 +1,6 @@ -{require_otp_vsn, "R16|17|18"}. -+{require_otp_vsn, "R16|17|18|19|20"}. ++{require_otp_vsn, "R16|17|18|19|20|21|22"}. -{erl_opts, [warnings_as_errors, {parse_transform, lager_transform}, debug_info, warn_untyped_record]}. +{erl_opts, [{parse_transform, lager_transform}, debug_info, warn_untyped_record]}. {eunit_opts, [verbose]}. {cover_enabled, true}. @@ -12,12 +12,9 @@ {xref_queries, [{"(XC - UC) || (XU - X - B - \"(rebar.*|mustache)\" : Mod)", []}]}. {deps, [ - {getopt, ".*", {git, "https://github.com/basho/getopt.git", {tag, "v0.8.2"}}}, - {lager, ".*", {git, "https://github.com/basho/lager.git", {tag, "3.2.4"}}}, - {neotoma, ".*", {git, "https://github.com/basho/neotoma.git", {tag, "1.7.4"}}} ]}. {post_hooks, [ {"-win32", compile, "rebar escriptize"}, - {"^((?!-win32).)*$", compile, "./rebar escriptize"} + {"^((?!-win32).)*$", compile, "rebar escriptize"} ]}. Index: branches/2020Q1 =================================================================== --- branches/2020Q1 (revision 522677) +++ branches/2020Q1 (revision 522678) Property changes on: branches/2020Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r522674