From owner-svn-ports-head@freebsd.org Sat Dec 23 13:58:41 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 C1615EA656C; Sat, 23 Dec 2017 13:58:41 +0000 (UTC) (envelope-from tijl@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 8E8A0640BB; Sat, 23 Dec 2017 13:58:41 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBNDweFc091925; Sat, 23 Dec 2017 13:58:40 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBNDwewP091923; Sat, 23 Dec 2017 13:58:40 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201712231358.vBNDwewP091923@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sat, 23 Dec 2017 13:58:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457052 - in head/Mk: . Uses X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head/Mk: . Uses X-SVN-Commit-Revision: 457052 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.25 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: Sat, 23 Dec 2017 13:58:41 -0000 Author: tijl Date: Sat Dec 23 13:58:40 2017 New Revision: 457052 URL: https://svnweb.freebsd.org/changeset/ports/457052 Log: Take maintainership from autotools@. That group is no longer active. Modified: head/Mk/Uses/libtool.mk head/Mk/bsd.autotools.mk Modified: head/Mk/Uses/libtool.mk ============================================================================== --- head/Mk/Uses/libtool.mk Sat Dec 23 13:51:19 2017 (r457051) +++ head/Mk/Uses/libtool.mk Sat Dec 23 13:58:40 2017 (r457052) @@ -11,7 +11,7 @@ # be used when a port does not generate its own libtool # script and relies on the system to provide one. # -# MAINTAINER: autotools@FreeBSD.org +# MAINTAINER: tijl@FreeBSD.org .if !defined(_INCLUDE_USES_LIBTOOL_MK) _INCLUDE_USES_LIBTOOL_MK= yes Modified: head/Mk/bsd.autotools.mk ============================================================================== --- head/Mk/bsd.autotools.mk Sat Dec 23 13:51:19 2017 (r457051) +++ head/Mk/bsd.autotools.mk Sat Dec 23 13:58:40 2017 (r457052) @@ -7,7 +7,7 @@ # wrath of countless folks, and be unceremoniously backed out by # the maintainer and/or portmgr. -Autotools_Include_MAINTAINER= autotools@FreeBSD.org +Autotools_Include_MAINTAINER= tijl@FreeBSD.org #--------------------------------------------------------------------------- # USE_AUTOTOOLS= tool[:env] ...