Date: Tue, 17 Sep 2024 21:23:57 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e7a1e8da72ab - main - lang/kotlin: Update 2.0.0 =?utf-8?Q?=E2=86=92?= 2.0.20 Message-ID: <202409172123.48HLNvtK026700@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=e7a1e8da72ab2bd950bd24c57d867cf7c73d6278 commit e7a1e8da72ab2bd950bd24c57d867cf7c73d6278 Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2024-09-17 21:22:27 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-09-17 21:22:27 +0000 lang/kotlin: Update 2.0.0 → 2.0.20 Release notes: https://blog.jetbrains.com/kotlin/2024/08/kotlin-2-0-20-released/ PR: 281178 Approved by: mizhka (maintainer, timeout > 14 days) --- 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 83a58b85e6a5..01171385b3c6 100644 --- a/lang/kotlin/Makefile +++ b/lang/kotlin/Makefile @@ -1,5 +1,5 @@ PORTNAME= kotlin -PORTVERSION= 2.0.0 +DISTVERSION= 2.0.20 CATEGORIES= lang java 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 a24c2924d17d..27117781ff17 100644 --- a/lang/kotlin/distinfo +++ b/lang/kotlin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716315666 -SHA256 (kotlin-compiler-2.0.0.zip) = ef578730976154fd2c5968d75af8c2703b3de84a78dffe913f670326e149da3b -SIZE (kotlin-compiler-2.0.0.zip) = 83767523 +TIMESTAMP = 1725165181 +SHA256 (kotlin-compiler-2.0.20.zip) = 5f5d2a8ad6a718a002acd0775b67a9e27035872fdbd4b0791e3cb3ea00095931 +SIZE (kotlin-compiler-2.0.20.zip) = 86110157 diff --git a/lang/kotlin/pkg-plist b/lang/kotlin/pkg-plist index 9c8e72415394..eeddd953fcb5 100644 --- a/lang/kotlin/pkg-plist +++ b/lang/kotlin/pkg-plist @@ -16,6 +16,7 @@ bin/kotlinc-jvm %%DATADIR%%/lib/android-extensions-runtime.jar %%DATADIR%%/lib/annotations-13.0.jar %%DATADIR%%/lib/assignment-compiler-plugin.jar +%%DATADIR%%/lib/compose-compiler.jar %%DATADIR%%/lib/js.engines.jar %%DATADIR%%/lib/jvm-abi-gen.jar %%DATADIR%%/lib/kotlin-annotation-processing-cli.jar
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409172123.48HLNvtK026700>