diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2019-06-06 15:17:55 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2019-06-06 15:17:55 +0000 |
commit | 8782222da73f51c29647137c36c9a6cc477b7f26 (patch) | |
tree | b2ab794b0fc80a06f1039cdaca91815383844d25 | |
parent | e13fd5782d71ab5630e78e2660b6ed141661c044 (diff) | |
download | ports-8782222da73f51c29647137c36c9a6cc477b7f26.tar.gz ports-8782222da73f51c29647137c36c9a6cc477b7f26.zip |
Notes
-rw-r--r-- | net-im/mtxclient/Makefile | 6 | ||||
-rw-r--r-- | net-im/mtxclient/distinfo | 6 | ||||
-rw-r--r-- | net-im/mtxclient/files/patch-include_mtx_responses_groups.hpp | 10 | ||||
-rw-r--r-- | net-im/mtxclient/files/patch-tests_utils.cpp | 10 | ||||
-rw-r--r-- | net-im/mtxclient/pkg-plist | 3 | ||||
-rw-r--r-- | net-im/nheko/Makefile | 7 | ||||
-rw-r--r-- | net-im/nheko/distinfo | 6 |
7 files changed, 12 insertions, 36 deletions
diff --git a/net-im/mtxclient/Makefile b/net-im/mtxclient/Makefile index cddcb8f55528..a1a47c075ae8 100644 --- a/net-im/mtxclient/Makefile +++ b/net-im/mtxclient/Makefile @@ -2,13 +2,9 @@ PORTNAME= mtxclient DISTVERSIONPREFIX= v -DISTVERSION= 0.2.0 -PORTREVISION= 1 +DISTVERSION= 0.2.1 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 diff --git a/net-im/mtxclient/distinfo b/net-im/mtxclient/distinfo index acf8472429f1..37314a52f336 100644 --- a/net-im/mtxclient/distinfo +++ b/net-im/mtxclient/distinfo @@ -1,5 +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 +TIMESTAMP = 1559832672 +SHA256 (Nheko-Reborn-mtxclient-v0.2.1_GH0.tar.gz) = 859217f3ed8fbe5479a6cf77dc15f164c76e593f588990c2acce3fe13c9f845a +SIZE (Nheko-Reborn-mtxclient-v0.2.1_GH0.tar.gz) = 478840 SHA256 (cdbf06f341e9.patch) = a47d051af377b24c06e4802c491548a6957ca428d923d8f14f9d55cf92f21195 SIZE (cdbf06f341e9.patch) = 626 diff --git a/net-im/mtxclient/files/patch-include_mtx_responses_groups.hpp b/net-im/mtxclient/files/patch-include_mtx_responses_groups.hpp deleted file mode 100644 index f1f46751bf52..000000000000 --- a/net-im/mtxclient/files/patch-include_mtx_responses_groups.hpp +++ /dev/null @@ -1,10 +0,0 @@ ---- include/mtx/responses/groups.hpp.orig 2019-03-24 20:45:03 UTC -+++ include/mtx/responses/groups.hpp -@@ -1,6 +1,6 @@ - #pragma once - --#include "json.hpp" -+#include <nlohmann/json.hpp> - - namespace mtx { - namespace responses { diff --git a/net-im/mtxclient/files/patch-tests_utils.cpp b/net-im/mtxclient/files/patch-tests_utils.cpp deleted file mode 100644 index b3efcadd58b8..000000000000 --- a/net-im/mtxclient/files/patch-tests_utils.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- tests/utils.cpp.orig 2019-03-25 16:55:59 UTC -+++ tests/utils.cpp -@@ -1,6 +1,6 @@ - #include <gtest/gtest.h> - --#include "json.hpp" -+#include "nlohmann/json.hpp" - #include <mtxclient/crypto/client.hpp> - - #include <olm/olm.h> diff --git a/net-im/mtxclient/pkg-plist b/net-im/mtxclient/pkg-plist index 819ad7861bec..fc635968b73b 100644 --- a/net-im/mtxclient/pkg-plist +++ b/net-im/mtxclient/pkg-plist @@ -54,4 +54,5 @@ lib/cmake/MatrixClient/MatrixClientConfig.cmake lib/cmake/MatrixClient/MatrixClientConfigVersion.cmake lib/cmake/MatrixClient/MatrixClientTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/MatrixClient/MatrixClientTargets.cmake -lib/libmatrix_client.a +lib/libmatrix_client.so +lib/libmatrix_client.so.0.2.1 diff --git a/net-im/nheko/Makefile b/net-im/nheko/Makefile index 29f5f8159d8d..0f69e40ea0fb 100644 --- a/net-im/nheko/Makefile +++ b/net-im/nheko/Makefile @@ -2,17 +2,16 @@ PORTNAME= nheko DISTVERSIONPREFIX=v -DISTVERSION= 0.6.3 -PORTREVISION= 1 +DISTVERSION= 0.6.4 CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org COMMENT= Matrix IM client based on Qt technologies LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= mtxclient>=0.2:net-im/mtxclient \ +BUILD_DEPENDS= mtxclient>=0.2.1:net-im/mtxclient \ nlohmann-json>=3:devel/nlohmann-json \ spdlog>=1.3:devel/spdlog LIB_DEPENDS= liblmdb.so:databases/lmdb \ diff --git a/net-im/nheko/distinfo b/net-im/nheko/distinfo index 06e4b2acfbf2..7066785da02b 100644 --- a/net-im/nheko/distinfo +++ b/net-im/nheko/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1553549643 -SHA256 (Nheko-Reborn-nheko-v0.6.3_GH0.tar.gz) = e88678d10195f5e2618e0d1a44cc9c152122ff3ab03b347d00f16b39abe2ac3e -SIZE (Nheko-Reborn-nheko-v0.6.3_GH0.tar.gz) = 4556147 +TIMESTAMP = 1559832663 +SHA256 (Nheko-Reborn-nheko-v0.6.4_GH0.tar.gz) = 5dbe32cb8760cfae6f05644568cabf422a368eec62918839a92e182d508f751e +SIZE (Nheko-Reborn-nheko-v0.6.4_GH0.tar.gz) = 4557720 SHA256 (drycpp-lmdbxx-0b43ca87d8cfabba392dfe884eb1edb83874de02_GH0.tar.gz) = 93721132bbf5045d38ad62de2997655e9984c48ea5c9886746d42128f4b26fbd SIZE (drycpp-lmdbxx-0b43ca87d8cfabba392dfe884eb1edb83874de02_GH0.tar.gz) = 47524 SHA256 (mobius3-tweeny-v3_GH0.tar.gz) = 699633578f958cbb1363f80164ac063dc40ce08dfc26b0591752ca412e64c941 |