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 /www/newsboat/files | |
parent | 720bc5620bd6db76991a15b87f9da84d52a9424f (diff) | |
download | ports-54be47b0836055c282b8ed4aca7bc9c7c7abafc1.tar.gz ports-54be47b0836055c282b8ed4aca7bc9c7c7abafc1.zip |
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)
Notes
Notes:
svn path=/head/; revision=492653
Diffstat (limited to 'www/newsboat/files')
-rw-r--r-- | www/newsboat/files/patch-include_queuemanager.h | 12 |
1 files changed, 0 insertions, 12 deletions
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> - |