From owner-dev-commits-ports-main@freebsd.org Tue Aug 3 14:15:21 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 488AC639B22; Tue, 3 Aug 2021 14:15:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GfH2d1XPRz4bXk; Tue, 3 Aug 2021 14:15:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1CCC914ACA; Tue, 3 Aug 2021 14:15:21 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 173EFL9E031662; Tue, 3 Aug 2021 14:15:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 173EFLkQ031661; Tue, 3 Aug 2021 14:15:21 GMT (envelope-from git) Date: Tue, 3 Aug 2021 14:15:21 GMT Message-Id: <202108031415.173EFLkQ031661@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Ryan Moeller Subject: git: 7f01a506fe9d - main - devel/py-libzfs: Fix lzc_wait and lzc_sync detection MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: freqlabs X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7f01a506fe9d84e403ac0cc66a6de464c8b51234 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2021 14:15:21 -0000 The branch main has been updated by freqlabs (src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=7f01a506fe9d84e403ac0cc66a6de464c8b51234 commit 7f01a506fe9d84e403ac0cc66a6de464c8b51234 Author: Ryan Moeller AuthorDate: 2021-08-03 14:14:24 +0000 Commit: Ryan Moeller 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 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