From owner-dev-commits-ports-main@freebsd.org Tue Jun 29 10:07:18 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 E7C4C648A15; Tue, 29 Jun 2021 10:07:18 +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 4GDgBZ6K1dz4ckQ; Tue, 29 Jun 2021 10:07:18 +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 BCE5A17299; Tue, 29 Jun 2021 10:07:18 +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 15TA7IVT081919; Tue, 29 Jun 2021 10:07:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15TA7IhZ081918; Tue, 29 Jun 2021 10:07:18 GMT (envelope-from git) Date: Tue, 29 Jun 2021 10:07:18 GMT Message-Id: <202106291007.15TA7IhZ081918@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: cefed488ce9e - main - lang/kotlin: Update to 1.5.20 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: cefed488ce9e9488d399acf4a50d07de42d57569 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2021 10:07:19 -0000 The branch main has been updated by mizhka (src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=cefed488ce9e9488d399acf4a50d07de42d57569 commit cefed488ce9e9488d399acf4a50d07de42d57569 Author: Michael Zhilin AuthorDate: 2021-06-29 10:04:08 +0000 Commit: Michael Zhilin CommitDate: 2021-06-29 10:04:08 +0000 lang/kotlin: Update to 1.5.20 ChangeLog: https://github.com/JetBrains/kotlin/releases/tag/v1.5.20 Submitted by: lwhsu Approved by: lwhsu PR: 256812 --- lang/kotlin/Makefile | 2 +- lang/kotlin/distinfo | 6 +++--- lang/kotlin/pkg-plist | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/lang/kotlin/Makefile b/lang/kotlin/Makefile index b8d09c08fffb..6f347184f068 100644 --- a/lang/kotlin/Makefile +++ b/lang/kotlin/Makefile @@ -1,5 +1,5 @@ PORTNAME= kotlin -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.20 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 a2e10ed6607f..e2f113bcfd44 100644 --- a/lang/kotlin/distinfo +++ b/lang/kotlin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620200870 -SHA256 (kotlin-compiler-1.5.0.zip) = 0343fc1f628fec1beccc9e534d2b8b7a0f8964b97e21563585d44d6d928ed1b7 -SIZE (kotlin-compiler-1.5.0.zip) = 61733880 +TIMESTAMP = 1624547557 +SHA256 (kotlin-compiler-1.5.20.zip) = edf34263ddaabd48f7ec59661e4c0d1dc868462fd3a1ea323083d0e3e83a8a8b +SIZE (kotlin-compiler-1.5.20.zip) = 63014452 diff --git a/lang/kotlin/pkg-plist b/lang/kotlin/pkg-plist index d1a42f053223..2964ea2bd40d 100644 --- a/lang/kotlin/pkg-plist +++ b/lang/kotlin/pkg-plist @@ -59,6 +59,7 @@ bin/kotlinc-jvm %%DATADIR%%/lib/kotlin-test.jar %%DATADIR%%/lib/kotlinx-coroutines-core.jar %%DATADIR%%/lib/kotlinx-serialization-compiler-plugin.jar +%%DATADIR%%/lib/lombok-compiler-plugin.jar %%DATADIR%%/lib/mutability-annotations-compat.jar %%DATADIR%%/lib/noarg-compiler-plugin.jar %%DATADIR%%/lib/parcelize-compiler.jar