From owner-svn-ports-head@freebsd.org Tue Nov 14 06:28:07 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75BE6D7D52B; Tue, 14 Nov 2017 06:28:07 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 42C36712D3; Tue, 14 Nov 2017 06:28:07 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAE6S6UC076060; Tue, 14 Nov 2017 06:28:06 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAE6S6fh076059; Tue, 14 Nov 2017 06:28:06 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201711140628.vAE6S6fh076059@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Tue, 14 Nov 2017 06:28:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454163 - head/lang/lua53 X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/lang/lua53 X-SVN-Commit-Revision: 454163 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Nov 2017 06:28:07 -0000 Author: riggs Date: Tue Nov 14 06:28:06 2017 New Revision: 454163 URL: https://svnweb.freebsd.org/changeset/ports/454163 Log: New maintainer: Russell Haley Details: - This is the second bit of the patch in PR 222581 - Guilherme Salazar , 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 Modified: head/lang/lua53/Makefile Modified: head/lang/lua53/Makefile ============================================================================== --- head/lang/lua53/Makefile Tue Nov 14 05:38:55 2017 (r454162) +++ head/lang/lua53/Makefile Tue Nov 14 06:28:06 2017 (r454163) @@ -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