svn commit: r522674 - in head/devel/erlang-cuttlefish: . files

Rene Ladan rene at FreeBSD.org
Sat Jan 11 10:50:38 UTC 2020


Author: rene
Date: Sat Jan 11 10:50:37 2020
New Revision: 522674
URL: https://svnweb.freebsd.org/changeset/ports/522674

Log:
  erlang/cuttlefish: fix build
  
  PR:		238279 [1]
  PR:		238676 [2]
  Submitted by:	fbsdports at westryn.net [1]
  Submitted by:	dewayne at heuristicsystems.com.au [2]
  MFH:		2020Q1

Modified:
  head/devel/erlang-cuttlefish/Makefile
  head/devel/erlang-cuttlefish/files/patch-rebar.config

Modified: head/devel/erlang-cuttlefish/Makefile
==============================================================================
--- head/devel/erlang-cuttlefish/Makefile	Sat Jan 11 10:43:31 2020	(r522673)
+++ head/devel/erlang-cuttlefish/Makefile	Sat Jan 11 10:50:37 2020	(r522674)
@@ -11,10 +11,6 @@ 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

Modified: head/devel/erlang-cuttlefish/files/patch-rebar.config
==============================================================================
--- head/devel/erlang-cuttlefish/files/patch-rebar.config	Sat Jan 11 10:43:31 2020	(r522673)
+++ head/devel/erlang-cuttlefish/files/patch-rebar.config	Sat Jan 11 10:50:37 2020	(r522674)
@@ -2,7 +2,7 @@
 +++ 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]}.


More information about the svn-ports-all mailing list