From owner-svn-ports-all@freebsd.org Fri Aug 14 22:04:37 2015 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 1304C9B9B81; Fri, 14 Aug 2015 22:04:37 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 03B2B1F5D; Fri, 14 Aug 2015 22:04:37 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7EM4aLN090380; Fri, 14 Aug 2015 22:04:36 GMT (envelope-from pgollucci@FreeBSD.org) Received: (from pgollucci@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7EM4adc090379; Fri, 14 Aug 2015 22:04:36 GMT (envelope-from pgollucci@FreeBSD.org) Message-Id: <201508142204.t7EM4adc090379@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pgollucci set sender to pgollucci@FreeBSD.org using -f From: "Philip M. Gollucci" Date: Fri, 14 Aug 2015 22:04:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394261 - head/security/afl X-SVN-Group: ports-head 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.20 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: Fri, 14 Aug 2015 22:04:37 -0000 Author: pgollucci Date: Fri Aug 14 22:04:36 2015 New Revision: 394261 URL: https://svnweb.freebsd.org/changeset/ports/394261 Log: security/afl: cannonicalize MAINTAINER Modified: head/security/afl/Makefile Modified: head/security/afl/Makefile ============================================================================== --- head/security/afl/Makefile Fri Aug 14 21:20:10 2015 (r394260) +++ head/security/afl/Makefile Fri Aug 14 22:04:36 2015 (r394261) @@ -6,7 +6,7 @@ PORTVERSION= 1.83b CATEGORIES= security MASTER_SITES= http://lcamtuf.coredump.cx/afl/releases/ -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= Fast instrumented fuzzer LICENSE= APACHE20