Created attachment 241411 [details] git diff also added UIDs/GIDs entry for namecoin-daemon changed the default $namecoind_data_dir in rc.d script to follow bitcoin/litecoin convention
^Triage: maintainer-feedback not needed unless requested first. ^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field. Thanks!
(In reply to Fernando Apesteguía from comment #1) There was a formal release note for v22.0, linked above. v23.0 an v24.0 arrived without any fanfare, mere forklifts to corresponding Bitcoin releases. https://github.com/namecoin/namecoin-core/releases
(In reply to Chad Jacob Milios from comment #2) Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f7ca7eba9e9c3c08e3d1d233529c8c1933ebd5c4 commit f7ca7eba9e9c3c08e3d1d233529c8c1933ebd5c4 Author: Chad Jacob Milios <milios@ccsys.com> AuthorDate: 2023-06-06 06:46:55 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-06-06 07:25:29 +0000 net-p2p/namecoin: Update to 24.0 A few minor changes made to submitted patch: * Switch PORTVERSION to DISTVERSION * Use USES= localbase for UPNP option * Disable autodetection of sqlite when WALLET option is selected * Fix plist for net-p2p/namecoin-utils Changelog: https://github.com/namecoin/namecoin-core/releases/tag/nc24.0 PR: 270753 GIDs | 2 +- UIDs | 2 +- net-p2p/namecoin-daemon/Makefile | 13 ++++++++----- net-p2p/namecoin-utils/Makefile | 6 +----- net-p2p/namecoin/Makefile | 12 +++++------- net-p2p/namecoin/distinfo | 6 +++--- net-p2p/namecoin/files/namecoin.conf (new) | 20 ++++++++++++++++++++ net-p2p/namecoin/files/namecoind.in | 14 ++++++-------- net-p2p/namecoin/files/patch-src_rpc_names.cpp (new) | 10 ++++++++++ 9 files changed, 55 insertions(+), 30 deletions(-)
Committed, thanks