From owner-svn-ports-head@freebsd.org Tue Oct 25 12:48:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B3FAC2022F; Tue, 25 Oct 2016 12:48:44 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20C8AEC8; Tue, 25 Oct 2016 12:48:44 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9PCmheE070700; Tue, 25 Oct 2016 12:48:43 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9PCmhR1070698; Tue, 25 Oct 2016 12:48:43 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201610251248.u9PCmhR1070698@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 25 Oct 2016 12:48:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424620 - head/lang/lua53 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2016 12:48:44 -0000 Author: koobs Date: Tue Oct 25 12:48:42 2016 New Revision: 424620 URL: https://svnweb.freebsd.org/changeset/ports/424620 Log: lang/lua53: Add new MAINTAINER, Add bug fix patches The Lua team maintains a list of bugs found in each release of Lua since 4.0 [1] with examples that show the bug and a patch when the fix is available. This patch adds all three bug fixes available so far. A fourth bug fix should be made available soon to fix a recently-found bug in coroutines. To make it easier to track changes for each patch, a GitHub repository [2] has been created with the Lua distribution and patches so they can be referenced by commit id. - Pass MAINTAINER'ship to Submitter, who is also a member of the NetBSD Lua team. (Thanks!) [1] https://www.lua.org/bugs.html [2] https://github.com/salazar/lua PR: 213658 Submitted by: Guilherme Salazar MFH: 2014Q4 Modified: head/lang/lua53/Makefile head/lang/lua53/distinfo Modified: head/lang/lua53/Makefile ============================================================================== --- head/lang/lua53/Makefile Tue Oct 25 12:27:58 2016 (r424619) +++ head/lang/lua53/Makefile Tue Oct 25 12:48:42 2016 (r424620) @@ -3,11 +3,17 @@ PORTNAME= lua PORTVERSION= 5.3.3 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://www.lua.org/ftp/ PKGNAMESUFFIX= 53 -MAINTAINER= ports@FreeBSD.org +PATCH_SITES= https://github.com/salazar/lua/commit/:bugfixes +PATCHFILES= fac3159120c9967f32c1147f894bd4a319d45425.diff:-p1:bugfixes \ + a555c584bb33989cc49017837903331ad1c5aa97.diff:-p1:bugfixes \ + 8ee844d13671a5c41d70f87709b3ea35fc8a4fd1.diff:-p1:bugfixes + +MAINTAINER= gmesalazar@gmail.com COMMENT= Small, compilable scripting language providing easy access to C code LICENSE= MIT Modified: head/lang/lua53/distinfo ============================================================================== --- head/lang/lua53/distinfo Tue Oct 25 12:27:58 2016 (r424619) +++ head/lang/lua53/distinfo Tue Oct 25 12:48:42 2016 (r424620) @@ -1,3 +1,9 @@ -TIMESTAMP = 1465493142 +TIMESTAMP = 1477006507 SHA256 (lua-5.3.3.tar.gz) = 5113c06884f7de453ce57702abaac1d618307f33f6789fa870e87a59d772aca2 SIZE (lua-5.3.3.tar.gz) = 294290 +SHA256 (fac3159120c9967f32c1147f894bd4a319d45425.diff) = 373f9507ea06a9fa66e745a82fe9c3b01c3aa059b056357e857b2bf0e2b0d129 +SIZE (fac3159120c9967f32c1147f894bd4a319d45425.diff) = 835 +SHA256 (a555c584bb33989cc49017837903331ad1c5aa97.diff) = 765ea1fc3e68c21fd279eafb6ed16dac6fcf1094e0d7199b58210a9593a73288 +SIZE (a555c584bb33989cc49017837903331ad1c5aa97.diff) = 668 +SHA256 (8ee844d13671a5c41d70f87709b3ea35fc8a4fd1.diff) = 7642f72f4b3a64a9e9c39171290db3278a5d35695d44c65c5d20683782436906 +SIZE (8ee844d13671a5c41d70f87709b3ea35fc8a4fd1.diff) = 689