From owner-svn-ports-all@freebsd.org Sun Aug 7 12:21:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34D88BAFE8E; Sun, 7 Aug 2016 12:21:08 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05AD31891; Sun, 7 Aug 2016 12:21:07 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u77CL7Q6019840; Sun, 7 Aug 2016 12:21:07 GMT (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u77CL78g019838; Sun, 7 Aug 2016 12:21:07 GMT (envelope-from olgeni@FreeBSD.org) Message-Id: <201608071221.u77CL78g019838@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olgeni set sender to olgeni@FreeBSD.org using -f From: Jimmy Olgeni Date: Sun, 7 Aug 2016 12:21:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419776 - in head/lang: erlang-runtime17 erlang-runtime18 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Aug 2016 12:21:08 -0000 Author: olgeni Date: Sun Aug 7 12:21:06 2016 New Revision: 419776 URL: https://svnweb.freebsd.org/changeset/ports/419776 Log: Fix Erlang version number and format in runtime ports. Modified: head/lang/erlang-runtime17/pkg-descr (contents, props changed) head/lang/erlang-runtime18/pkg-descr (contents, props changed) Modified: head/lang/erlang-runtime17/pkg-descr ============================================================================== --- head/lang/erlang-runtime17/pkg-descr Sun Aug 7 12:14:30 2016 (r419775) +++ head/lang/erlang-runtime17/pkg-descr Sun Aug 7 12:21:06 2016 (r419776) @@ -4,7 +4,7 @@ uses are in telecoms, banking, e-commerc instant messaging. Erlang's runtime system has built-in support for concurrency, distribution and fault tolerance. -This port contains a standalone runtime environment of Erlang R17 +This port contains a standalone runtime environment of Erlang 17 to be used during the development of OTP applications. WWW: http://www.erlang.org/ Modified: head/lang/erlang-runtime18/pkg-descr ============================================================================== --- head/lang/erlang-runtime18/pkg-descr Sun Aug 7 12:14:30 2016 (r419775) +++ head/lang/erlang-runtime18/pkg-descr Sun Aug 7 12:21:06 2016 (r419776) @@ -4,7 +4,7 @@ uses are in telecoms, banking, e-commerc instant messaging. Erlang's runtime system has built-in support for concurrency, distribution and fault tolerance. -This port contains a standalone runtime environment of Erlang R17 +This port contains a standalone runtime environment of Erlang 18 to be used during the development of OTP applications. WWW: http://www.erlang.org/