From owner-svn-ports-all@freebsd.org Sat Jan 11 11:57:19 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B10992270B8; Sat, 11 Jan 2020 11:57:19 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47vyyR4HjNz3ylB; Sat, 11 Jan 2020 11:57:19 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8EA03258E; Sat, 11 Jan 2020 11:57:19 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00BBvJwS090604; Sat, 11 Jan 2020 11:57:19 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00BBvJL6090602; Sat, 11 Jan 2020 11:57:19 GMT (envelope-from rene@FreeBSD.org) Message-Id: <202001111157.00BBvJL6090602@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sat, 11 Jan 2020 11:57:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r522678 - in branches/2020Q1/devel/erlang-cuttlefish: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in branches/2020Q1/devel/erlang-cuttlefish: . files X-SVN-Commit-Revision: 522678 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jan 2020 11:57:19 -0000 Author: rene Date: Sat Jan 11 11:57:18 2020 New Revision: 522678 URL: https://svnweb.freebsd.org/changeset/ports/522678 Log: MFH: r522674 erlang/cuttlefish: fix build PR: 238279 [1] PR: 238676 [2] Submitted by: fbsdports@westryn.net [1] Submitted by: dewayne@heuristicsystems.com.au [2] Approved by: ports-secteam (joneum) Modified: branches/2020Q1/devel/erlang-cuttlefish/Makefile branches/2020Q1/devel/erlang-cuttlefish/files/patch-rebar.config Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/devel/erlang-cuttlefish/Makefile ============================================================================== --- branches/2020Q1/devel/erlang-cuttlefish/Makefile Sat Jan 11 11:29:03 2020 (r522677) +++ branches/2020Q1/devel/erlang-cuttlefish/Makefile Sat Jan 11 11:57:18 2020 (r522678) @@ -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: branches/2020Q1/devel/erlang-cuttlefish/files/patch-rebar.config ============================================================================== --- branches/2020Q1/devel/erlang-cuttlefish/files/patch-rebar.config Sat Jan 11 11:29:03 2020 (r522677) +++ branches/2020Q1/devel/erlang-cuttlefish/files/patch-rebar.config Sat Jan 11 11:57:18 2020 (r522678) @@ -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]}.