Date: Thu, 5 Oct 2017 19:33:58 +0000 (UTC) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451341 - in head/lang: erlang erlang-runtime19 Message-ID: <201710051933.v95JXwUa024745@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olgeni Date: Thu Oct 5 19:33:58 2017 New Revision: 451341 URL: https://svnweb.freebsd.org/changeset/ports/451341 Log: Fix a typo and unbreak Erlang 19 ports; my new poudriere test script should really not return 0 on broken ports... Modified: head/lang/erlang-runtime19/Makefile head/lang/erlang/Makefile Modified: head/lang/erlang-runtime19/Makefile ============================================================================== --- head/lang/erlang-runtime19/Makefile Thu Oct 5 19:29:55 2017 (r451340) +++ head/lang/erlang-runtime19/Makefile Thu Oct 5 19:33:58 2017 (r451341) @@ -71,7 +71,7 @@ LDFLAGS+= -L${LOCALBASE}/lib APP_UPGRADE= erts 8.3 8.3.5.3 \ lib/crypto 3.7.3 3.7.4 \ - lib/compiler 7.4.0 7.4.0.1 \ + lib/compiler 7.0.4 7.0.4.1 \ lib/inets 6.3.6 6.3.9 \ lib/ssh 4.4.1 4.4.2 \ lib/ssl 8.1.1 8.1.3 \ Modified: head/lang/erlang/Makefile ============================================================================== --- head/lang/erlang/Makefile Thu Oct 5 19:29:55 2017 (r451340) +++ head/lang/erlang/Makefile Thu Oct 5 19:33:58 2017 (r451341) @@ -77,7 +77,7 @@ LDFLAGS+= -L${LOCALBASE}/lib APP_UPGRADE= erts 8.3 8.3.5.3 \ lib/crypto 3.7.3 3.7.4 \ - lib/compiler 7.4.0 7.4.0.1 \ + lib/compiler 7.0.4 7.0.4.1 \ lib/inets 6.3.6 6.3.9 \ lib/ssh 4.4.1 4.4.2 \ lib/ssl 8.1.1 8.1.3 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710051933.v95JXwUa024745>