From owner-svn-ports-head@freebsd.org Mon May 7 18:05:50 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A108FB860B; Mon, 7 May 2018 18:05:50 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ACF1284298; Mon, 7 May 2018 18:05:49 +0000 (UTC) (envelope-from kmoore@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A7C0C1EC5F; Mon, 7 May 2018 18:05:49 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w47I5nk5026259; Mon, 7 May 2018 18:05:49 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w47I5ncW026257; Mon, 7 May 2018 18:05:49 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201805071805.w47I5ncW026257@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Mon, 7 May 2018 18:05:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469306 - in head/sysutils: grub2-bhyve grub2-efi grub2-pcbsd X-SVN-Group: ports-head X-SVN-Commit-Author: kmoore X-SVN-Commit-Paths: in head/sysutils: grub2-bhyve grub2-efi grub2-pcbsd X-SVN-Commit-Revision: 469306 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: Mon, 07 May 2018 18:05:50 -0000 Author: kmoore Date: Mon May 7 18:05:48 2018 New Revision: 469306 URL: https://svnweb.freebsd.org/changeset/ports/469306 Log: - Drop maintainership of the various grub-* ports we no longer use internally. Modified: head/sysutils/grub2-bhyve/Makefile head/sysutils/grub2-efi/Makefile head/sysutils/grub2-pcbsd/Makefile Modified: head/sysutils/grub2-bhyve/Makefile ============================================================================== --- head/sysutils/grub2-bhyve/Makefile Mon May 7 18:05:11 2018 (r469305) +++ head/sysutils/grub2-bhyve/Makefile Mon May 7 18:05:48 2018 (r469306) @@ -7,7 +7,7 @@ DISTVERSION= 0.40 PORTREVISION= 4 CATEGORIES= sysutils -MAINTAINER= kmoore@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Grub-emu loader for bhyve LICENSE= GPLv3 Modified: head/sysutils/grub2-efi/Makefile ============================================================================== --- head/sysutils/grub2-efi/Makefile Mon May 7 18:05:11 2018 (r469305) +++ head/sysutils/grub2-efi/Makefile Mon May 7 18:05:48 2018 (r469306) @@ -9,7 +9,7 @@ MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ ftp://ftp.pcbsd.org/pub/software/ DISTNAME= grub-${PORTVERSION}_7 -MAINTAINER= kmoore@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Multiboot EFI boot loader LICENSE= GPLv3 Modified: head/sysutils/grub2-pcbsd/Makefile ============================================================================== --- head/sysutils/grub2-pcbsd/Makefile Mon May 7 18:05:11 2018 (r469305) +++ head/sysutils/grub2-pcbsd/Makefile Mon May 7 18:05:48 2018 (r469306) @@ -9,7 +9,7 @@ MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ ftp://ftp.pcbsd.org/pub/software/ DISTNAME= grub-2.02_8 -MAINTAINER= kmoore@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Multiboot boot loader LICENSE= GPLv3