Page MenuHomeFreeBSD

filesystems/py-libzfs: 2.0.0
ClosedPublic

Authored by asomers on Wed, May 27, 4:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 5, 11:38 AM
Unknown Object (File)
Fri, Jun 5, 8:12 AM
Unknown Object (File)
Fri, Jun 5, 12:24 AM
Unknown Object (File)
Thu, Jun 4, 12:43 PM
Unknown Object (File)
Thu, Jun 4, 12:43 AM
Unknown Object (File)
Tue, Jun 2, 9:42 PM
Unknown Object (File)
Tue, Jun 2, 5:36 AM
Unknown Object (File)
Mon, Jun 1, 2:06 PM
Subscribers

Details

Summary

Truenas has abandoned this project. I've made a personal fork and
applied various fixes there. Switch the port to point at my fork.

https://github.com/asomers/py-libzfs/blob/master/CHANGELOG.md

Sponsored by: ConnectWise

Test Plan

Ran in production for 3 weeks

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

arrowd added a subscriber: arrowd.

Thank you for taking care of this project. sysutils/iocage depends on it.

The port LGTM apart from the PORTVERSION/DISTVERSION nitpick.

filesystems/py-libzfs/Makefile
3

And remove PORTVERSION.

This revision is now accepted and ready to land.Wed, May 27, 5:18 PM
filesystems/py-libzfs/Makefile
3

Err, I messed up the edit. What I meant is

-PORTVERSION= 2.0.0
+DISTVERSIONPREFIX=v
+DISTVERSION= 2.0.0

This revision was automatically updated to reflect the committed changes.