Received: by mail.netbsd.org (Postfix, from userid 605) id 5DAF084D6B; Sun, 30 Apr 2023 15:26:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8C30484CFD for ; Sun, 30 Apr 2023 15:26:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id iNYmvkCwGGQZ for ; Sun, 30 Apr 2023 15:26:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1DB3484CC9 for ; Sun, 30 Apr 2023 15:26:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1B5F5FA87; Sun, 30 Apr 2023 15:26:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1682868397124120" MIME-Version: 1.0 Date: Sun, 30 Apr 2023 15:26:37 +0000 From: "Nikita" Subject: CVS commit: pkgsrc/lang/scala To: pkgsrc-changes@NetBSD.org Reply-To: nikita@netbsd.org X-Mailer: log_accum Message-Id: <20230430152637.1B5F5FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1682868397124120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nikita Date: Sun Apr 30 15:26:37 UTC 2023 Modified Files: pkgsrc/lang/scala: Makefile Log Message: scala: minor pkglint fixes To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/lang/scala/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1682868397124120 Content-Disposition: inline Content-Length: 673 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/scala/Makefile diff -u pkgsrc/lang/scala/Makefile:1.18 pkgsrc/lang/scala/Makefile:1.19 --- pkgsrc/lang/scala/Makefile:1.18 Sun Apr 30 15:25:03 2023 +++ pkgsrc/lang/scala/Makefile Sun Apr 30 15:26:36 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2023/04/30 15:25:03 nikita Exp $ +# $NetBSD: Makefile,v 1.19 2023/04/30 15:26:36 nikita Exp $ DISTNAME= scala-2.13.10 CATEGORIES= lang @@ -7,7 +7,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= yyamano@NetBSD.org HOMEPAGE= https://www.scala-lang.org/ -COMMENT= Scala is a multi-paradigm programming language +COMMENT= Multi-paradigm programming language LICENSE= apache-2.0 USE_JAVA= run --_----------=_1682868397124120--