git: 63a23cd02cc1 - main - devel/py-libzfs: Avoid fallthrough macro conflict
Ryan Moeller
freqlabs at FreeBSD.org
Fri Oct 1 16:46:38 UTC 2021
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 at FreeBSD.org>
AuthorDate: 2021-10-01 16:43:12 +0000
Commit: Ryan Moeller <freqlabs at 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 at 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
More information about the dev-commits-ports-all
mailing list