Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jun 2021 10:07:18 GMT
From:      Michael Zhilin <mizhka@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cefed488ce9e - main - lang/kotlin: Update to 1.5.20
Message-ID:  <202106291007.15TA7IhZ081918@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mizhka (src committer):

URL: https://cgit.FreeBSD.org/ports/commit/?id=cefed488ce9e9488d399acf4a50d07de42d57569

commit cefed488ce9e9488d399acf4a50d07de42d57569
Author:     Michael Zhilin <mizhka@FreeBSD.org>
AuthorDate: 2021-06-29 10:04:08 +0000
Commit:     Michael Zhilin <mizhka@FreeBSD.org>
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



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