Update Erlang ports to version 19.0.6.

Remove GCC option: clang works just fine, and using gcc on FreeBSD
gives a few errors (and seems to be mostly untested upstream).
This commit is contained in:
Jimmy Olgeni
2016-09-14 13:02:56 +00:00
parent b5030313c7
commit 1bf1c43996
8 changed files with 28 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= erlang
PORTVERSION= 19.0.5
PORTVERSION= 19.0.6
CATEGORIES= lang parallel java
MASTER_SITES= http://www.erlang.org/download/:erlangorg \
http://erlang.stacken.kth.se/download/:erlangorg \
@@ -15,7 +15,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \
LOCAL/olgeni
PATCHFILES= patch-otp-19.0.1 patch-otp-19.0.2 patch-otp-19.0.3 \
patch-otp-19.0.4 patch-otp-19.0.5
patch-otp-19.0.4 patch-otp-19.0.5 patch-otp-19.0.6
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Erlang interface for Java