aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Moeller <freqlabs@FreeBSD.org>2021-08-03 14:14:24 +0000
committerRyan Moeller <freqlabs@FreeBSD.org>2021-08-03 14:15:14 +0000
commit7f01a506fe9d84e403ac0cc66a6de464c8b51234 (patch)
tree039b7ebe28feade0bd6301eb79dcf16194538515
parent9e082695ed53d772f75aa0b7f4da351d5491f9e9 (diff)
downloadports-7f01a506fe9d84e403ac0cc66a6de464c8b51234.tar.gz
ports-7f01a506fe9d84e403ac0cc66a6de464c8b51234.zip
devel/py-libzfs: Fix lzc_wait and lzc_sync detection
A typo in the configure script caused detection of these functions to always fail. The build succeeds, but the configuration is incorrect. While here, python:3.6+ is always the case since 3.6 is the lowest version supported in the ports tree now. Reviewed by: lwhsu Approved by: lwhsu (ports) Sponsored by: iXsystems, Inc. Differential Revision: https://reviews.freebsd.org/D31396
-rw-r--r--devel/py-libzfs/Makefile6
-rw-r--r--devel/py-libzfs/distinfo6
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-libzfs/Makefile b/devel/py-libzfs/Makefile
index cd1fc2eb7eb5..fdbeace7ff1c 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.2021080300
+PORTVERSION= 1.1.2021080301
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,10 +13,10 @@ LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= truenas
GH_PROJECT= py-libzfs
-GH_TAGNAME= 7a5e3e3
+GH_TAGNAME= 05f5915
HAS_CONFIGURE= yes
-USES= compiler:c11 python:3.6+
+USES= compiler:c11 python
USE_PYTHON= autoplist distutils cython
CONFIGURE_ENV= freebsd_src=${SRC_BASE}
diff --git a/devel/py-libzfs/distinfo b/devel/py-libzfs/distinfo
index bf3ff5920abc..598079f844b8 100644
--- a/devel/py-libzfs/distinfo
+++ b/devel/py-libzfs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1627964216
-SHA256 (truenas-py-libzfs-1.1.2021080300-7a5e3e3_GH0.tar.gz) = b0a4f21575cfb08518c54b3ea922ed39397da191ef7718f1145f0317c4880b15
-SIZE (truenas-py-libzfs-1.1.2021080300-7a5e3e3_GH0.tar.gz) = 91390
+TIMESTAMP = 1627997533
+SHA256 (truenas-py-libzfs-1.1.2021080301-05f5915_GH0.tar.gz) = 98652f508a59d56c1032baf78e659fb2f0d7d7e07b95e7f66d9e5f1da3e776fe
+SIZE (truenas-py-libzfs-1.1.2021080301-05f5915_GH0.tar.gz) = 92069