Index: head/net-im/mtxclient/files/patch-tests_utils.cpp =================================================================== --- head/net-im/mtxclient/files/patch-tests_utils.cpp (revision 503581) +++ head/net-im/mtxclient/files/patch-tests_utils.cpp (nonexistent) @@ -1,10 +0,0 @@ ---- tests/utils.cpp.orig 2019-03-25 16:55:59 UTC -+++ tests/utils.cpp -@@ -1,6 +1,6 @@ - #include - --#include "json.hpp" -+#include "nlohmann/json.hpp" - #include - - #include Property changes on: head/net-im/mtxclient/files/patch-tests_utils.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 Index: head/net-im/mtxclient/files/patch-include_mtx_responses_groups.hpp =================================================================== --- head/net-im/mtxclient/files/patch-include_mtx_responses_groups.hpp (revision 503581) +++ head/net-im/mtxclient/files/patch-include_mtx_responses_groups.hpp (nonexistent) @@ -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 - - namespace mtx { - namespace responses { Property changes on: head/net-im/mtxclient/files/patch-include_mtx_responses_groups.hpp ___________________________________________________________________ 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 Index: head/net-im/mtxclient/Makefile =================================================================== --- head/net-im/mtxclient/Makefile (revision 503581) +++ head/net-im/mtxclient/Makefile (revision 503582) @@ -1,44 +1,40 @@ # $FreeBSD$ 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 LICENSE= MIT LICENSE_FILE= ${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 503581) +++ head/net-im/mtxclient/distinfo (revision 503582) @@ -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 Index: head/net-im/mtxclient/pkg-plist =================================================================== --- head/net-im/mtxclient/pkg-plist (revision 503581) +++ head/net-im/mtxclient/pkg-plist (revision 503582) @@ -1,57 +1,58 @@ include/mtx.hpp include/mtx/common.hpp include/mtx/errors.hpp include/mtx/events.hpp include/mtx/events/aliases.hpp include/mtx/events/avatar.hpp include/mtx/events/canonical_alias.hpp include/mtx/events/collections.hpp include/mtx/events/common.hpp include/mtx/events/create.hpp include/mtx/events/encrypted.hpp include/mtx/events/encryption.hpp include/mtx/events/guest_access.hpp include/mtx/events/history_visibility.hpp include/mtx/events/join_rules.hpp include/mtx/events/member.hpp include/mtx/events/messages/audio.hpp include/mtx/events/messages/emote.hpp include/mtx/events/messages/file.hpp include/mtx/events/messages/image.hpp include/mtx/events/messages/notice.hpp include/mtx/events/messages/text.hpp include/mtx/events/messages/video.hpp include/mtx/events/name.hpp include/mtx/events/pinned_events.hpp include/mtx/events/power_levels.hpp include/mtx/events/redaction.hpp include/mtx/events/tag.hpp include/mtx/events/topic.hpp include/mtx/identifiers.hpp include/mtx/requests.hpp include/mtx/responses.hpp include/mtx/responses/common.hpp include/mtx/responses/create_room.hpp include/mtx/responses/crypto.hpp include/mtx/responses/empty.hpp include/mtx/responses/groups.hpp include/mtx/responses/login.hpp include/mtx/responses/media.hpp include/mtx/responses/messages.hpp include/mtx/responses/notifications.hpp include/mtx/responses/profile.hpp include/mtx/responses/register.hpp include/mtx/responses/sync.hpp include/mtx/responses/version.hpp include/mtxclient/crypto/client.hpp include/mtxclient/crypto/objects.hpp include/mtxclient/crypto/types.hpp include/mtxclient/http/client.hpp include/mtxclient/http/errors.hpp include/mtxclient/http/session.hpp include/mtxclient/utils.hpp 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 Index: head/net-im/nheko/Makefile =================================================================== --- head/net-im/nheko/Makefile (revision 503581) +++ head/net-im/nheko/Makefile (revision 503582) @@ -1,52 +1,51 @@ # $FreeBSD$ 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 \ libsodium.so:security/libsodium \ libolm.so:security/olm \ libcmark.so:textproc/cmark USES= cmake compiler:c++17-lang pkgconfig \ localbase:ldflags qt:5 tar:xz USE_QT= concurrent core dbus declarative gui multimedia network svg widgets \ buildtools_build linguist_build qmake_build # There are two external dependencies: lmdb++ and tweeny. # - lmdb++ is a single header file, it just needs to be included # - tweeny is a library, but only one header is needed; it is normally # installed into a tweeny/ subdirectory, but its sources place it # in include/. Add one more symlink to the build for that. CMAKE_ARGS= -DLMDBXX_INCLUDE_DIR=${WRKSRC}/deps/lmdb \ -DTWEENY_INCLUDE_DIR=${WRKSRC}/deps/tweeny USE_GITHUB= yes GH_ACCOUNT= Nheko-Reborn GH_TUPLE= drycpp:lmdbxx:0b43ca87d8cfabba392dfe884eb1edb83874de02:lmdb/deps/lmdb \ mobius3:tweeny:v3:tweeny/deps/tweeny post-extract: cd ${WRKSRC}/deps/tweeny && ${LN} -s include tweeny # Includes without referencing where it's installed, # so hackishly correct all the broken paths. post-patch: ${FIND} ${WRKSRC} -type f -print0 | \ ${XARGS} -0 ${REINPLACE_CMD} \ -e 's+include +include +' \ -e 's+include "json.hpp"+include +' .include Index: head/net-im/nheko/distinfo =================================================================== --- head/net-im/nheko/distinfo (revision 503581) +++ head/net-im/nheko/distinfo (revision 503582) @@ -1,7 +1,7 @@ -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 SIZE (mobius3-tweeny-v3_GH0.tar.gz) = 48997