Index: head/net-im/libqmatrixclient/Makefile =================================================================== --- head/net-im/libqmatrixclient/Makefile (revision 495001) +++ head/net-im/libqmatrixclient/Makefile (revision 495002) @@ -1,21 +1,20 @@ # $FreeBSD$ PORTNAME= libqmatrixclient -DISTVERSIONPREFIX= v -DISTVERSION= 0.4.2.1 +DISTVERSION= 0.5.0 CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org COMMENT= Matrix IM support library using Qt technologies LICENSE= LGPL21 LICENSE_FILES= ${WRKSRC}/COPYING -USES= cmake compiler:c++11-lang qt:5 tar:xz -USE_QT= core gui network \ +USES= cmake compiler:c++14-lang qt:5 tar:xz +USE_QT= core gui multimedia network \ buildtools_build qmake_build USE_GITHUB= yes GH_ACCOUNT= QMatrixClient .include Index: head/net-im/libqmatrixclient/distinfo =================================================================== --- head/net-im/libqmatrixclient/distinfo (revision 495001) +++ head/net-im/libqmatrixclient/distinfo (revision 495002) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550754351 -SHA256 (QMatrixClient-libqmatrixclient-v0.4.2.1_GH0.tar.gz) = 0efe7050ba8b866b0bf6046a9c57779173cf3d68f546d8f082ce081e8e299bc8 -SIZE (QMatrixClient-libqmatrixclient-v0.4.2.1_GH0.tar.gz) = 496515 +TIMESTAMP = 1551992314 +SHA256 (QMatrixClient-libqmatrixclient-0.5.0_GH0.tar.gz) = 4b1dd5e3510d96d9eb4e2e27df8074d48bea7aa08b82a93f78e3234e3d6c8b17 +SIZE (QMatrixClient-libqmatrixclient-0.5.0_GH0.tar.gz) = 517804 Index: head/net-im/libqmatrixclient/pkg-plist =================================================================== --- head/net-im/libqmatrixclient/pkg-plist (revision 495001) +++ head/net-im/libqmatrixclient/pkg-plist (revision 495002) @@ -1,110 +1,118 @@ bin/qmc-example include/application-service/definitions/location.h include/application-service/definitions/protocol.h include/application-service/definitions/user.h include/avatar.h include/connection.h include/connectiondata.h include/converters.h include/csapi/account-data.h include/csapi/admin.h include/csapi/administrative_contact.h include/csapi/appservice_room_directory.h include/csapi/banning.h +include/csapi/capabilities.h include/csapi/content-repo.h include/csapi/create_room.h include/csapi/definitions/auth_data.h include/csapi/definitions/client_device.h include/csapi/definitions/device_keys.h include/csapi/definitions/event_filter.h include/csapi/definitions/public_rooms_response.h include/csapi/definitions/push_condition.h include/csapi/definitions/push_rule.h include/csapi/definitions/push_ruleset.h include/csapi/definitions/room_event_filter.h include/csapi/definitions/sync_filter.h include/csapi/definitions/user_identifier.h +include/csapi/definitions/wellknown/full.h include/csapi/definitions/wellknown/homeserver.h include/csapi/definitions/wellknown/identity_server.h include/csapi/device_management.h include/csapi/directory.h include/csapi/event_context.h include/csapi/filter.h include/csapi/inviting.h include/csapi/joining.h include/csapi/keys.h include/csapi/kicking.h include/csapi/leaving.h include/csapi/list_joined_rooms.h include/csapi/list_public_rooms.h include/csapi/login.h include/csapi/logout.h include/csapi/message_pagination.h include/csapi/notifications.h include/csapi/openid.h include/csapi/peeking_events.h include/csapi/presence.h include/csapi/profile.h include/csapi/pusher.h include/csapi/pushrules.h include/csapi/read_markers.h include/csapi/receipts.h include/csapi/redaction.h include/csapi/registration.h include/csapi/report_content.h include/csapi/room_send.h include/csapi/room_state.h +include/csapi/room_upgrades.h include/csapi/rooms.h include/csapi/search.h +include/csapi/sso_login_redirect.h include/csapi/tags.h include/csapi/third_party_lookup.h include/csapi/third_party_membership.h include/csapi/to_device.h include/csapi/typing.h include/csapi/users.h include/csapi/versions.h include/csapi/voip.h include/csapi/wellknown.h include/csapi/whoami.h include/eventitem.h include/events/accountdataevents.h include/events/callanswerevent.h include/events/callcandidatesevent.h include/events/callhangupevent.h include/events/callinviteevent.h include/events/directchatevent.h include/events/event.h include/events/eventcontent.h include/events/eventloader.h include/events/receiptevent.h include/events/redactionevent.h include/events/roomavatarevent.h +include/events/roomcreateevent.h include/events/roomevent.h include/events/roommemberevent.h include/events/roommessageevent.h +include/events/roomtombstoneevent.h include/events/simplestateevents.h include/events/stateevent.h include/events/typingevent.h include/identity/definitions/request_email_validation.h include/identity/definitions/request_msisdn_validation.h include/identity/definitions/sid.h include/jobs/basejob.h include/jobs/downloadfilejob.h include/jobs/mediathumbnailjob.h include/jobs/postreadmarkersjob.h include/jobs/requestdata.h include/jobs/syncjob.h include/joinstate.h include/logging.h include/networkaccessmanager.h include/networksettings.h +include/qt_connection_util.h include/room.h include/settings.h +include/syncdata.h include/user.h include/util.h lib/cmake/QMatrixClient/QMatrixClientConfig.cmake lib/cmake/QMatrixClient/QMatrixClientConfigVersion.cmake lib/cmake/QMatrixClient/QMatrixClientTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/QMatrixClient/QMatrixClientTargets.cmake lib/libQMatrixClient.a libdata/pkgconfig/QMatrixClient.pc Index: head/net-im/quaternion/Makefile =================================================================== --- head/net-im/quaternion/Makefile (revision 495001) +++ head/net-im/quaternion/Makefile (revision 495002) @@ -1,23 +1,24 @@ # $FreeBSD$ PORTNAME= Quaternion -DISTVERSIONPREFIX= v -DISTVERSION= 0.0.9.3 +DISTVERSION= 0.0.9.4 +DISTVERSIONSUFFIX= -beta1 CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org COMMENT= Matrix IM client based on Qt technologies LICENSE= GPLv3 LICENSE_FILES= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= QMatrixClient +LIB_DEPENDS= libqt5keychain.so:security/qtkeychain@qt5 BUILD_DEPENDS= ${LOCALBASE}/lib/libQMatrixClient.a:net-im/libqmatrixclient -USES= cmake qt:5 tar:xz +USES= cmake compiler:c++17-lang localbase:ldflags qt:5 tar:xz USE_QT= core declarative gui network widgets \ buildtools_build linguist_build qmake_build .include Index: head/net-im/quaternion/distinfo =================================================================== --- head/net-im/quaternion/distinfo (revision 495001) +++ head/net-im/quaternion/distinfo (revision 495002) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550755841 -SHA256 (QMatrixClient-Quaternion-v0.0.9.3_GH0.tar.gz) = 7f92c3acc73bb7e44efe94bd1085ae9fd5b58efa51efc28a931cace131c22230 -SIZE (QMatrixClient-Quaternion-v0.0.9.3_GH0.tar.gz) = 350366 +TIMESTAMP = 1551992742 +SHA256 (QMatrixClient-Quaternion-0.0.9.4-beta1_GH0.tar.gz) = 30926f47c7941ae25d4d758ce376d81bbe574cbe32497b37371f2a1075b00b5a +SIZE (QMatrixClient-Quaternion-0.0.9.4-beta1_GH0.tar.gz) = 1010611 Index: head/net-im/quaternion/pkg-plist =================================================================== --- head/net-im/quaternion/pkg-plist (revision 495001) +++ head/net-im/quaternion/pkg-plist (revision 495002) @@ -1,12 +1,15 @@ bin/quaternion share/QMatrixClient/quaternion/translations/quaternion_de_DE.qm share/QMatrixClient/quaternion/translations/quaternion_en.qm +share/QMatrixClient/quaternion/translations/quaternion_en_GB.qm +share/QMatrixClient/quaternion/translations/quaternion_pl.qm +share/QMatrixClient/quaternion/translations/quaternion_ru.qm share/applications/quaternion.desktop share/icons/hicolor/128x128/apps/quaternion.png share/icons/hicolor/16x16/apps/quaternion.png share/icons/hicolor/22x22/apps/quaternion.png share/icons/hicolor/32x32/apps/quaternion.png share/icons/hicolor/48x48/apps/quaternion.png share/icons/hicolor/64x64/apps/quaternion.png share/icons/hicolor/scalable/apps/quaternion.svgz share/metainfo/com.github.quaternion.appdata.xml