git: 8e23400ec96d - main - lang/kotlin: fix build due to incorrect plist
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Dec 2024 17:57:47 UTC
The branch main has been updated by mizhka: URL: https://cgit.FreeBSD.org/ports/commit/?id=8e23400ec96da5a574b638ef1a419b6ba0f3211e commit 8e23400ec96da5a574b638ef1a419b6ba0f3211e Author: Michael Zhilin <mizhka@FreeBSD.org> AuthorDate: 2024-12-16 17:57:18 +0000 Commit: Michael Zhilin <mizhka@FreeBSD.org> CommitDate: 2024-12-16 17:57:18 +0000 lang/kotlin: fix build due to incorrect plist --- lang/kotlin/Makefile | 2 +- lang/kotlin/pkg-plist | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lang/kotlin/Makefile b/lang/kotlin/Makefile index 419ecd9b483f..282084d3c272 100644 --- a/lang/kotlin/Makefile +++ b/lang/kotlin/Makefile @@ -1,5 +1,6 @@ PORTNAME= kotlin DISTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= https://github.com/JetBrains/kotlin/releases/download/v${PORTVERSION}/ DISTNAME= kotlin-compiler-${PORTVERSION} @@ -23,7 +24,6 @@ WRKSRC= ${WRKDIR}/kotlinc KOTLIN_BIN= kapt \ kotlin \ - kotlin-dce-js \ kotlinc \ kotlinc-js \ kotlinc-jvm diff --git a/lang/kotlin/pkg-plist b/lang/kotlin/pkg-plist index 466bcdca11c6..1e31b74613bf 100644 --- a/lang/kotlin/pkg-plist +++ b/lang/kotlin/pkg-plist @@ -1,6 +1,5 @@ bin/kapt bin/kotlin -bin/kotlin-dce-js bin/kotlinc bin/kotlinc-js bin/kotlinc-jvm @@ -15,7 +14,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/compose-compiler-plugin.jar %%DATADIR%%/lib/js.engines.jar %%DATADIR%%/lib/jvm-abi-gen.jar %%DATADIR%%/lib/kotlin-annotation-processing-cli.jar