Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id B6D92716C8 for ; Thu, 4 Jul 2013 18:04:45 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EBAF714A1FA; Thu, 4 Jul 2013 18:04:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3ABB014A1F9 for ; Thu, 4 Jul 2013 18:04:43 +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 jWYYHYE_xnNa for ; Thu, 4 Jul 2013 18:04:42 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id A7AFB14A1F7 for ; Thu, 4 Jul 2013 18:04:42 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 9FFA096; Thu, 4 Jul 2013 18:04:42 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 4 Jul 2013 18:04:42 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/lang/lua To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20130704180442.9FFA096@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Thu Jul 4 18:04:42 UTC 2013 Modified Files: pkgsrc/lang/lua: Makefile PLIST buildlink3.mk distinfo version.mk pkgsrc/lang/lua/patches: patch-aa patch-ab patch-ac Added Files: pkgsrc/lang/lua/files: lua.pc.in Log Message: Lua 5.2 was released on 16 Dec 2011. Its main new features are yieldable pcall and metamethods, new lexical scheme for globals, ephemeron tables, new library for bitwise operations, light C functions, emergency garbage collector, goto statement, and finalizers for tables. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 pkgsrc/lang/lua/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/lua/PLIST cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/lua/buildlink3.mk cvs rdiff -u -r1.28 -r1.29 pkgsrc/lang/lua/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/lua/version.mk cvs rdiff -u -r0 -r1.1 pkgsrc/lang/lua/files/lua.pc.in cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/lua/patches/patch-aa cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/lua/patches/patch-ab cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/lua/patches/patch-ac Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.