Received: by mail.netbsd.org (Postfix, from userid 605) id E29B184DC9; Tue, 1 Oct 2019 12:41:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6B7B684DC3 for ; Tue, 1 Oct 2019 12:41:16 +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 PVymmxejstuJ for ; Tue, 1 Oct 2019 12:41:16 +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 BFA9E84CCF for ; Tue, 1 Oct 2019 12:41:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B8200FBF4; Tue, 1 Oct 2019 12:41:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15699336751720" MIME-Version: 1.0 Date: Tue, 1 Oct 2019 12:41:15 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20191001124115.B8200FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_15699336751720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Tue Oct 1 12:41:15 UTC 2019 Modified Files: pkgsrc/doc: CHANGES-2019 pkgsrc/lang: Makefile Log Message: doc: +lang/openjdk11 To generate a diff of this commit: cvs rdiff -u -r1.4070 -r1.4071 pkgsrc/doc/CHANGES-2019 cvs rdiff -u -r1.520 -r1.521 pkgsrc/lang/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15699336751720 Content-Disposition: inline Content-Length: 1271 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2019 diff -u pkgsrc/doc/CHANGES-2019:1.4070 pkgsrc/doc/CHANGES-2019:1.4071 --- pkgsrc/doc/CHANGES-2019:1.4070 Tue Oct 1 12:36:39 2019 +++ pkgsrc/doc/CHANGES-2019 Tue Oct 1 12:41:15 2019 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2019,v 1.4070 2019/10/01 12:36:39 nia Exp $ +$NetBSD: CHANGES-2019,v 1.4071 2019/10/01 12:41:15 tnn Exp $ Changes to the packages collection and infrastructure in 2019: @@ -6634,3 +6634,4 @@ Changes to the packages collection and i Added games/srb2 version 2.1.25 [nia 2019-10-01] Added games/xonotic version 0.8.2 [nia 2019-10-01] Added games/yquake2 version 7.41 [nia 2019-10-01] + Added lang/openjdk11 version 1.11.0.5.8 [tnn 2019-10-01] Index: pkgsrc/lang/Makefile diff -u pkgsrc/lang/Makefile:1.520 pkgsrc/lang/Makefile:1.521 --- pkgsrc/lang/Makefile:1.520 Wed Sep 25 23:28:32 2019 +++ pkgsrc/lang/Makefile Tue Oct 1 12:41:15 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.520 2019/09/25 23:28:32 wiz Exp $ +# $NetBSD: Makefile,v 1.521 2019/10/01 12:41:15 tnn Exp $ # COMMENT= Programming languages @@ -170,6 +170,7 @@ SUBDIR+= oo2c SUBDIR+= open-cobol-ce SUBDIR+= opencobol SUBDIR+= openjdk-bin +SUBDIR+= openjdk11 SUBDIR+= openjdk7 SUBDIR+= openjdk8 SUBDIR+= opensource-cobol --_----------=_15699336751720--