From owner-svn-ports-all@FreeBSD.ORG Sat Sep 22 04:17:52 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E70FC106566B; Sat, 22 Sep 2012 04:17:52 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D308C8FC1D; Sat, 22 Sep 2012 04:17:52 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8M4HqXm082901; Sat, 22 Sep 2012 04:17:52 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8M4Hqoq082899; Sat, 22 Sep 2012 04:17:52 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201209220417.q8M4Hqoq082899@svn.freebsd.org> From: Thomas Abthorpe Date: Sat, 22 Sep 2012 04:17:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304661 - head/sysutils/grub2 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 22 Sep 2012 04:17:53 -0000 Author: tabthorpe Date: Sat Sep 22 04:17:52 2012 New Revision: 304661 URL: http://svn.freebsd.org/changeset/ports/304661 Log: - Reassign to the heap due to mail bounces - Remove 6.X cruft while I am here With hat: portmgr Modified: head/sysutils/grub2/Makefile (contents, props changed) Modified: head/sysutils/grub2/Makefile ============================================================================== --- head/sysutils/grub2/Makefile Sat Sep 22 04:14:04 2012 (r304660) +++ head/sysutils/grub2/Makefile Sat Sep 22 04:17:52 2012 (r304661) @@ -1,9 +1,5 @@ -# New ports collection makefile for: grub -# Whom: sem@FreeBSD.org -# Date created: 10 June 2010 -# +# Created by: sem@FreeBSD.org # $FreeBSD$ -# PORTNAME= grub2 PORTVERSION= 1.98 @@ -12,7 +8,7 @@ CATEGORIES= sysutils MASTER_SITES= ftp://alpha.gnu.org/gnu/grub/ DISTNAME= grub-${PORTVERSION} -MAINTAINER= rick@lgarchitecture.com +MAINTAINER= ports@FreeBSD.org COMMENT= Multiboot boot loader CONFLICTS= grub-0* @@ -37,10 +33,6 @@ MKFONT= "@comment " PLIST_SUB+= MKFONT=${MKFONT} -.if ${OSVERSION} < 700000 -BROKEN= does not compile on 6.X -.endif - post-install: @${CAT} ${PKGMESSAGE}