| Summary: | [MAINTAINER] sysutils/py-pyznap update to 1.1.0 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Dries Michiels <driesm> | ||||||||
| Component: | Individual Port(s) | Assignee: | Mateusz Piotrowski <0mp> | ||||||||
| Status: | Closed FIXED | ||||||||||
| Severity: | Affects Only Me | CC: | 0mp | ||||||||
| Priority: | --- | Keywords: | easy, patch | ||||||||
| Version: | Latest | ||||||||||
| Hardware: | Any | ||||||||||
| OS: | Any | ||||||||||
| Attachments: |
|
||||||||||
Hi, is it possible that the patch file is broken? You seem to patch the Makefile twice. Created attachment 198740 [details]
update to 1.1.0
Good catch, should be fixed now. I had Makefile.orig and Makefile.back in the same dir. Probably because of that :D! (In reply to Dries Michiels from comment #3) BTW, is there a release changelog for v1.1.0? Changes for 1.1.0 release include: Added: - pyznap now uses pv to show progress of zfs send operations. - Better error handling during zfs send over ssh. Fixed - Changed readme to only mention python 3.5+. (In reply to Dries Michiels from comment #5) Oh, shouldn't we add pv to runtime dependencies in this case? Created attachment 198741 [details]
update to 1.1.0
Add pv as run depend to display progress.
This patch updates the tool to the latest version and adds a missing run depend for full functionality (pv). Also add concurrent to USE_PYTHON
(In reply to Mateusz Piotrowski from comment #6) Yep I would say that is the way to go. pv only takes+-50kB as extra dependency. (In reply to Dries Michiels from comment #9) Alright, let's test it. A commit references this bug: Author: 0mp Date: Fri Nov 2 13:05:26 UTC 2018 New revision: 483804 URL: https://svnweb.freebsd.org/changeset/ports/483804 Log: sysutils/py-pyznap: Update to v1.1.0 Changelog: - pyznap now uses pv to show progress of zfs send operations. - Better error handling during zfs send over ssh. PR: 232787 Submitted by: Dries Michiels <driesm.michiels@gmail.com> (maintainer) Reviewed by: krion Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D17753 Changes: head/sysutils/py-pyznap/Makefile head/sysutils/py-pyznap/distinfo head/sysutils/py-pyznap/files/pkg-message.in Committed! Thank you! :) |
Created attachment 198739 [details] update to 1.1.0