git: 7f01a506fe9d - main - devel/py-libzfs: Fix lzc_wait and lzc_sync detection

Ryan Moeller freqlabs at FreeBSD.org
Tue Aug 3 14:15:21 UTC 2021


The branch main has been updated by freqlabs (src committer):

URL: https://cgit.FreeBSD.org/ports/commit/?id=7f01a506fe9d84e403ac0cc66a6de464c8b51234

commit 7f01a506fe9d84e403ac0cc66a6de464c8b51234
Author:     Ryan Moeller <freqlabs at FreeBSD.org>
AuthorDate: 2021-08-03 14:14:24 +0000
Commit:     Ryan Moeller <freqlabs at FreeBSD.org>
CommitDate: 2021-08-03 14:15:14 +0000

    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
---
 devel/py-libzfs/Makefile | 6 +++---
 devel/py-libzfs/distinfo | 6 +++---
 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 at 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


More information about the dev-commits-ports-main mailing list