- Update to 0.18.3

- Remove unneeded patch

PR:		207067
Submitted by:	<coder@tuxfamily.org> (maintainer)
This commit is contained in:
Olivier Duchateau 2016-02-18 17:12:11 +00:00
parent 114ca547ed
commit 2037dc1903
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409116
3 changed files with 3 additions and 29 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= quiterss
PORTVERSION= 0.18.2
PORTVERSION= 0.18.3
CATEGORIES= net
MASTER_SITES= http://quiterss.org/files/${PORTVERSION}/
DISTNAME= QuiteRSS-${PORTVERSION}-src

View File

@ -1,2 +1,2 @@
SHA256 (QuiteRSS-0.18.2-src.tar.gz) = d335529541d2824d66c941b68a34425929402d9c95716446a55ac0ceb777d18d
SIZE (QuiteRSS-0.18.2-src.tar.gz) = 3061272
SHA256 (QuiteRSS-0.18.3-src.tar.gz) = 8c1a61452524b8f97f005df56f19d3ed71eb1f9c03c7d167ddc99b13e9c9a96b
SIZE (QuiteRSS-0.18.3-src.tar.gz) = 3329918

View File

@ -1,26 +0,0 @@
Fixes the build with Qt 5.5.1.
From 798c831ba1f1c3e4c2d382fad017aed94f8aff8c Mon Sep 17 00:00:00 2001
From: Shilyaev Egor <egor.shilyaev@gmail.com>
Date: Sun, 30 Aug 2015 14:59:40 +0500
Subject: [PATCH] =?UTF-8?q?fix:=20=D0=9F=D1=80=D0=B5=D0=B4=D1=83=D0=BF?=
=?UTF-8?q?=D1=80=D0=B5=D0=B6=D0=B4=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B2=20Qt?=
=?UTF-8?q?=205.5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
3rdparty/qtsingleapplication/qtlocalpeer.cpp | 1 +
1 file changed, 1 insertion(+)
--- 3rdparty/qtsingleapplication/qtlocalpeer.cpp
+++ 3rdparty/qtsingleapplication/qtlocalpeer.cpp
@@ -41,6 +41,7 @@
#include "qtlocalpeer.h"
#include <QCoreApplication>
+#include <QDataStream>
#include <QTime>
#if defined(Q_OS_WIN)