Index: head/net-im/mtxclient/Makefile =================================================================== --- head/net-im/mtxclient/Makefile (revision 497875) +++ head/net-im/mtxclient/Makefile (revision 497876) @@ -1,40 +1,43 @@ # $FreeBSD$ PORTNAME= mtxclient 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 LICENSE= MIT LICENSE_FILES= ${WRKSRC}/LICENSE BUILD_DEPENDS= nlohmann-json>=3:devel/nlohmann-json \ spdlog>=1.3:devel/spdlog \ gtest-config:devel/googletest LIB_DEPENDS= libsodium.so:security/libsodium \ libboost_date_time.so:devel/boost-libs \ libboost_chrono.so:devel/boost-libs \ libboost_iostreams.so:devel/boost-libs \ libboost_random.so:devel/boost-libs \ libboost_regex.so:devel/boost-libs \ libboost_system.so:devel/boost-libs \ libboost_thread.so:devel/boost-libs \ libolm.so:security/olm USES= cmake compiler:c++11-lang pkgconfig \ localbase:ldflags tar:xz USE_GITHUB= yes GH_ACCOUNT= Nheko-Reborn # 71 files use #include , which needs to be # elsewhere; an alternative would be to bung in -I${LOCALBASE}/include/nlohmann post-patch: ${FIND} ${WRKSRC} -type f -print0 | \ ${XARGS} -0 ${REINPLACE_CMD} \ 's+include +include +' .include Index: head/net-im/mtxclient/distinfo =================================================================== --- head/net-im/mtxclient/distinfo (revision 497875) +++ head/net-im/mtxclient/distinfo (revision 497876) @@ -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 Index: head/net-im/mtxclient/files/patch-lib_http_session.cpp =================================================================== --- head/net-im/mtxclient/files/patch-lib_http_session.cpp (revision 497875) +++ head/net-im/mtxclient/files/patch-lib_http_session.cpp (nonexistent) @@ -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 // for std::cout - - using namespace mtx::http; - Property changes on: head/net-im/mtxclient/files/patch-lib_http_session.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property