Bug 270753 - net-p2p/namecoin: Update 0.21.0.1 -> 24.0
Summary: net-p2p/namecoin: Update 0.21.0.1 -> 24.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Daniel Engberg
URL: https://www.namecoin.org/2022/08/02/n...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-11 03:06 UTC by Chad Jacob Milios
Modified: 2023-06-06 07:31 UTC (History)
2 users (show)

See Also:


Attachments
git diff (6.98 KB, patch)
2023-04-11 03:06 UTC, Chad Jacob Milios
milios: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chad Jacob Milios 2023-04-11 03:06:04 UTC
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
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2023-04-15 17:16:45 UTC
^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!
Comment 2 Chad Jacob Milios 2023-04-16 01:00:23 UTC
(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
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2023-04-16 15:55:46 UTC
(In reply to Chad Jacob Milios from comment #2)
Thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-06-06 07:25:50 UTC
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(-)
Comment 5 Daniel Engberg freebsd_committer freebsd_triage 2023-06-06 07:31:38 UTC
Committed, thanks