Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jul 2014 07:17:37 +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: r362521 - in head/lang/erlang: . files
Message-ID:  <201407220717.s6M7HbMa021345@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Tue Jul 22 07:17:36 2014
New Revision: 362521
URL: http://svnweb.freebsd.org/changeset/ports/362521
QAT: https://qat.redports.org/buildarchive/r362521/

Log:
  Upgrade to version 17.1.

Deleted:
  head/lang/erlang/files/patch-lib_et_src_et__gs__contents__viewer.erl
  head/lang/erlang/files/patch-lib_et_src_et__gs__viewer.erl
  head/lang/erlang/files/patch-lib_gs_src_tool__utils.erl
Modified:
  head/lang/erlang/Makefile
  head/lang/erlang/distinfo

Modified: head/lang/erlang/Makefile
==============================================================================
--- head/lang/erlang/Makefile	Tue Jul 22 06:34:44 2014	(r362520)
+++ head/lang/erlang/Makefile	Tue Jul 22 07:17:36 2014	(r362521)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	erlang
-PORTVERSION=	16.b.03.1
+PORTVERSION=	17.1
 PORTEPOCH=	3
 CATEGORIES=	lang parallel java
 MASTER_SITES=	http://www.erlang.org/download/:erlangorg		\
@@ -42,19 +42,19 @@ SCTP_DESC=	Enable SCTP support
 SMP_DESC=	Enable SMP support
 WX_DESC=	Enable WX application
 GS_DESC=	Enable GS application (deprecated)
-DTRACE_DESC=	Enable DTrace support (experimental)
+DTRACE_DESC=	Enable DTrace support
 
 OPTIONS_DEFAULT=SMP OPENSSL THREADS SCTP KQUEUE
 
-ERL_RELEASE=	R${PORTVERSION:S/.//g:tu:S/1$/-1/}
+ERL_RELEASE=	${PORTVERSION}
 
 USES=		gmake perl5
 USE_RC_SUBR=	epmd
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-EI_VSN=		3.7.15
-TOOLS_VSN=	2.6.13
+EI_VSN=		3.7.17
+TOOLS_VSN=	2.6.15
 
 .include <bsd.port.options.mk>
 
@@ -77,9 +77,11 @@ DOC_DISTFILES=	armstrong_thesis_2003.pdf
 # probes fixed does not match the number of defined probes (54 != 132,
 # respectively)" you probably misconfigured DTrace in some way.
 
+.if ${OSVERSION} < 1000000
 .if ${ARCH} == "amd64" && ${PORT_OPTIONS:MDTRACE} && ! ${PORT_OPTIONS:MGCC}
 IGNORE=		DTRACE support on amd64 requires GCC option
 .endif
+.endif
 
 .if ${PORT_OPTIONS:MGCC}
 USE_GCC?=	yes
@@ -178,7 +180,6 @@ MAKE_ARGS+=	ARCH=x86
 post-patch:
 	@${ECHO_CMD} "MANPATH ${PREFIX}/lib/erlang/man" > ${WRKDIR}/erlang.conf
 
-
 post-install:
 	${INSTALL_DATA} ${WRKDIR}/erlang.conf ${STAGEDIR}${PREFIX}/etc/man.d/erlang.conf
 	${LN} -sf ../lib/${ERLANG_LIB}/lib/erl_interface-${EI_VSN}/bin/erl_call ${STAGEDIR}${PREFIX}/bin/erl_call

Modified: head/lang/erlang/distinfo
==============================================================================
--- head/lang/erlang/distinfo	Tue Jul 22 06:34:44 2014	(r362520)
+++ head/lang/erlang/distinfo	Tue Jul 22 07:17:36 2014	(r362521)
@@ -1,9 +1,9 @@
-SHA256 (erlang/otp_src_R16B03-1.tar.gz) = 17ce53459bc5ceb34fc2da412e15ac8c23835a15fbd84e62c8d1852704747ee7
-SIZE (erlang/otp_src_R16B03-1.tar.gz) = 66253556
-SHA256 (erlang/otp_doc_man_R16B03-1.tar.gz) = 0f31bc7d7215aa4b6834b1a565cd7d6e3173e3b392fb870254bae5136499c39d
-SIZE (erlang/otp_doc_man_R16B03-1.tar.gz) = 1322516
-SHA256 (erlang/otp_doc_html_R16B03-1.tar.gz) = 5381d4ffe654e3e943f004e2b91870bd83f0e46e261bb405c1cdf7de81bc0507
-SIZE (erlang/otp_doc_html_R16B03-1.tar.gz) = 33294165
+SHA256 (erlang/otp_src_17.1.tar.gz) = b806f5b2b5cc2d0c0d5dd1a65657c21c10dc3a0535ef60adecdac9cd73b9c356
+SIZE (erlang/otp_src_17.1.tar.gz) = 66912681
+SHA256 (erlang/otp_doc_man_17.1.tar.gz) = 4a230277f135e3730593e7bffdd5ca92596568340f02a5b3134f1d083b34eaab
+SIZE (erlang/otp_doc_man_17.1.tar.gz) = 1354653
+SHA256 (erlang/otp_doc_html_17.1.tar.gz) = 1f73751e32c63c86d11e0de9f8525b84287284970a73dcb9581f51e8770735be
+SIZE (erlang/otp_doc_html_17.1.tar.gz) = 33412455
 SHA256 (erlang/armstrong_thesis_2003.pdf) = da585b914eb07350e2d6f727db5eb0fb1551f49fc1270f7d4dc079f2c8c1ab7a
 SIZE (erlang/armstrong_thesis_2003.pdf) = 859249
 SHA256 (erlang/bjarnelic.pdf) = 9544d4af5cea324e5c9cf77e670d9561ad61ddc240cdb5c2afecebc0a3d7429b



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407220717.s6M7HbMa021345>