From owner-svn-ports-all@freebsd.org Tue Aug 9 10:18:40 2016 Return-Path: Delivered-To: svn-ports-all@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 EC439BB1446; Tue, 9 Aug 2016 10:18:40 +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 BC98F169B; Tue, 9 Aug 2016 10:18:40 +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 u79AIdvi057697; Tue, 9 Aug 2016 10:18:39 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u79AIdV9057696; Tue, 9 Aug 2016 10:18:39 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201608091018.u79AIdV9057696@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:18:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419915 - branches/2016Q3/security/libntlm X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Aug 2016 10:18:41 -0000 Author: koobs Date: Tue Aug 9 10:18:39 2016 New Revision: 419915 URL: https://svnweb.freebsd.org/changeset/ports/419915 Log: MFH: r419914 security/libntlm: Update MAINTAINER address PR: 211521 Submitted by: Jochen Neumeister (maintainer, new email) Approved by: Jochen Neumeister (maintainer, old email) Approved by: ports-secteam (blanket) Modified: branches/2016Q3/security/libntlm/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/security/libntlm/Makefile ============================================================================== --- branches/2016Q3/security/libntlm/Makefile Tue Aug 9 10:13:15 2016 (r419914) +++ branches/2016Q3/security/libntlm/Makefile Tue Aug 9 10:18:39 2016 (r419915) @@ -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+