From owner-svn-ports-all@freebsd.org Thu Jun 16 00:20:28 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 05602A47CD3; Thu, 16 Jun 2016 00:20:28 +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 CBC511881; Thu, 16 Jun 2016 00:20:27 +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 u5G0KRuT083471; Thu, 16 Jun 2016 00:20:27 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5G0KR48083470; Thu, 16 Jun 2016 00:20:27 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201606160020.u5G0KR48083470@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 16 Jun 2016 00:20:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416941 - head/sysutils/am-utils 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.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: Thu, 16 Jun 2016 00:20:28 -0000 Author: cy Date: Thu Jun 16 00:20:26 2016 New Revision: 416941 URL: https://svnweb.freebsd.org/changeset/ports/416941 Log: Assume for the care and feeding of this port. Modified: head/sysutils/am-utils/Makefile Modified: head/sysutils/am-utils/Makefile ============================================================================== --- head/sysutils/am-utils/Makefile Wed Jun 15 21:36:47 2016 (r416940) +++ head/sysutils/am-utils/Makefile Thu Jun 16 00:20:26 2016 (r416941) @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.am-utils.org/pub ftp://ftp.cs.umn.edu/pub/am-utils/ \ ftp://ftp.u-aizu.ac.jp/pub/net/amd/am-utils/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= cy@FreeBSD.org COMMENT= The Berkeley Automounter Suite of Utilities LICENSE= BSD3CLAUSE