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

(-)Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	quiterss
4
PORTNAME=	quiterss
5
PORTVERSION=	0.18.2
5
PORTVERSION=	0.18.3
6
CATEGORIES=	net
6
CATEGORIES=	net
7
MASTER_SITES=	http://quiterss.org/files/${PORTVERSION}/
7
MASTER_SITES=	http://quiterss.org/files/${PORTVERSION}/
8
DISTNAME=	QuiteRSS-${PORTVERSION}-src
8
DISTNAME=	QuiteRSS-${PORTVERSION}-src
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (QuiteRSS-0.18.2-src.tar.gz) = d335529541d2824d66c941b68a34425929402d9c95716446a55ac0ceb777d18d
1
SHA256 (QuiteRSS-0.18.3-src.tar.gz) = 8c1a61452524b8f97f005df56f19d3ed71eb1f9c03c7d167ddc99b13e9c9a96b
2
SIZE (QuiteRSS-0.18.2-src.tar.gz) = 3061272
2
SIZE (QuiteRSS-0.18.3-src.tar.gz) = 3329918
(-)files/patch-git_798c831b (-26 lines)
Lines 1-26 Link Here
1
Fixes the build with Qt 5.5.1.
2
3
From 798c831ba1f1c3e4c2d382fad017aed94f8aff8c Mon Sep 17 00:00:00 2001
4
From: Shilyaev Egor <egor.shilyaev@gmail.com>
5
Date: Sun, 30 Aug 2015 14:59:40 +0500
6
Subject: [PATCH] =?UTF-8?q?fix:=20=D0=9F=D1=80=D0=B5=D0=B4=D1=83=D0=BF?=
7
 =?UTF-8?q?=D1=80=D0=B5=D0=B6=D0=B4=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B2=20Qt?=
8
 =?UTF-8?q?=205.5?=
9
MIME-Version: 1.0
10
Content-Type: text/plain; charset=UTF-8
11
Content-Transfer-Encoding: 8bit
12
13
---
14
 3rdparty/qtsingleapplication/qtlocalpeer.cpp | 1 +
15
 1 file changed, 1 insertion(+)
16
17
--- 3rdparty/qtsingleapplication/qtlocalpeer.cpp
18
+++ 3rdparty/qtsingleapplication/qtlocalpeer.cpp
19
@@ -41,6 +41,7 @@
20
 
21
 #include "qtlocalpeer.h"
22
 #include <QCoreApplication>
23
+#include <QDataStream>
24
 #include <QTime>
25
 
26
 #if defined(Q_OS_WIN)

Return to bug 207067