diff options
author | riggs <riggs@FreeBSD.org> | 2017-11-14 14:28:06 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2017-11-14 14:28:06 +0800 |
commit | 2d8803e5f177486017b3f11973f2429c798d082b (patch) | |
tree | 88cdb01541cd7bc1111272a8a31eb3c1ae6c2313 /lang/lua53 | |
parent | 284eecff6d609f3c2e7af7a7fc497bf06fda3fa1 (diff) | |
download | freebsd-ports-gnome-2d8803e5f177486017b3f11973f2429c798d082b.tar.gz freebsd-ports-gnome-2d8803e5f177486017b3f11973f2429c798d082b.tar.zst freebsd-ports-gnome-2d8803e5f177486017b3f11973f2429c798d082b.zip |
New maintainer: Russell Haley <russ.haley@gmail.com>
Details:
- This is the second bit of the patch in PR 222581
- Guilherme Salazar <gmesalazar@gmail.com>, the previous maintainer,
has confirmed the transfer of maintainership via e-mail
PR: 222581
Submitted by: russ.haley@gmail.com (new maintainer)
Approved by: gmesalazar@gmail.com (previous maintainer, via email)
MFH: 2017Q4
Diffstat (limited to 'lang/lua53')
-rw-r--r-- | lang/lua53/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/lua53/Makefile b/lang/lua53/Makefile index b2760116266d..fcea658e7b81 100644 --- a/lang/lua53/Makefile +++ b/lang/lua53/Makefile @@ -3,12 +3,12 @@ PORTNAME= lua PORTVERSION= 5.3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= http://www.lua.org/ftp/ PKGNAMESUFFIX= 53 -MAINTAINER= gmesalazar@gmail.com +MAINTAINER= russ.haley@gmail.com COMMENT= Small, compilable scripting language providing easy access to C code LICENSE= MIT |