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
This commit is contained in:
parent
5d87109bcc
commit
ea394acd25
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424620
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user