Created attachment 252981 [details] Patch to update monero-cli from 0.18.3.1 to 0.18.3.2 Hi I'd like to contribute a patch to upgrade monero-cli to 0.18.3.2 I built it with poudriere on a 14.1-RELEASE jail and have it running normally in another 14.1-RELEASE system. Changelog: https://github.com/monero-project/monero/releases/tag/v0.18.3.2
Don't need PORTREVISION=1
Created attachment 252989 [details] Patch to update monero-cli from 0.18.3.1 to 0.18.3.2 (with no PORTVERSION) Thanks, I updated the patch.
Move BUILD_DEPENDS before LIB_DEPENDS.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=947a394625743805eba0146579fe2282c0183700 commit 947a394625743805eba0146579fe2282c0183700 Author: Alexander Perechnev <alexander@perechnev.com> AuthorDate: 2024-08-21 19:26:33 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-08-21 19:26:33 +0000 net-p2p/monero-cli: Update 0.18.3.1 → 0.18.3.2 Take maintanership. Move BUILD_DEPENDS before LIB_DEPENDS. Changelog: https://github.com/monero-project/monero/releases/tag/v0.18.3.2 PR: 280973 net-p2p/monero-cli/Makefile | 9 ++++----- net-p2p/monero-cli/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 8 deletions(-)
Thanks.