diff --git a/ftp/coeurl/Makefile b/ftp/coeurl/Makefile index 8e7ab363cc58..e18dfb11f8d4 100644 --- a/ftp/coeurl/Makefile +++ b/ftp/coeurl/Makefile @@ -1,25 +1,25 @@ PORTNAME= coeurl DISTVERSIONPREFIX=v -DISTVERSION= 0.1.0 +DISTVERSION= 0.1.1 CATEGORIES= ftp www MAINTAINER= adridg@FreeBSD.org COMMENT= Simple async wrapper around CURL for C++ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= \ libcurl.so:ftp/curl \ libevent.so:devel/libevent \ libspdlog.so:devel/spdlog USES= compiler:c++17-lang pkgconfig \ meson tar:xz USE_GITLAB= yes GL_SITE= https://nheko.im/ GL_ACCOUNT= nheko-reborn -GL_COMMIT= a08f619adaa1ccd34eb6315d6578eddae0d1cc9b +GL_COMMIT= fa108b25a92b0e037723debc4388a300e737dc2d .include diff --git a/ftp/coeurl/distinfo b/ftp/coeurl/distinfo index 3b3f2ff15ab3..272eab0b5307 100644 --- a/ftp/coeurl/distinfo +++ b/ftp/coeurl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1637438851 -SHA256 (nheko-reborn-coeurl-a08f619adaa1ccd34eb6315d6578eddae0d1cc9b_GL0.tar.gz) = fee0dc804699d99b01b994943d2a64178b9ca1827d4b1cb4f27d7d34d8235ce8 -SIZE (nheko-reborn-coeurl-a08f619adaa1ccd34eb6315d6578eddae0d1cc9b_GL0.tar.gz) = 51155 +TIMESTAMP = 1641323930 +SHA256 (nheko-reborn-coeurl-fa108b25a92b0e037723debc4388a300e737dc2d_GL0.tar.gz) = c6781438683442fcfc3f9d64d509e41e4cda4f76ea0718e418deb161dfc8a7fb +SIZE (nheko-reborn-coeurl-fa108b25a92b0e037723debc4388a300e737dc2d_GL0.tar.gz) = 51460 diff --git a/ftp/coeurl/pkg-plist b/ftp/coeurl/pkg-plist index 2e9882675a3f..acf29fbb3a41 100644 --- a/ftp/coeurl/pkg-plist +++ b/ftp/coeurl/pkg-plist @@ -1,7 +1,8 @@ include/coeurl/client.hpp +include/coeurl/errors.hpp include/coeurl/headers.hpp include/coeurl/request.hpp lib/libcoeurl.so lib/libcoeurl.so.0 -lib/libcoeurl.so.0.1.0 +lib/libcoeurl.so.0.1.1 libdata/pkgconfig/coeurl.pc diff --git a/net-im/mtxclient/Makefile b/net-im/mtxclient/Makefile index b9b7d0c048aa..b5bb08138cb5 100644 --- a/net-im/mtxclient/Makefile +++ b/net-im/mtxclient/Makefile @@ -1,28 +1,28 @@ PORTNAME= mtxclient DISTVERSIONPREFIX= v -DISTVERSION= 0.6.0 +DISTVERSION= 0.6.1 CATEGORIES= net-im 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 LIB_DEPENDS= \ libcoeurl.so:ftp/coeurl \ libolm.so:security/olm \ libsodium.so:security/libsodium \ libspdlog.so:devel/spdlog USES= cmake compiler:c++17-lang pkgconfig ssl \ tar:xz CMAKE_OFF= BUILD_LIB_TESTS USE_GITHUB= yes GH_ACCOUNT= Nheko-Reborn PLIST_SUB= SOVER=${DISTVERSION} .include diff --git a/net-im/mtxclient/distinfo b/net-im/mtxclient/distinfo index 39943e35643c..c1782dc00ab6 100644 --- a/net-im/mtxclient/distinfo +++ b/net-im/mtxclient/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1637417996 -SHA256 (Nheko-Reborn-mtxclient-v0.6.0_GH0.tar.gz) = 4245feb0bd4ae8e026c01f546a6bea45bc9d9d57d13430b8ba446b0aec4915c4 -SIZE (Nheko-Reborn-mtxclient-v0.6.0_GH0.tar.gz) = 593602 +TIMESTAMP = 1641247429 +SHA256 (Nheko-Reborn-mtxclient-v0.6.1_GH0.tar.gz) = d0c3d86898ade0a0680f57cb920e11f07901085403ebaaa0b085e0067a78529c +SIZE (Nheko-Reborn-mtxclient-v0.6.1_GH0.tar.gz) = 596763 diff --git a/net-im/mtxclient/pkg-plist b/net-im/mtxclient/pkg-plist index 2a5caddac874..546ff96c3d74 100644 --- a/net-im/mtxclient/pkg-plist +++ b/net-im/mtxclient/pkg-plist @@ -1,82 +1,84 @@ include/mtx.hpp include/mtx/common.hpp include/mtx/errors.hpp include/mtx/events.hpp +include/mtx/events/account_data/direct.hpp include/mtx/events/account_data/fully_read.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/ephemeral/receipt.hpp include/mtx/events/ephemeral/typing.hpp include/mtx/events/event_type.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/location.hpp include/mtx/events/messages/notice.hpp include/mtx/events/messages/text.hpp include/mtx/events/messages/video.hpp include/mtx/events/mscs/image_packs.hpp include/mtx/events/name.hpp include/mtx/events/nheko_extensions/hidden_events.hpp include/mtx/events/pinned_events.hpp include/mtx/events/power_levels.hpp include/mtx/events/presence.hpp include/mtx/events/reaction.hpp include/mtx/events/redaction.hpp include/mtx/events/spaces.hpp include/mtx/events/tag.hpp include/mtx/events/tombstone.hpp include/mtx/events/topic.hpp include/mtx/events/unknown.hpp include/mtx/events/voip.hpp include/mtx/events_impl.hpp include/mtx/identifiers.hpp include/mtx/lightweight_error.hpp include/mtx/log.hpp include/mtx/pushrules.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/device.hpp include/mtx/responses/empty.hpp include/mtx/responses/groups.hpp include/mtx/responses/login.hpp include/mtx/responses/media.hpp +include/mtx/responses/members.hpp include/mtx/responses/messages.hpp include/mtx/responses/notifications.hpp include/mtx/responses/profile.hpp include/mtx/responses/public_rooms.hpp include/mtx/responses/register.hpp include/mtx/responses/sync.hpp include/mtx/responses/turn_server.hpp include/mtx/responses/version.hpp include/mtx/responses/well-known.hpp include/mtx/secret_storage.hpp include/mtx/user_interactive.hpp include/mtxclient/crypto/client.hpp include/mtxclient/crypto/objects.hpp include/mtxclient/crypto/types.hpp include/mtxclient/crypto/utils.hpp include/mtxclient/http/client.hpp include/mtxclient/http/client_impl.hpp include/mtxclient/http/errors.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.so lib/libmatrix_client.so.%%SOVER%% diff --git a/net-im/nheko/Makefile b/net-im/nheko/Makefile index 4bb2aa4f3457..48848d9ce450 100644 --- a/net-im/nheko/Makefile +++ b/net-im/nheko/Makefile @@ -1,42 +1,42 @@ PORTNAME= nheko DISTVERSIONPREFIX=v -DISTVERSION= 0.9.0 +DISTVERSION= 0.9.1 CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org COMMENT= Matrix IM client based on Qt technologies LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= nlohmann-json>=3:devel/nlohmann-json # All those boost-libs are pulled in through mtxclient, which # links to them but stage-qa still complains. LIB_DEPENDS= \ libcmark.so:textproc/cmark \ libcoeurl.so:ftp/coeurl \ libfmt.so:devel/libfmt \ liblmdb.so:databases/lmdb \ libmatrix_client.so:net-im/mtxclient \ libolm.so:security/olm \ libqt5keychain.so:security/qtkeychain \ libspdlog.so:devel/spdlog USES= cmake compiler:c++17-lang desktop-file-utils \ localbase:ldflags pkgconfig qt:5 ssl tar:xz USE_QT= concurrent core dbus declarative gui multimedia network \ quickcontrols2 svg widgets \ graphicaleffects_run \ buildtools_build linguist_build qmake_build # There is one external dependencie: lmdb++ # - lmdb++ is a single header file, it just needs to be included CMAKE_ARGS= -DLMDBXX_INCLUDE_DIR=${WRKSRC}/deps/lmdb -DVOIP=OFF CFLAGS+= -DSPDLOG_FMT_EXTERNAL=1 LDFLAGS+= -L${LOCALBASE}/lib -lfmt USE_GITHUB= yes GH_ACCOUNT= Nheko-Reborn GH_TUPLE= hoytech:lmdbxx:029fb681213af3020f5e3a86045445552bd024c5:lmdb/deps/lmdb .include diff --git a/net-im/nheko/distinfo b/net-im/nheko/distinfo index 90c16e52dc6b..8d697f10a007 100644 --- a/net-im/nheko/distinfo +++ b/net-im/nheko/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1637416915 -SHA256 (Nheko-Reborn-nheko-v0.9.0_GH0.tar.gz) = 309505f13d3b65ea23c0db19e59e469905b1ae437d2d6c7d1b496ac0921fb141 -SIZE (Nheko-Reborn-nheko-v0.9.0_GH0.tar.gz) = 1398941 +TIMESTAMP = 1641248594 +SHA256 (Nheko-Reborn-nheko-v0.9.1_GH0.tar.gz) = f8261131ed10816bdae568e5d88f6f41adc6cc2564f2f57b07266103a4972776 +SIZE (Nheko-Reborn-nheko-v0.9.1_GH0.tar.gz) = 1374697 SHA256 (hoytech-lmdbxx-029fb681213af3020f5e3a86045445552bd024c5_GH0.tar.gz) = f1d048d7ec720667a3ea091ed44f06eb79171e77d646a59dac45b9e5ff75f33b SIZE (hoytech-lmdbxx-029fb681213af3020f5e3a86045445552bd024c5_GH0.tar.gz) = 52468