Received: by mail.netbsd.org (Postfix, from userid 605) id 5E15E84F13; Fri, 13 May 2022 14:27:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9597384CEE for ; Fri, 13 May 2022 14:27:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id NNMPQvn6J9Wl for ; Fri, 13 May 2022 14:27:13 +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 27F1684ED5 for ; Fri, 13 May 2022 14:27:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EEFC1FA94; Fri, 13 May 2022 14:27:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1652452055241470" MIME-Version: 1.0 Date: Fri, 13 May 2022 14:27:35 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20220513142735.EEFC1FA94@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1652452055241470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Fri May 13 14:27:35 UTC 2022 Modified Files: pkgsrc/lang: Makefile Log Message: lang: Enable openjdk17 To generate a diff of this commit: cvs rdiff -u -r1.648 -r1.649 pkgsrc/lang/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1652452055241470 Content-Disposition: inline Content-Length: 581 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/Makefile diff -u pkgsrc/lang/Makefile:1.648 pkgsrc/lang/Makefile:1.649 --- pkgsrc/lang/Makefile:1.648 Thu May 5 07:02:24 2022 +++ pkgsrc/lang/Makefile Fri May 13 14:27:35 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.648 2022/05/05 07:02:24 adam Exp $ +# $NetBSD: Makefile,v 1.649 2022/05/13 14:27:35 ryoon Exp $ # COMMENT= Programming languages @@ -190,6 +190,7 @@ SUBDIR+= open-cobol-ce SUBDIR+= opencobol SUBDIR+= openjdk-bin SUBDIR+= openjdk11 +SUBDIR+= openjdk17 SUBDIR+= openjdk8 SUBDIR+= opensource-cobol SUBDIR+= oracle-jdk8 --_----------=_1652452055241470--