Received: by mail.netbsd.org (Postfix, from userid 605) id 731FD84DBB; Thu, 2 Jul 2020 11:00:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EFFFF84DB9 for ; Thu, 2 Jul 2020 11:00:29 +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 FJErdVbpZfZx for ; Thu, 2 Jul 2020 11:00:29 +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 89EA184D52 for ; Thu, 2 Jul 2020 11:00:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 876CCFB28; Thu, 2 Jul 2020 11:00:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1593687629129240" MIME-Version: 1.0 Date: Thu, 2 Jul 2020 11:00:29 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/devel/lua-term To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200702110029.876CCFB28@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. --_----------=_1593687629129240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Jul 2 11:00:29 UTC 2020 Modified Files: pkgsrc/devel/lua-term: Makefile Log Message: lua-term: Lua category. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/lua-term/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1593687629129240 Content-Disposition: inline Content-Length: 578 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/lua-term/Makefile diff -u pkgsrc/devel/lua-term/Makefile:1.1 pkgsrc/devel/lua-term/Makefile:1.2 --- pkgsrc/devel/lua-term/Makefile:1.1 Thu Jul 2 10:59:24 2020 +++ pkgsrc/devel/lua-term/Makefile Thu Jul 2 11:00:29 2020 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2020/07/02 10:59:24 nia Exp $ +# $NetBSD: Makefile,v 1.2 2020/07/02 11:00:29 nia Exp $ DISTNAME= lua-term-0.07 PKGNAME= ${DISTNAME:S/lua/${LUA_PKGPREFIX}/} -CATEGORIES= devel +CATEGORIES= devel lua MASTER_SITES= ${MASTER_SITE_GITHUB:=hoelzro/} GITHUB_PROJECT= lua-term --_----------=_1593687629129240--