Received: by mail.netbsd.org (Postfix, from userid 605) id 2F72284DE3; Mon, 6 Jan 2020 19:17:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AD63D84DC6 for ; Mon, 6 Jan 2020 19:17:04 +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 J7C-YG1o-zor for ; Mon, 6 Jan 2020 19:17:04 +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 4636484C2B for ; Mon, 6 Jan 2020 19:17:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3FFA1FBF4; Mon, 6 Jan 2020 19:17:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1578338224157520" MIME-Version: 1.0 Date: Mon, 6 Jan 2020 19:17:04 +0000 From: "ng0" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: ng0@netbsd.org X-Mailer: log_accum Message-Id: <20200106191704.3FFA1FBF4@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. --_----------=_1578338224157520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ng0 Date: Mon Jan 6 19:17:04 UTC 2020 Modified Files: pkgsrc/devel: Makefile Log Message: devel: revert adding lua-luke entry. To generate a diff of this commit: cvs rdiff -u -r1.2980 -r1.2981 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1578338224157520 Content-Disposition: inline Content-Length: 599 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2980 pkgsrc/devel/Makefile:1.2981 --- pkgsrc/devel/Makefile:1.2980 Mon Jan 6 17:35:31 2020 +++ pkgsrc/devel/Makefile Mon Jan 6 19:17:04 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2980 2020/01/06 17:35:31 ng0 Exp $ +# $NetBSD: Makefile,v 1.2981 2020/01/06 19:17:04 ng0 Exp $ # COMMENT= Development utilities @@ -790,7 +790,6 @@ SUBDIR+= lua-lrexlib SUBDIR+= lua-lrexlib-onig SUBDIR+= lua-lrexlib-pcre SUBDIR+= lua-lrexlib-posix -SUBDIR+= lua-luke SUBDIR+= lua-mode SUBDIR+= lua-penlight SUBDIR+= lua-posix --_----------=_1578338224157520--