Created attachment 231176 [details] Upgrade zrepl port to 0.5.0. First contribution to ports, please be kind if something's wrong :) Please double check to be sure that I did not forgot something. # Port upgrade * Bumped DISTVERSION number * Regenerated dist-info file * Regenerated pkg-plist file # Tests * poudriere testport * build on main host * pkg remove zrepl && make && make install # My repo for testing https://repository.eoli3n.eu.org/ Running on my servers, working perfectly.
Congratulations on your first contribution Jonathan and thank you! If there is a changelog associated with this release, please set it in the URl field. If this is a bugfix and/or security release, please set merge-quarterly flag to ?
Half new features, half bug fixes.
(In reply to jonathan.kirszling from comment #2) Are the @sample pkg-plist removals intentional and if so what is the reason?
Created attachment 231379 [details] Upgrade zrepl port to 0.5.0.
I'll hold off merging to quarterly as this update introduces breaking changes, so would rather give users an opportunity to adapt these changes in Q3 rather than a currently-working configuration.
Comment on attachment 231379 [details] Upgrade zrepl port to 0.5.0. Patch looks fine to me.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6a357b21872556c2fd66dea6b7f7a7b8fd59c12e commit 6a357b21872556c2fd66dea6b7f7a7b8fd59c12e Author: eoli3n <jonathan.kirszling@runbox.com> AuthorDate: 2022-01-27 13:57:44 +0000 Commit: Lewis Cook <lcook@FreeBSD.org> CommitDate: 2022-01-27 14:04:02 +0000 sysutils/zrepl: Update to 0.5.0 PR: 261353 Changes: https://zrepl.github.io/v0.5.0/changelog.html sysutils/zrepl/Makefile | 3 +-- sysutils/zrepl/distinfo | 10 +++++----- sysutils/zrepl/pkg-plist | 5 ++++- 3 files changed, 10 insertions(+), 8 deletions(-)
Thank you Jonathan, committed!