Created attachment 245587 [details] Patch to update monero-cli from 0.18.2.2 to 0.18.3.1 Hi I'd like to contribute a patch to upgrade monero-cli to 0.18.3.1 I built it with poudriere on a 13.2p4 jail and have it running normally in another 13.2p4 system. Changelog: https://github.com/monero-project/monero/releases/tag/v0.18.3.1
Your patch is defective: all the tabs have been replaced with spaces. When submitting patches, make sure they have not been molested in any way. Ideally prepare patches by making a commit to the FreeBSD ports repository. Then run "git format-patch" to generate a patch file, which you then upload. Do not copy/paste with your mouse from a console window, that may destroy tabs.
Created attachment 245666 [details] Patch to update monero-cli from 0.18.2.2 to 0.18.3.1 (fixed) Untouched diff file
(In reply to Robert Clausecker from comment #1) "Do not copy/paste with your mouse from a console window, that may destroy tabs." Guilty as charged. That's exactly what I did. I wasn't aware it would be a problem because of white space and was lazy transferring the file from the VM where it was created. The new patch is the original untouched diff file. Sorry for the waste of time.
Thank you for the enhanced patch. Would you like to take up maintainership of this unmaintained port?
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=dd4aa61a9e9d623aa62f2ff529e933f240aa0223 commit dd4aa61a9e9d623aa62f2ff529e933f240aa0223 Author: Toni B <tonidasbabes88@gmail.com> AuthorDate: 2023-10-18 18:42:45 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-10-19 07:07:31 +0000 net-p2p/monero-cli: update to 0.18.3.1 Changelog: https://github.com/monero-project/monero/releases/tag/v0.18.3.1 PR: 274438 net-p2p/monero-cli/Makefile | 7 +------ net-p2p/monero-cli/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 9 deletions(-)
Thank you for your contribution. If you want to maintain this port in the future, feel free to set the MAINTAINER field to your email address in a future submission.
(In reply to Robert Clausecker from comment #6) Thank you for the offer, but I need to get more experience before I take that responsibility. Right now I can only do very simple version bumps.