[Bug 280005] www/newsboat: upgrade to 2.36

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 26 Jun 2024 15:00:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280005

--- Comment #1 from Daniel Schauenberg <d@unwiredcouch.com> ---
quick note that I realized one of the tests is failing when I run `make test`: 


```
----
t_configpaths_create_dirs_returns_false_if_dotdir_doeesnt_exist_and_couldnt_be_created
stdout ----
thread
't_configpaths_create_dirs_returns_false_if_dotdir_doeesnt_exist_and_couldnt_be_created'
panicked at rust/libnewsboat/tests/configpaths_helpers/mod.rs:215:5:
assertion failed: !paths.create_dirs()
stack backtrace:
   0: rust_begin_unwind
   1: core::panicking::panic_fmt
   2: core::panicking::panic
   3: core::ops::function::FnOnce::call_once
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose
backtrace.


failures:
   
t_configpaths_create_dirs_returns_false_if_dotdir_doeesnt_exist_and_couldnt_be_created

test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out;
finished in 0.00s
```

However this seems to also fail on the existing 2.33 version of the port for
me. If I find some time I'll see if I can fix it and provide a patch for that
as well if this isn't just me.

-- 
You are receiving this mail because:
You are the assignee for the bug.