Received: by mail.netbsd.org (Postfix, from userid 605) id 11F5D84D67; Fri, 11 Aug 2017 01:05:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9A53984D64 for ; Fri, 11 Aug 2017 01:05:27 +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 QbGGVQhRmzul for ; Fri, 11 Aug 2017 01:05:27 +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 3B3E384CDC for ; Fri, 11 Aug 2017 01:05:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 31C50FACE; Fri, 11 Aug 2017 01:05:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1502413527243890" MIME-Version: 1.0 Date: Fri, 11 Aug 2017 01:05:27 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/devel/lua-rocks To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20170811010527.31C50FACE@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. --_----------=_1502413527243890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Fri Aug 11 01:05:27 UTC 2017 Modified Files: pkgsrc/devel/lua-rocks: DESCR Log Message: Remove duplicated whitespace To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/lua-rocks/DESCR Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1502413527243890 Content-Disposition: inline Content-Length: 536 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/lua-rocks/DESCR diff -u pkgsrc/devel/lua-rocks/DESCR:1.1.1.1 pkgsrc/devel/lua-rocks/DESCR:1.2 --- pkgsrc/devel/lua-rocks/DESCR:1.1.1.1 Mon Jun 6 21:31:52 2016 +++ pkgsrc/devel/lua-rocks/DESCR Fri Aug 11 01:05:27 2017 @@ -1,4 +1,4 @@ -LuaRocks is a deployment and management system for Lua modules. +LuaRocks is a deployment and management system for Lua modules. It allows you to install Lua modules as self-contained packages called rocks, which also contain version dependency information. --_----------=_1502413527243890--