diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-02-10 21:59:58 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-02-10 21:59:58 +0000 |
commit | 54be47b0836055c282b8ed4aca7bc9c7c7abafc1 (patch) | |
tree | 7ea8b46a580601381000e579214195c960a4c5cb | |
parent | sysutils/bfs: Update to 1.3.3 (diff) |
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)
-rw-r--r-- | www/newsboat/Makefile | 4 | ||||
-rw-r--r-- | www/newsboat/distinfo | 8 | ||||
-rw-r--r-- | www/newsboat/files/patch-include_queuemanager.h | 12 |
3 files changed, 7 insertions, 17 deletions
diff --git a/www/newsboat/Makefile b/www/newsboat/Makefile index 28a6e905c8c4..570cdaf225bf 100644 --- a/www/newsboat/Makefile +++ b/www/newsboat/Makefile @@ -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 \ diff --git a/www/newsboat/distinfo b/www/newsboat/distinfo index 1984f421b4d8..7a0aa6a98757 100644 --- a/www/newsboat/distinfo +++ b/www/newsboat/distinfo @@ -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 diff --git a/www/newsboat/files/patch-include_queuemanager.h b/www/newsboat/files/patch-include_queuemanager.h deleted file mode 100644 index 2aeba14e6e85..000000000000 --- a/www/newsboat/files/patch-include_queuemanager.h +++ /dev/null @@ -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> - |