pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
newsboat: update to newsboat-2.11
Module Name: pkgsrc-wip
Committed By: Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By: yhardy
Date: Tue Mar 27 00:30:42 2018 +0200
Changeset: 7f9499f5ab94643a3e10b6bee4692d7f6987dcb9
Modified Files:
newsboat/Makefile
newsboat/distinfo
Removed Files:
newsboat/patches/patch-Makefile
Log Message:
newsboat: update to newsboat-2.11
Lists below only mention user-visible changes, but I would also like to
acknowledge contributions from the following people: Avindra Goolcharan, David
Pedersen, and Kaligule.
- Podboat adds ".part" suffix of the files it currently downloads (José Manuel
García-Patos)
- Support for `CURL_CA_BUNDLE` environment variable (Marius Bakke, Alexander
Batischev)
- Snapcraft package (Alan Pope)
- Dependency on hlohman/json (which is now used in TT-RSS interface instead of
json-c)
- CURL error codes are converted to strings in logs (Alexander Batischev)
- Open command line when a number key is pressed in a list (e.g. feedlist or
itemlist) (Nikos Tsipinakis)
- Basic Evernote bookmark plugin (see contrib/) (Royce)
- New command: `mark-all-above-as-read` (Roman Vasin)
- Valid podcast MIME types are "audio/*", "video/*", and "application/ogg"
(#105) (Alexander Batischev)
- Use just two queries to fetch items from TT-RSS (only works with API level ≥2)
(Simon Schuster)
- Make the cursor visible in filebrowser, and put it at the end of the line
(Nikos Tsipinakis)
- Sort the file list in filebrowser (Nikos Tsipinakis)
- Translations: Russian, Ukrainian (Alexander Batischev), German (Lysander
Trischler), Italian (Francesco Ariis), French (tkerdonc), Brazilian
Portuguese (Adiel Mittmann)
- Compile with optimizations (`-O2`) by default (Alexander Batischev, Nikos
Tsipinakis)
- Unwanted logging to stdout on `--export-to-opml` (#104) (Alexander Batischev)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7f9499f5ab94643a3e10b6bee4692d7f6987dcb9
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 | 9 ++++-----
newsboat/patches/patch-Makefile | 22 ----------------------
3 files changed, 6 insertions(+), 29 deletions(-)
diffs:
diff --git a/newsboat/Makefile b/newsboat/Makefile
index 2fe686ae14..1479800656 100644
--- a/newsboat/Makefile
+++ b/newsboat/Makefile
@@ -1,8 +1,8 @@
# $NetBSD$
-DISTNAME= newsboat-2.10.2
+DISTNAME= newsboat-2.11
CATEGORIES= news
-MASTER_SITES= https://newsboat.org/releases/2.10.2/
+MASTER_SITES= https://newsboat.org/releases/2.11/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
diff --git a/newsboat/distinfo b/newsboat/distinfo
index a200a2f053..c9b56ef7af 100644
--- a/newsboat/distinfo
+++ b/newsboat/distinfo
@@ -1,9 +1,8 @@
$NetBSD$
-SHA1 (newsboat-2.10.2.tar.xz) = 44f31ad9b0eaa15db3b0a072446a46289573d7e1
-RMD160 (newsboat-2.10.2.tar.xz) = ae43789d20eb1f249c918019ca2603f4ba69332e
-SHA512 (newsboat-2.10.2.tar.xz) = b807e0539bf31a4536af4e933623ec4de974995dda2345178057601aff43081746941d93a26269b6e8b77aee34b50a7c9867f867bed1331fc9a2c381163636fc
-Size (newsboat-2.10.2.tar.xz) = 334820 bytes
-SHA1 (patch-Makefile) = 0edde2ecfc59117660ab8f607ca889e15fc23351
+SHA1 (newsboat-2.11.tar.xz) = 7eca3a787eb7aa13793d15c26410041020549ca1
+RMD160 (newsboat-2.11.tar.xz) = 9b361fa8b4b76aa3ecf19db887201a33e5c23520
+SHA512 (newsboat-2.11.tar.xz) = a82c1ccb53d8be733973c678b0891821a7aec44654b6bfa167253774adbcc6b73e570cd197e2ea038c827719cd1a92d043dfecd0671f32ba51185a87889181f1
+Size (newsboat-2.11.tar.xz) = 425912 bytes
SHA1 (patch-config.sh) = 3451c0ad9507c76950860f9d9992791199851819
SHA1 (patch-src_controller.cpp) = c0564d2e3da95f6c9794b2a54ab13cc3e840e027
diff --git a/newsboat/patches/patch-Makefile b/newsboat/patches/patch-Makefile
deleted file mode 100644
index a2f3fa7122..0000000000
--- a/newsboat/patches/patch-Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD$
-
-Install man page with proper permissions (executable bit not needed for them!).
-
---- Makefile.orig 2017-12-25 17:49:35.000000000 +0000
-+++ Makefile
-@@ -222,13 +222,13 @@ install-newsboat: $(NEWSBOAT) doc/$(NEWS
- $(MKDIR) $(DESTDIR)$(prefix)/bin
- $(INSTALL) $(NEWSBOAT) $(DESTDIR)$(prefix)/bin
- $(MKDIR) $(DESTDIR)$(mandir)/man1
-- $(INSTALL) doc/$(NEWSBOAT).1 $(DESTDIR)$(mandir)/man1 || true
-+ $(INSTALL) -m 644 doc/$(NEWSBOAT).1 $(DESTDIR)$(mandir)/man1 || true
-
- install-podboat: $(PODBOAT) doc/$(PODBOAT).1
- $(MKDIR) $(DESTDIR)$(prefix)/bin
- $(INSTALL) $(PODBOAT) $(DESTDIR)$(prefix)/bin
- $(MKDIR) $(DESTDIR)$(mandir)/man1
-- $(INSTALL) doc/$(PODBOAT).1 $(DESTDIR)$(mandir)/man1 || true
-+ $(INSTALL) -m 644 doc/$(PODBOAT).1 $(DESTDIR)$(mandir)/man1 || true
-
- install-docs: doc
- $(MKDIR) $(DESTDIR)$(docdir)
Home |
Main Index |
Thread Index |
Old Index