mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Update net-im/nheko and its dependencies to latest upstream releases.
- mtxclient doesn't need patching anymore, and makes a shared-lib. - nheko has some more translations available
This commit is contained in:
parent
e13fd5782d
commit
8782222da7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503582
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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 {
|
@ -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>
|
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user