From owner-svn-ports-head@FreeBSD.ORG Fri Sep 20 04:48:08 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 71583B10; Fri, 20 Sep 2013 04:48:08 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5E58F2D26; Fri, 20 Sep 2013 04:48:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8K4m8Lq076198; Fri, 20 Sep 2013 04:48:08 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8K4m8sd076197; Fri, 20 Sep 2013 04:48:08 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201309200448.r8K4m8sd076197@svn.freebsd.org> From: Thomas Abthorpe Date: Fri, 20 Sep 2013 04:48:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327655 - head/security/luasec X-SVN-Group: ports-head 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.14 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: Fri, 20 Sep 2013 04:48:08 -0000 Author: tabthorpe Date: Fri Sep 20 04:48:07 2013 New Revision: 327655 URL: http://svnweb.freebsd.org/changeset/ports/327655 Log: - Reassign to the heap at maintainer's request Modified: head/security/luasec/Makefile (contents, props changed) Modified: head/security/luasec/Makefile ============================================================================== --- head/security/luasec/Makefile Fri Sep 20 04:10:21 2013 (r327654) +++ head/security/luasec/Makefile Fri Sep 20 04:48:07 2013 (r327655) @@ -8,7 +8,7 @@ CATEGORIES= security MASTER_SITES= http://www.inf.puc-rio.br/~brunoos/luasec/download/ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} -MAINTAINER= kelly.hays@jkhfamily.org +MAINTAINER= ports@FreeBSD.org COMMENT= Lua binding for the OpenSSL library to provide TLS/SSL communication RUN_DEPENDS+= ${LUA_MODLIBDIR}/socket/core.so:${PORTSDIR}/net/luasocket