From owner-dev-commits-ports-all@freebsd.org Wed May 5 09:34:54 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 38EA9637B21; Wed, 5 May 2021 09:34:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FZs4Z1C5Sz3PMs; Wed, 5 May 2021 09:34:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1BBA12257E; Wed, 5 May 2021 09:34:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1459YsrN023642; Wed, 5 May 2021 09:34:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1459YsW6023641; Wed, 5 May 2021 09:34:54 GMT (envelope-from git) Date: Wed, 5 May 2021 09:34:54 GMT Message-Id: <202105050934.1459YsW6023641@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Michael Zhilin Subject: git: e6405ffd8874 - main - lang/kotlin: Update to 1.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mizhka X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e6405ffd8874223baa2e17fdc67ed09266fd6bab Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 May 2021 09:34:54 -0000 The branch main has been updated by mizhka (src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=e6405ffd8874223baa2e17fdc67ed09266fd6bab commit e6405ffd8874223baa2e17fdc67ed09266fd6bab Author: Li-Wen Hsu AuthorDate: 2021-05-05 07:50:16 +0000 Commit: Michael Zhilin CommitDate: 2021-05-05 09:31:40 +0000 lang/kotlin: Update to 1.5.0 --- lang/kotlin/Makefile | 2 +- lang/kotlin/distinfo | 6 +++--- lang/kotlin/pkg-plist | 3 --- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/lang/kotlin/Makefile b/lang/kotlin/Makefile index a3566a722853..b8d09c08fffb 100644 --- a/lang/kotlin/Makefile +++ b/lang/kotlin/Makefile @@ -1,5 +1,5 @@ PORTNAME= kotlin -PORTVERSION= 1.4.32 +PORTVERSION= 1.5.0 CATEGORIES= lang MASTER_SITES= https://github.com/JetBrains/kotlin/releases/download/v${PORTVERSION}/ DISTNAME= kotlin-compiler-${PORTVERSION} diff --git a/lang/kotlin/distinfo b/lang/kotlin/distinfo index 094a871d3bcb..a2e10ed6607f 100644 --- a/lang/kotlin/distinfo +++ b/lang/kotlin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619417604 -SHA256 (kotlin-compiler-1.4.32.zip) = dfef23bb86bd5f36166d4ec1267c8de53b3827c446d54e82322c6b6daad3594c -SIZE (kotlin-compiler-1.4.32.zip) = 62880903 +TIMESTAMP = 1620200870 +SHA256 (kotlin-compiler-1.5.0.zip) = 0343fc1f628fec1beccc9e534d2b8b7a0f8964b97e21563585d44d6d928ed1b7 +SIZE (kotlin-compiler-1.5.0.zip) = 61733880 diff --git a/lang/kotlin/pkg-plist b/lang/kotlin/pkg-plist index 044148c447b6..d1a42f053223 100644 --- a/lang/kotlin/pkg-plist +++ b/lang/kotlin/pkg-plist @@ -20,13 +20,10 @@ bin/kotlinc-jvm %%DATADIR%%/lib/kotlin-annotation-processing-cli.jar %%DATADIR%%/lib/kotlin-annotation-processing-runtime.jar %%DATADIR%%/lib/kotlin-annotation-processing.jar -%%DATADIR%%/lib/kotlin-annotations-android.jar %%DATADIR%%/lib/kotlin-annotations-jvm-sources.jar %%DATADIR%%/lib/kotlin-annotations-jvm.jar %%DATADIR%%/lib/kotlin-ant.jar %%DATADIR%%/lib/kotlin-compiler.jar -%%DATADIR%%/lib/kotlin-coroutines-experimental-compat-sources.jar -%%DATADIR%%/lib/kotlin-coroutines-experimental-compat.jar %%DATADIR%%/lib/kotlin-daemon-client.jar %%DATADIR%%/lib/kotlin-daemon.jar %%DATADIR%%/lib/kotlin-imports-dumper-compiler-plugin.jar