Date: Wed, 6 Aug 2014 14:11:17 +0000 (UTC) From: Kris Moore <kmoore@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364176 - in head/sysutils/grub2-pcbsd: . files Message-ID: <53e23785.5d3a.64774fcb@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kmoore Date: Wed Aug 6 14:11:17 2014 New Revision: 364176 URL: http://svnweb.freebsd.org/changeset/ports/364176 QAT: https://qat.redports.org/buildarchive/r364176/ Log: - Update grub2-pcbsd to more recent git revision of 2.02-prelease - Add patch to fix feature to read 'com.delphix:hole_birth' on ZFS - Bump PORTREV Added: head/sysutils/grub2-pcbsd/files/patch-grub-core_fs_zfs_zfs.c (contents, props changed) Modified: head/sysutils/grub2-pcbsd/Makefile head/sysutils/grub2-pcbsd/distinfo Modified: head/sysutils/grub2-pcbsd/Makefile ============================================================================== --- head/sysutils/grub2-pcbsd/Makefile Wed Aug 6 14:11:16 2014 (r364175) +++ head/sysutils/grub2-pcbsd/Makefile Wed Aug 6 14:11:17 2014 (r364176) @@ -3,11 +3,11 @@ PORTNAME= grub2-pcbsd PORTVERSION= 2.02p -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ ftp://ftp.pcbsd.org/pub/software/ -DISTNAME= grub-2.02_1 +DISTNAME= grub-2.02_2 MAINTAINER= kmoore@FreeBSD.org COMMENT= Multiboot boot loader Modified: head/sysutils/grub2-pcbsd/distinfo ============================================================================== --- head/sysutils/grub2-pcbsd/distinfo Wed Aug 6 14:11:16 2014 (r364175) +++ head/sysutils/grub2-pcbsd/distinfo Wed Aug 6 14:11:17 2014 (r364176) @@ -1,2 +1,2 @@ -SHA256 (grub-2.02_1.tar.xz) = d88d7c7533250df2939acb7a33f92d41fac02fc2bc729d95d89b571604d438b5 -SIZE (grub-2.02_1.tar.xz) = 4466312 +SHA256 (grub-2.02_2.tar.xz) = 6cc58fa5629e47a512b416810caf148f3659b039d2080fbd0b6b8c9c82958aab +SIZE (grub-2.02_2.tar.xz) = 4463684 Added: head/sysutils/grub2-pcbsd/files/patch-grub-core_fs_zfs_zfs.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/grub2-pcbsd/files/patch-grub-core_fs_zfs_zfs.c Wed Aug 6 14:11:17 2014 (r364176) @@ -0,0 +1,11 @@ +--- grub-core/fs/zfs/zfs.c.orig 2014-08-06 10:04:26.129840841 -0400 ++++ grub-core/fs/zfs/zfs.c 2014-08-06 10:05:01.587771419 -0400 +@@ -281,7 +281,7 @@ + */ + #define MAX_SUPPORTED_FEATURE_STRLEN 50 + static const char *spa_feature_names[] = { +- "org.illumos:lz4_compress",NULL ++ "org.illumos:lz4_compress","com.delphix:hole_birth",NULL + }; + + static int
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e23785.5d3a.64774fcb>