Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Feb 2019 19:19:29 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492271 - head/sysutils/grub2-pcbsd
Message-ID:  <201902051919.x15JJThA085083@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Tue Feb  5 19:19:29 2019
New Revision: 492271
URL: https://svnweb.freebsd.org/changeset/ports/492271

Log:
  sysutils/grub2-pcbsd: modernize a bit:
  
  - remove reference to expired sysutils/grub2 port
  - remove obsolete conflict with grub-0
  - bump PORTREVISION

Modified:
  head/sysutils/grub2-pcbsd/Makefile
  head/sysutils/grub2-pcbsd/pkg-descr

Modified: head/sysutils/grub2-pcbsd/Makefile
==============================================================================
--- head/sysutils/grub2-pcbsd/Makefile	Tue Feb  5 19:01:59 2019	(r492270)
+++ head/sysutils/grub2-pcbsd/Makefile	Tue Feb  5 19:19:29 2019	(r492271)
@@ -3,7 +3,7 @@
 
 PORTNAME=	grub2-pcbsd
 PORTVERSION=	2.02q
-PORTREVISION=	15
+PORTREVISION=	16
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.pcbsd.org/~kris/software/ \
 		ftp://ftp.pcbsd.org/pub/software/
@@ -21,7 +21,7 @@ BUILD_DEPENDS=	${LOCALBASE}/bin/flex:textproc/flex \
 		help2man:misc/help2man
 
 WRKSRC=		${WRKDIR}/grub-2.02
-CONFLICTS=	grub-0* grub2-2*
+CONFLICTS=	grub2-2*
 SSP_UNSAFE=	yes
 USE_GCC=	yes
 GNU_CONFIGURE=	yes

Modified: head/sysutils/grub2-pcbsd/pkg-descr
==============================================================================
--- head/sysutils/grub2-pcbsd/pkg-descr	Tue Feb  5 19:01:59 2019	(r492270)
+++ head/sysutils/grub2-pcbsd/pkg-descr	Tue Feb  5 19:19:29 2019	(r492271)
@@ -6,7 +6,6 @@ This port does not install GRUB on the master boot rec
 To do this you will need to read the info page that is installed by the port.
 
 This port includes additional patches and fixes making it work properly
-with ZFS boot-environments. Users on UFS will probably want to install the
-regular sysutils/grub2 port.
+with ZFS boot-environments.
 
 WWW: http://www.gnu.org/software/grub/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902051919.x15JJThA085083>