Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Feb 2023 15:41:10 GMT
From:      Ryan Moeller <freqlabs@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 33af83813501 - main - devel/py-libzfs: Update to fix build
Message-ID:  <202302021541.312FfAB1060469@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by freqlabs (src committer):

URL: https://cgit.FreeBSD.org/ports/commit/?id=33af83813501ce25303aa50ea47a3ea8f95cf9d8

commit 33af83813501ce25303aa50ea47a3ea8f95cf9d8
Author:     Ryan Moeller <freqlabs@FreeBSD.org>
AuthorDate: 2023-02-02 15:39:22 +0000
Commit:     Ryan Moeller <freqlabs@FreeBSD.org>
CommitDate: 2023-02-02 15:39:22 +0000

    devel/py-libzfs: Update to fix build
    
    Update to fix the build after recent changes in ZFS.
    
    Approved by:    lwhsu (implicit)
    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 0fcda5aa19cb..65fe42ca3803 100644
--- a/devel/py-libzfs/Makefile
+++ b/devel/py-libzfs/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	libzfs
-PORTVERSION=	1.1.2022081600
+PORTVERSION=	1.1.2023020200
 CATEGORIES=	devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USE_GITHUB=	yes
 GH_ACCOUNT=	truenas
 GH_PROJECT=	py-libzfs
-GH_TAGNAME=	077cf6d
+GH_TAGNAME=	1a99a45
 
 HAS_CONFIGURE=	yes
 USES=		compiler:c11 python
diff --git a/devel/py-libzfs/distinfo b/devel/py-libzfs/distinfo
index ce124cbd6684..2d016087530a 100644
--- a/devel/py-libzfs/distinfo
+++ b/devel/py-libzfs/distinfo
@@ -1,3 +1,3 @@
-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
+TIMESTAMP = 1675352253
+SHA256 (truenas-py-libzfs-1.1.2023020200-1a99a45_GH0.tar.gz) = 62eefaf62d0d6c68638ac80b77bf10a9e7415b4e55b5f67aa6e6dc0c9ceb38ec
+SIZE (truenas-py-libzfs-1.1.2023020200-1a99a45_GH0.tar.gz) = 95973



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302021541.312FfAB1060469>