From owner-svn-ports-head@freebsd.org Tue Oct 17 02:17:30 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 0B721E4EFC7; Tue, 17 Oct 2017 02:17:30 +0000 (UTC) (envelope-from cy@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 CC80F7C778; Tue, 17 Oct 2017 02:17:29 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9H2HTsr071517; Tue, 17 Oct 2017 02:17:29 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9H2HTwh071516; Tue, 17 Oct 2017 02:17:29 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201710170217.v9H2HTwh071516@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Tue, 17 Oct 2017 02:17:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452258 - head/security/wpa_supplicant X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: head/security/wpa_supplicant X-SVN-Commit-Revision: 452258 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.23 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, 17 Oct 2017 02:17:30 -0000 Author: cy Date: Tue Oct 17 02:17:28 2017 New Revision: 452258 URL: https://svnweb.freebsd.org/changeset/ports/452258 Log: This port is too important to be orphaned. Take maintainership and provide a good home. Modified: head/security/wpa_supplicant/Makefile (contents, props changed) Modified: head/security/wpa_supplicant/Makefile ============================================================================== --- head/security/wpa_supplicant/Makefile Tue Oct 17 01:30:47 2017 (r452257) +++ head/security/wpa_supplicant/Makefile Tue Oct 17 02:17:28 2017 (r452258) @@ -16,7 +16,7 @@ PATCHFILES= rebased-v2.6-0001-hostapd-Avoid-key-reinst rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch PATCH_DIST_STRIP= -p1 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= cy@FreeBSD.org COMMENT= Supplicant (client) for WPA/802.1x protocols LICENSE= BSD3CLAUSE