www/newsboat: Update to 2.14.1

Changes:	https://github.com/newsboat/newsboat/blob/r2.14.1/CHANGELOG.md
PR:		235651
Submitted by:	tobik
Approved by:	mt@markoturk.info (maintainer)
This commit is contained in:
Tobias Kortkamp 2019-02-10 21:59:58 +00:00
parent 720bc5620b
commit 54be47b083
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492653
3 changed files with 7 additions and 17 deletions

View file

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= newsboat
PORTVERSION= 2.14
PORTREVISION= 1
PORTVERSION= 2.14.1
CATEGORIES= www
MASTER_SITES= https://newsboat.org/releases/${PORTVERSION}/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
@ -93,6 +92,7 @@ CARGO_CRATES= aho-corasick-0.6.9 \
ucd-util-0.1.3 \
unicode-bidi-0.3.4 \
unicode-normalization-0.1.7 \
unicode-width-0.1.5 \
unicode-xid-0.1.0 \
unreachable-1.0.0 \
url-1.7.2 \

View file

@ -1,6 +1,6 @@
TIMESTAMP = 1546100326
SHA256 (newsboat-2.14.tar.xz) = 67bcbaac3ebed5cea07aee502803364a01e7b45a022c886932cc18d5b9e56d8d
SIZE (newsboat-2.14.tar.xz) = 496256
TIMESTAMP = 1549831369
SHA256 (newsboat-2.14.1.tar.xz) = 4bd0d3b1901a3fc7e0ef73b800587c28181a57b175c36b547dbd84636330df66
SIZE (newsboat-2.14.1.tar.xz) = 500096
SHA256 (rust/crates/aho-corasick-0.6.9.tar.gz) = 1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e
SIZE (rust/crates/aho-corasick-0.6.9.tar.gz) = 25979
SHA256 (rust/crates/argon2rs-0.2.5.tar.gz) = 3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392
@ -127,6 +127,8 @@ SHA256 (rust/crates/unicode-bidi-0.3.4.tar.gz) = 49f2bd0c6468a8230e1db229cff8029
SIZE (rust/crates/unicode-bidi-0.3.4.tar.gz) = 32228
SHA256 (rust/crates/unicode-normalization-0.1.7.tar.gz) = 6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25
SIZE (rust/crates/unicode-normalization-0.1.7.tar.gz) = 330545
SHA256 (rust/crates/unicode-width-0.1.5.tar.gz) = 882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526
SIZE (rust/crates/unicode-width-0.1.5.tar.gz) = 15761
SHA256 (rust/crates/unicode-xid-0.1.0.tar.gz) = fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc
SIZE (rust/crates/unicode-xid-0.1.0.tar.gz) = 16000
SHA256 (rust/crates/unreachable-1.0.0.tar.gz) = 382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56

View file

@ -1,12 +0,0 @@
https://github.com/newsboat/newsboat/pull/398
--- include/queuemanager.h.orig 2018-12-29 16:22:22 UTC
+++ include/queuemanager.h
@@ -1,6 +1,7 @@
#ifndef NEWSBOAT_QUEUEMANAGER_H_
#define NEWSBOAT_QUEUEMANAGER_H_
+#include <ctime>
#include <memory>
#include <string>