diff options
author | olgeni <olgeni@FreeBSD.org> | 2017-10-06 03:33:58 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2017-10-06 03:33:58 +0800 |
commit | 7e9ff2db556bebffdcd7074b7b7e3ba0ba2a4845 (patch) | |
tree | 1fdc7d11086d0fd371473e667e66d6044cf4d909 /lang | |
parent | 02ccba60d88035fba6b9beb39c3e5c2a54db0369 (diff) | |
download | freebsd-ports-gnome-7e9ff2db556bebffdcd7074b7b7e3ba0ba2a4845.tar.gz freebsd-ports-gnome-7e9ff2db556bebffdcd7074b7b7e3ba0ba2a4845.tar.zst freebsd-ports-gnome-7e9ff2db556bebffdcd7074b7b7e3ba0ba2a4845.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 \ |