svn commit: r492271 - head/sysutils/grub2-pcbsd

Rene Ladan rene at FreeBSD.org
Tue Feb 5 19:19:31 UTC 2019


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/


More information about the svn-ports-all mailing list