svn commit: r451341 - in head/lang: erlang erlang-runtime19
Jimmy Olgeni
olgeni at FreeBSD.org
Thu Oct 5 19:34:00 UTC 2017
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 \
More information about the svn-ports-head
mailing list