Received: by mail.netbsd.org (Postfix, from userid 605) id D34CD84D83; Mon, 18 May 2020 13:39:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5CAE884D82 for ; Mon, 18 May 2020 13:39:38 +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 tmtLPkBlNuP3 for ; Mon, 18 May 2020 13:39:38 +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 B273F84D36 for ; Mon, 18 May 2020 13:39:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A5D0BFB27; Mon, 18 May 2020 13:39:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1589809177138400" MIME-Version: 1.0 Date: Mon, 18 May 2020 13:39:37 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200518133937.A5D0BFB27@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. --_----------=_1589809177138400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon May 18 13:39:37 UTC 2020 Modified Files: pkgsrc/lang: Makefile Log Message: lang/Makefile: + py-python-language-server To generate a diff of this commit: cvs rdiff -u -r1.560 -r1.561 pkgsrc/lang/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1589809177138400 Content-Disposition: inline Content-Length: 1189 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/Makefile diff -u pkgsrc/lang/Makefile:1.560 pkgsrc/lang/Makefile:1.561 --- pkgsrc/lang/Makefile:1.560 Sun May 17 00:47:06 2020 +++ pkgsrc/lang/Makefile Mon May 18 13:39:37 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.560 2020/05/17 00:47:06 tnn Exp $ +# $NetBSD: Makefile,v 1.561 2020/05/18 13:39:37 wiz Exp $ # COMMENT= Programming languages @@ -146,7 +146,6 @@ SUBDIR+= librep SUBDIR+= libunwind SUBDIR+= likepython SUBDIR+= llvm -#SUBDIR+= lua # only contains Makefile fragments SUBDIR+= lua51 SUBDIR+= lua52 SUBDIR+= lua53 @@ -200,7 +199,6 @@ SUBDIR+= pear SUBDIR+= perl5 SUBDIR+= pfe SUBDIR+= pforth -#SUBDIR+= php # only contains Makefile fragments SUBDIR+= php56 SUBDIR+= php72 SUBDIR+= php73 @@ -222,6 +220,7 @@ SUBDIR+= py-mypy_extensions SUBDIR+= py-parso SUBDIR+= py-paver SUBDIR+= py-pyrex +SUBDIR+= py-python-language-server SUBDIR+= py-python-lua SUBDIR+= py-pythonz SUBDIR+= py-six @@ -231,7 +230,6 @@ SUBDIR+= py27-html-docs SUBDIR+= py36-html-docs SUBDIR+= py37-html-docs SUBDIR+= py38-html-docs -#SUBDIR+= python # only contains Makefile fragments SUBDIR+= python27 SUBDIR+= python36 SUBDIR+= python37 --_----------=_1589809177138400--