aboutsummaryrefslogtreecommitdiff
path: root/lang/lua53
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2016-10-25 12:48:42 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2016-10-25 12:48:42 +0000
commitea394acd2508a6e7893d5cfc58ac048623f9dc2b (patch)
treeec39fc65d1048dc5cbf62c128d01bdda3bc9e9bf /lang/lua53
parent5d87109bcc818ad969a746e7ef2735d9bb5659b2 (diff)
downloadports-ea394acd2508a6e7893d5cfc58ac048623f9dc2b.tar.gz
ports-ea394acd2508a6e7893d5cfc58ac048623f9dc2b.zip
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
Notes
Notes: svn path=/head/; revision=424620
Diffstat (limited to 'lang/lua53')
-rw-r--r--lang/lua53/Makefile8
-rw-r--r--lang/lua53/distinfo8
2 files changed, 14 insertions, 2 deletions
diff --git a/lang/lua53/Makefile b/lang/lua53/Makefile
index 2f188282dbbe..e362bed2ca9e 100644
--- a/lang/lua53/Makefile
+++ b/lang/lua53/Makefile
@@ -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
diff --git a/lang/lua53/distinfo b/lang/lua53/distinfo
index 9c399c6da69a..1ae9bd2b8fdf 100644
--- a/lang/lua53/distinfo
+++ b/lang/lua53/distinfo
@@ -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