Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Oct 2021 16:46:38 GMT
From:      Ryan Moeller <freqlabs@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 63a23cd02cc1 - main - devel/py-libzfs: Avoid fallthrough macro conflict
Message-ID:  <202110011646.191GkcBE090225@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by freqlabs (src committer):

URL: https://cgit.FreeBSD.org/ports/commit/?id=63a23cd02cc10257d5141dfdd52bd3b61de7fbd4

commit 63a23cd02cc10257d5141dfdd52bd3b61de7fbd4
Author:     Ryan Moeller <freqlabs@FreeBSD.org>
AuthorDate: 2021-10-01 16:43:12 +0000
Commit:     Ryan Moeller <freqlabs@FreeBSD.org>
CommitDate: 2021-10-01 16:46:19 +0000

    devel/py-libzfs: Avoid fallthrough macro conflict
    
    Fixes build failure with recent OpenZFS.
    
    Approved by:    lwhsu (implicit)
    Reported by:    arrowd
    Sponsored by:   iXsystems, Inc.
---
 devel/py-libzfs/Makefile | 4 ++--
 devel/py-libzfs/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/devel/py-libzfs/Makefile b/devel/py-libzfs/Makefile
index 60561c772965..b153b36c642d 100644
--- a/devel/py-libzfs/Makefile
+++ b/devel/py-libzfs/Makefile
@@ -1,7 +1,7 @@
 # Created by: William Grzybowski <wg@FreeBSD.org>
 
 PORTNAME=	libzfs
-PORTVERSION=	1.1.2021090800
+PORTVERSION=	1.1.2021100100
 CATEGORIES=	devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -13,7 +13,7 @@ LICENSE=	BSD2CLAUSE
 USE_GITHUB=     yes
 GH_ACCOUNT=	truenas
 GH_PROJECT=	py-libzfs
-GH_TAGNAME=	809bbf3
+GH_TAGNAME=	8702fda
 
 HAS_CONFIGURE=	yes
 USES=		compiler:c11 python
diff --git a/devel/py-libzfs/distinfo b/devel/py-libzfs/distinfo
index 783d2259778d..b65751347c68 100644
--- a/devel/py-libzfs/distinfo
+++ b/devel/py-libzfs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1631110452
-SHA256 (truenas-py-libzfs-1.1.2021090800-809bbf3_GH0.tar.gz) = 477acf7e80d6affbdba18f13580e70b098f98131948233b1dbceaeaefe6dfbe1
-SIZE (truenas-py-libzfs-1.1.2021090800-809bbf3_GH0.tar.gz) = 93023
+TIMESTAMP = 1633106365
+SHA256 (truenas-py-libzfs-1.1.2021100100-8702fda_GH0.tar.gz) = 4dd8d2a957bf66f91b36f1cb0b19c71f61979cd06e3695f4265fd46b156b35c8
+SIZE (truenas-py-libzfs-1.1.2021100100-8702fda_GH0.tar.gz) = 93062



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