From owner-svn-ports-head@freebsd.org Tue Aug 9 10:13:16 2016 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 E140EBB1252; Tue, 9 Aug 2016 10:13:16 +0000 (UTC) (envelope-from koobs@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 B18EB13B7; Tue, 9 Aug 2016 10:13:16 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u79ADFYe057356; Tue, 9 Aug 2016 10:13:15 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u79ADFHC057355; Tue, 9 Aug 2016 10:13:15 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201608091013.u79ADFHC057355@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 9 Aug 2016 10:13:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419914 - head/security/libntlm 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.22 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, 09 Aug 2016 10:13:17 -0000 Author: koobs Date: Tue Aug 9 10:13:15 2016 New Revision: 419914 URL: https://svnweb.freebsd.org/changeset/ports/419914 Log: security/libntlm: Update MAINTAINER address PR: 211521 Submitted by: Jochen Neumeister (maintainer, new email) Approved by: Jochen Neumeister (maintainer, old email) MFH: 2016Q3 Modified: head/security/libntlm/Makefile Modified: head/security/libntlm/Makefile ============================================================================== --- head/security/libntlm/Makefile Tue Aug 9 09:23:11 2016 (r419913) +++ head/security/libntlm/Makefile Tue Aug 9 10:13:15 2016 (r419914) @@ -6,7 +6,7 @@ PORTVERSION= 1.4 CATEGORIES= security MASTER_SITES= http://www.nongnu.org/libntlm/releases/ -MAINTAINER= jochen@daten-chaos.de +MAINTAINER= joneum@bsdproject.de COMMENT= Library that implement Microsoft's NTLM authentication LICENSE= LGPL21+