1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

graphics/drawpile: Update 2.0.10 -> 2.0.11

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2018-08-17 08:09:00 +00:00
parent 69de68239e
commit b70bebe056
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477411
3 changed files with 4 additions and 18 deletions

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= Drawpile
DISTVERSION= 2.0.10
PORTREVISION= 2
DISTVERSION= 2.0.11
CATEGORIES= graphics python
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1521320259
SHA256 (drawpile-Drawpile-2.0.10_GH0.tar.gz) = 0ff79e9f95ca02ff016eed3118a83ca62e80a1ca93fe11e3fb8ecd22c1fe37a9
SIZE (drawpile-Drawpile-2.0.10_GH0.tar.gz) = 1232138
TIMESTAMP = 1534444481
SHA256 (drawpile-Drawpile-2.0.11_GH0.tar.gz) = c69f7a00d46367e053230ad575cc5ca6d41bd4bcea06dfc371b1b52b0008a5bd
SIZE (drawpile-Drawpile-2.0.11_GH0.tar.gz) = 2261927

View File

@ -1,13 +0,0 @@
Missing include:
userlistwidget.h:64:30: error: unknown type name 'QItemSelection'
--- src/desktop/widgets/userlistwidget.h.orig 2018-03-17 15:25:30 UTC
+++ src/desktop/widgets/userlistwidget.h
@@ -23,6 +23,7 @@
#include <QWidget>
#include <QItemDelegate>
+#include <QItemSelection>
class Ui_UserBox;