Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Oct 2016 12:48:43 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424620 - head/lang/lua53
Message-ID:  <201610251248.u9PCmhR1070698@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <gmesalazar gmail com>
  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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610251248.u9PCmhR1070698>