diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-10-05 19:33:58 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-10-05 19:33:58 +0000 |
commit | 0164da18d967f82bcddb188d7e95ac8ee86d8152 (patch) | |
tree | 1fdc7d11086d0fd371473e667e66d6044cf4d909 /lang | |
parent | a0be22fb8d43ee42f27406095a340a5b2fa9a332 (diff) | |
download | freebsd-ports-0164da18d967f82bcddb188d7e95ac8ee86d8152.zip |
Fix a typo and unbreak Erlang 19 ports; my new poudriere test script should
really not return 0 on broken ports...
Diffstat (limited to 'lang')
-rw-r--r-- | lang/erlang-runtime19/Makefile | 2 | ||||
-rw-r--r-- | lang/erlang/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/erlang-runtime19/Makefile b/lang/erlang-runtime19/Makefile index 1d2fbf9f66e3..610fcb9d7a4e 100644 --- a/lang/erlang-runtime19/Makefile +++ b/lang/erlang-runtime19/Makefile @@ -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 \ diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index 523e99c2f519..8867272a4da0 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -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 \ |