pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
newsboat: update to newsboat-2.12
Module Name: pkgsrc-wip
Committed By: Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By: yhardy
Date: Mon Jun 25 22:08:37 2018 +0200
Changeset: 220056156a53f7d89c2437a13f4c77fbcfd261de
Modified Files:
newsboat/Makefile
newsboat/distinfo
newsboat/patches/patch-src_controller.cpp
Log Message:
newsboat: update to newsboat-2.12
# Changes for Newsboat
## 2.12 - 2018-06-24
Lists below only mention user-visible changes, but I would also like to
acknowledge contributions from the following people: Kamil Wsół and Simon
Schuster.
### Added
- Ability to override path to `pkg-config` (Ali Lown)
- Socket support in filebrowser (Sebastian Rakel)
- `ls --classify`-like formatting for filenames in filebrowser (Sebastian Rakel)
- Ability to sort feedlist by last update (TwilightSpectre) (#191)
- `:q` as alternative to `:quit` (Franz König)
- Support for `open-in-browser` in URL dialog, thus fixing many user macros in
that dialog (Felix Viernickel) (#194)
- "Author" field for items fetched from Newsblur (Chris Nehren)
- Coding style, mostly enforced through `clang-format`. Non-enforceable things
are documented in docs/code-style.markdown (Alexander Batischev)
- A check in `bind-key` that will now throw an error on binding to
a non-existent operation (Nikos Tsipinakis)
### Changed
- The markup in docs, to be consistent throughout (Lysander Trischler)
- HTTP to HTTPS in communication with The Old Reader (Richard Quirk)
- Translations: Russian, Ukrainian (Alexander Batischev), Italian (Francesco
Ariis)
### Fixed
- `setlocale()` no longer fails on MacOS (Jacob Wahlgren, Alexander Batischev)
(#156)
- Colors for unread items in all contributed colorschemes (@sandersantema)
(#163)
- Segfaults in dialogs view when `swap-title-and-hints` is enabled (Alexander
Batischev) (#168)
- Typo in JSON field name in TT-RSS API (Sebastian Rakel) (#177)
- Filebrowser displaying "d" filetype for everything but regular files
(Sebastian Rakel) (#184)
- TT-RSS relogin (Sebastian Rakel)
- Internal HTML renderer not stripping whitespace in front of text (Alexander
Batischev) (#204)
- Podboat breaking if XDG data dir already exists (Alexander Batischev)
- Makefile failing if user overrode `ls` somehow (Alexander Batischev)
- Various problems found by clang-analyzer and Coverity Scan (Alexander
Batischev)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=220056156a53f7d89c2437a13f4c77fbcfd261de
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
newsboat/Makefile | 4 ++--
newsboat/distinfo | 10 +++++-----
newsboat/patches/patch-src_controller.cpp | 14 ++++++++------
3 files changed, 15 insertions(+), 13 deletions(-)
diffs:
diff --git a/newsboat/Makefile b/newsboat/Makefile
index ba7441b188..0bcc33fdf1 100644
--- a/newsboat/Makefile
+++ b/newsboat/Makefile
@@ -1,8 +1,8 @@
# $NetBSD$
-DISTNAME= newsboat-2.11.1
+DISTNAME= newsboat-2.12
CATEGORIES= news
-MASTER_SITES= https://newsboat.org/releases/2.11.1/
+MASTER_SITES= https://newsboat.org/releases/2.12/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
diff --git a/newsboat/distinfo b/newsboat/distinfo
index 69ec5a7b82..a028a4a1d4 100644
--- a/newsboat/distinfo
+++ b/newsboat/distinfo
@@ -1,8 +1,8 @@
$NetBSD$
-SHA1 (newsboat-2.11.1.tar.xz) = 2634eeef30ed83c79e2a5fd6e45a4e2e58f21733
-RMD160 (newsboat-2.11.1.tar.xz) = e1f342f3d430c1b496296fa150c7272342e981f0
-SHA512 (newsboat-2.11.1.tar.xz) = 265b83828eb3da6e61b14b6d16012baf3de147b777fa09a8cad0e76d4cf54677389bf89abf10f94a644def57f41694869a6ea07465e7cc97ec12df74d939bb5a
-Size (newsboat-2.11.1.tar.xz) = 426056 bytes
+SHA1 (newsboat-2.12.tar.xz) = 59da1802bd4a86805f120661d37c65e46b8fc90f
+RMD160 (newsboat-2.12.tar.xz) = 57b44e1ce0c248cc4c1905e71bdc66af4ffbce5c
+SHA512 (newsboat-2.12.tar.xz) = 211024288c58ac467e1953f2cd6e7cf1cf7d36ae3d1051d8845692a016232a7662b4b6a816663bd0a2a911c89198fac56e674dbca20df45bcbd7f2cbccbce311
+Size (newsboat-2.12.tar.xz) = 442132 bytes
SHA1 (patch-config.sh) = 3451c0ad9507c76950860f9d9992791199851819
-SHA1 (patch-src_controller.cpp) = c0564d2e3da95f6c9794b2a54ab13cc3e840e027
+SHA1 (patch-src_controller.cpp) = 7209d36b10f2afdc1157dc6fda54e72ca5caa6d7
diff --git a/newsboat/patches/patch-src_controller.cpp b/newsboat/patches/patch-src_controller.cpp
index fd5298b96d..f1d05b6e29 100644
--- a/newsboat/patches/patch-src_controller.cpp
+++ b/newsboat/patches/patch-src_controller.cpp
@@ -2,17 +2,19 @@ $NetBSD$
Everything works, but native curses has no curses_version(), so rip out that bit.
---- src/controller.cpp.orig 2017-09-22 20:01:50.000000000 +0000
+--- src/controller.cpp.orig 2018-06-24 19:30:30.000000000 +0000
+++ src/controller.cpp
-@@ -1167,7 +1167,11 @@ void controller::version_information(con
+@@ -910,9 +910,13 @@ void controller::print_version_informati
#if defined(__GNUC__) && defined(__VERSION__)
std::cout << "Compiler: g++ " << __VERSION__ << std::endl;
#endif
+#if defined(__NetBSD__)
+ std::cout << "Native NetBSD curses" << std::endl;
+#else
- std::cout << "ncurses: " << curses_version() << " (compiled with " << NCURSES_VERSION << ")" << std::endl;
+ std::cout << "ncurses: " << curses_version()
+ << " (compiled with " << NCURSES_VERSION << ")"
+ << std::endl;
+#endif
- std::cout << "libcurl: " << curl_version() << " (compiled with " << LIBCURL_VERSION << ")" << std::endl;
- std::cout << "SQLite: " << sqlite3_libversion() << " (compiled with " << SQLITE_VERSION << ")" << std::endl;
- std::cout << "libxml2: compiled with " << LIBXML_DOTTED_VERSION << std::endl << std::endl;
+ std::cout << "libcurl: " << curl_version() << " (compiled with "
+ << LIBCURL_VERSION << ")" << std::endl;
+ std::cout << "SQLite: " << sqlite3_libversion()
Home |
Main Index |
Thread Index |
Old Index