View | Details | Raw Unified | Return to bug 235651
Collapse All | Expand All

(-)www/newsboat/Makefile (-2 / +2 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	newsboat
4
PORTNAME=	newsboat
5
PORTVERSION=	2.14
5
PORTVERSION=	2.14.1
6
PORTREVISION=	1
7
CATEGORIES=	www
6
CATEGORIES=	www
8
MASTER_SITES=	https://newsboat.org/releases/${PORTVERSION}/
7
MASTER_SITES=	https://newsboat.org/releases/${PORTVERSION}/
9
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
8
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
Lines 93-98 Link Here
93
		ucd-util-0.1.3 \
92
		ucd-util-0.1.3 \
94
		unicode-bidi-0.3.4 \
93
		unicode-bidi-0.3.4 \
95
		unicode-normalization-0.1.7 \
94
		unicode-normalization-0.1.7 \
95
		unicode-width-0.1.5 \
96
		unicode-xid-0.1.0 \
96
		unicode-xid-0.1.0 \
97
		unreachable-1.0.0 \
97
		unreachable-1.0.0 \
98
		url-1.7.2 \
98
		url-1.7.2 \
(-)www/newsboat/distinfo (-3 / +5 lines)
Lines 1-6 Link Here
1
TIMESTAMP = 1546100326
1
TIMESTAMP = 1549831369
2
SHA256 (newsboat-2.14.tar.xz) = 67bcbaac3ebed5cea07aee502803364a01e7b45a022c886932cc18d5b9e56d8d
2
SHA256 (newsboat-2.14.1.tar.xz) = 4bd0d3b1901a3fc7e0ef73b800587c28181a57b175c36b547dbd84636330df66
3
SIZE (newsboat-2.14.tar.xz) = 496256
3
SIZE (newsboat-2.14.1.tar.xz) = 500096
4
SHA256 (rust/crates/aho-corasick-0.6.9.tar.gz) = 1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e
4
SHA256 (rust/crates/aho-corasick-0.6.9.tar.gz) = 1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e
5
SIZE (rust/crates/aho-corasick-0.6.9.tar.gz) = 25979
5
SIZE (rust/crates/aho-corasick-0.6.9.tar.gz) = 25979
6
SHA256 (rust/crates/argon2rs-0.2.5.tar.gz) = 3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392
6
SHA256 (rust/crates/argon2rs-0.2.5.tar.gz) = 3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392
Lines 127-132 Link Here
127
SIZE (rust/crates/unicode-bidi-0.3.4.tar.gz) = 32228
127
SIZE (rust/crates/unicode-bidi-0.3.4.tar.gz) = 32228
128
SHA256 (rust/crates/unicode-normalization-0.1.7.tar.gz) = 6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25
128
SHA256 (rust/crates/unicode-normalization-0.1.7.tar.gz) = 6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25
129
SIZE (rust/crates/unicode-normalization-0.1.7.tar.gz) = 330545
129
SIZE (rust/crates/unicode-normalization-0.1.7.tar.gz) = 330545
130
SHA256 (rust/crates/unicode-width-0.1.5.tar.gz) = 882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526
131
SIZE (rust/crates/unicode-width-0.1.5.tar.gz) = 15761
130
SHA256 (rust/crates/unicode-xid-0.1.0.tar.gz) = fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc
132
SHA256 (rust/crates/unicode-xid-0.1.0.tar.gz) = fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc
131
SIZE (rust/crates/unicode-xid-0.1.0.tar.gz) = 16000
133
SIZE (rust/crates/unicode-xid-0.1.0.tar.gz) = 16000
132
SHA256 (rust/crates/unreachable-1.0.0.tar.gz) = 382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56
134
SHA256 (rust/crates/unreachable-1.0.0.tar.gz) = 382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56
(-)www/newsboat/files/patch-include_queuemanager.h (-12 lines)
Lines 1-12 Link Here
1
https://github.com/newsboat/newsboat/pull/398
2
3
--- include/queuemanager.h.orig	2018-12-29 16:22:22 UTC
4
+++ include/queuemanager.h
5
@@ -1,6 +1,7 @@
6
 #ifndef NEWSBOAT_QUEUEMANAGER_H_
7
 #define NEWSBOAT_QUEUEMANAGER_H_
8
 
9
+#include <ctime>
10
 #include <memory>
11
 #include <string>
12
 

Return to bug 235651