Date: Thu, 16 Dec 2021 08:05:15 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: d052d90b1876 - main - lang/kotlin: update to 1.6.10 Message-ID: <202112160805.1BG85FkF055197@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=d052d90b1876cebc95f7c90a6d7fcdc1e51cd743 commit d052d90b1876cebc95f7c90a6d7fcdc1e51cd743 Author: Michael Zhilin <mizhka@FreeBSD.org> AuthorDate: 2021-12-16 07:47:05 +0000 Commit: Michael Zhilin <mizhka@FreeBSD.org> CommitDate: 2021-12-16 08:05:10 +0000 lang/kotlin: update to 1.6.10 --- lang/kotlin/Makefile | 9 +++++---- lang/kotlin/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/lang/kotlin/Makefile b/lang/kotlin/Makefile index 73ea8fa50cab..68f9e86e8cff 100644 --- a/lang/kotlin/Makefile +++ b/lang/kotlin/Makefile @@ -1,6 +1,6 @@ PORTNAME= kotlin -PORTVERSION= 1.6.0 -CATEGORIES= lang +PORTVERSION= 1.6.10 +CATEGORIES= lang java MASTER_SITES= https://github.com/JetBrains/kotlin/releases/download/v${PORTVERSION}/ DISTNAME= kotlin-compiler-${PORTVERSION} @@ -14,11 +14,12 @@ RUN_DEPENDS= bash:shells/bash USES= zip -WRKSRC= ${WRKDIR}/kotlinc - USE_JAVA= yes +NO_ARCH= yes NO_BUILD= yes +WRKSRC= ${WRKDIR}/kotlinc + KOTLIN_BIN= kapt \ kotlin \ kotlin-dce-js \ diff --git a/lang/kotlin/distinfo b/lang/kotlin/distinfo index 9ece4244e083..99cac8668874 100644 --- a/lang/kotlin/distinfo +++ b/lang/kotlin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1637051314 -SHA256 (kotlin-compiler-1.6.0.zip) = 174c92e12a54c0901fd9f0badacf1514c28b5197a95654e4dab1775293dde1dc -SIZE (kotlin-compiler-1.6.0.zip) = 70690510 +TIMESTAMP = 1639640679 +SHA256 (kotlin-compiler-1.6.10.zip) = 432267996d0d6b4b17ca8de0f878e44d4a099b7e9f1587a98edc4d27e76c215a +SIZE (kotlin-compiler-1.6.10.zip) = 70685721
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112160805.1BG85FkF055197>