aboutsummaryrefslogtreecommitdiff
path: root/lang/lua53/Makefile
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/Makefile
parent5d87109bcc818ad969a746e7ef2735d9bb5659b2 (diff)
downloadports-ea394acd2508a6e7893d5cfc58ac048623f9dc2b.tar.gz
ports-ea394acd2508a6e7893d5cfc58ac048623f9dc2b.zip
Notes
Diffstat (limited to 'lang/lua53/Makefile')
-rw-r--r--lang/lua53/Makefile8
1 files changed, 7 insertions, 1 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