Date: Thu, 4 Apr 2019 23:29:22 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497876 - in head/net-im/mtxclient: . files Message-ID: <201904042329.x34NTM5m023864@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Thu Apr 4 23:29:22 2019 New Revision: 497876 URL: https://svnweb.freebsd.org/changeset/ports/497876 Log: net-im/mtxclient: replace r497831 with upstream fix Make sure the fix is pruned on updated via patch conflict. Deleted: head/net-im/mtxclient/files/patch-lib_http_session.cpp Modified: head/net-im/mtxclient/Makefile (contents, props changed) head/net-im/mtxclient/distinfo (contents, props changed) Modified: head/net-im/mtxclient/Makefile ============================================================================== --- head/net-im/mtxclient/Makefile Thu Apr 4 23:10:44 2019 (r497875) +++ head/net-im/mtxclient/Makefile Thu Apr 4 23:29:22 2019 (r497876) @@ -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 Modified: head/net-im/mtxclient/distinfo ============================================================================== --- head/net-im/mtxclient/distinfo Thu Apr 4 23:10:44 2019 (r497875) +++ head/net-im/mtxclient/distinfo Thu Apr 4 23:29:22 2019 (r497876) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904042329.x34NTM5m023864>