1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

net-im/mtxclient: replace r497831 with upstream fix

Make sure the fix is pruned on updated via patch conflict.
This commit is contained in:
Jan Beich 2019-04-04 23:29:22 +00:00
parent 85d170bebd
commit 511365deef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497876
3 changed files with 5 additions and 10 deletions

View File

@ -5,6 +5,9 @@ DISTVERSIONPREFIX= v
DISTVERSION= 0.2.0
CATEGORIES= net-im
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES= cdbf06f341e9.patch:-p1
MAINTAINER= adridg@FreeBSD.org
COMMENT= Client API library for the Matrix protocol

View File

@ -1,3 +1,5 @@
TIMESTAMP = 1553378997
SHA256 (Nheko-Reborn-mtxclient-v0.2.0_GH0.tar.gz) = e7638d4a8233c0c763d48111fd13e8ad1dcd5f34e3e641b46eaf1bb920b73482
SIZE (Nheko-Reborn-mtxclient-v0.2.0_GH0.tar.gz) = 477869
SHA256 (cdbf06f341e9.patch) = a47d051af377b24c06e4802c491548a6957ca428d923d8f14f9d55cf92f21195
SIZE (cdbf06f341e9.patch) = 626

View File

@ -1,10 +0,0 @@
https://github.com/Nheko-Reborn/mtxclient/issues/11
--- lib/http/session.cpp.orig 2018-09-21 18:29:59 UTC
+++ lib/http/session.cpp
@@ -1,4 +1,5 @@
#include "mtxclient/http/session.hpp"
+#include <iostream> // for std::cout
using namespace mtx::http;