aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Moeller <freqlabs@FreeBSD.org>2022-08-16 10:57:06 +0000
committerRyan Moeller <freqlabs@FreeBSD.org>2022-08-16 16:21:32 +0000
commitffdaee554e12a7bc4bc5f95426aee2534ab288a8 (patch)
treec8881011ee15f3492e2aa75d235ec6f55ec0c39d
parentaf0a5e4af6e253bc3f9ca1f5dd3154656bf3525e (diff)
downloadports-ffdaee554e12a7bc4bc5f95426aee2534ab288a8.tar.gz
ports-ffdaee554e12a7bc4bc5f95426aee2534ab288a8.zip
devel/py-libzfs: Unbreak FreeBSD <13.1
Commits in the previous update fixed incorrect zpool status handling, but broke the build for older versions of ZFS. Now, zpool_status_t enumerators are checked at configure time. This fixes the build for all supported FreeBSD releases and fixes the incorrect zpool status handling. - Check zpool_status_t enumerators at configure time - Fix round-tripping ZFSException through pickle - Remove zpool_get_physpath Approved by: lwhsu (implicit) Sponsored by: iXsystems, Inc. (cherry picked from commit 19c3e861b7680d7eae1fa65ca94b08201c3ddf5d)
-rw-r--r--devel/py-libzfs/Makefile4
-rw-r--r--devel/py-libzfs/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-libzfs/Makefile b/devel/py-libzfs/Makefile
index 0c891403112a..77e1e2096d7c 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.2022060900
+PORTVERSION= 1.1.2022081600
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= truenas
GH_PROJECT= py-libzfs
-GH_TAGNAME= d98f5fe
+GH_TAGNAME= 077cf6d
HAS_CONFIGURE= yes
USES= compiler:c11 python
diff --git a/devel/py-libzfs/distinfo b/devel/py-libzfs/distinfo
index d3d66b7b7d4c..ce124cbd6684 100644
--- a/devel/py-libzfs/distinfo
+++ b/devel/py-libzfs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1654807325
-SHA256 (truenas-py-libzfs-1.1.2022060900-d98f5fe_GH0.tar.gz) = defc9db7559f4b3760dc4697cc24a00c524562ac0c441f1004b646f26c9b8a30
-SIZE (truenas-py-libzfs-1.1.2022060900-d98f5fe_GH0.tar.gz) = 94222
+TIMESTAMP = 1660645925
+SHA256 (truenas-py-libzfs-1.1.2022081600-077cf6d_GH0.tar.gz) = 6a9ed2e7c54d08179d0199320aac9ccb6d641e8a0f40a325628ebd93e55a1bab
+SIZE (truenas-py-libzfs-1.1.2022081600-077cf6d_GH0.tar.gz) = 95427