Date: Sun, 4 Oct 2020 06:24:10 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r551356 - in head/graphics/drawpile: . files Message-ID: <202010040624.0946OAjJ063274@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Oct 4 06:24:09 2020 New Revision: 551356 URL: https://svnweb.freebsd.org/changeset/ports/551356 Log: graphics/drawpile: Backport patch fixing compilation with libmicrohttpd 0.9.71; Backport patches fixing missing #include <QPainterPath> PR: 250087 Submitted by: daniel.engberg.lists@pyret.net Deleted: head/graphics/drawpile/files/patch-src_desktop_bundled_QtColorWidgets_color__wheel.cpp head/graphics/drawpile/files/patch-src_desktop_widgets_popupmessage.h Modified: head/graphics/drawpile/Makefile head/graphics/drawpile/distinfo Modified: head/graphics/drawpile/Makefile ============================================================================== --- head/graphics/drawpile/Makefile Sun Oct 4 06:03:47 2020 (r551355) +++ head/graphics/drawpile/Makefile Sun Oct 4 06:24:09 2020 (r551356) @@ -2,7 +2,12 @@ PORTNAME= Drawpile DISTVERSION= 2.1.17 +PORTREVISION= 1 CATEGORIES= graphics python + +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= b46115160c5587aae9306e57d4223906e74ed512.patch:-p1 # patch adding #include <QPainterPath> +PATCHFILES+= ed1a75deb113da2d1df91a28f557509c4897130e.patch:-p1 # fix compilation with libmicrohttpd 0.9.71 MAINTAINER= yuri@FreeBSD.org COMMENT= Collaborative drawing program Modified: head/graphics/drawpile/distinfo ============================================================================== --- head/graphics/drawpile/distinfo Sun Oct 4 06:03:47 2020 (r551355) +++ head/graphics/drawpile/distinfo Sun Oct 4 06:24:09 2020 (r551356) @@ -1,3 +1,7 @@ -TIMESTAMP = 1581960642 +TIMESTAMP = 1601753384 SHA256 (drawpile-Drawpile-2.1.17_GH0.tar.gz) = 67e569856ca5031dadd349f17e5185e93d42020f560016540fc32b5b52653a2f SIZE (drawpile-Drawpile-2.1.17_GH0.tar.gz) = 2521569 +SHA256 (b46115160c5587aae9306e57d4223906e74ed512.patch) = 7fdd509c62f2d0754aa0b89821d77384a4f49a3f74ef606dccd2b3cd5c01a593 +SIZE (b46115160c5587aae9306e57d4223906e74ed512.patch) = 1119 +SHA256 (ed1a75deb113da2d1df91a28f557509c4897130e.patch) = 3748bcd763757ba098087af1bfc9715daabe4246486146d208b509e2a9b6292d +SIZE (ed1a75deb113da2d1df91a28f557509c4897130e.patch) = 3770
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010040624.0946OAjJ063274>