svn commit: r304661 - head/sysutils/grub2

Thomas Abthorpe tabthorpe at FreeBSD.org
Sat Sep 22 04:17:53 UTC 2012


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 at FreeBSD.org
-# Date created:				10 June 2010
-#
+# Created by: sem at 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 at lgarchitecture.com
+MAINTAINER=	ports at 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}
 



More information about the svn-ports-all mailing list