From owner-dev-commits-ports-all@freebsd.org Sat May 8 20:45:59 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8F37C63F2B0; Sat, 8 May 2021 20:45:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FczqW1KQjz3kwR; Sat, 8 May 2021 20:45:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 203902551A; Sat, 8 May 2021 20:45:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 148KjxXO065451; Sat, 8 May 2021 20:45:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 148KjxGv065450; Sat, 8 May 2021 20:45:59 GMT (envelope-from git) Date: Sat, 8 May 2021 20:45:59 GMT Message-Id: <202105082045.148KjxGv065450@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Rene Ladan Subject: git: 9aea1672b4a3 - main - Remove expired ports: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rene X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9aea1672b4a30089e1fd82c911fe2ece66932f8e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 May 2021 20:45:59 -0000 The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=9aea1672b4a30089e1fd82c911fe2ece66932f8e commit 9aea1672b4a30089e1fd82c911fe2ece66932f8e Author: Rene Ladan AuthorDate: 2021-05-08 20:45:16 +0000 Commit: Rene Ladan CommitDate: 2021-05-08 20:45:49 +0000 Remove expired ports: 2021-05-07 net-im/libqmatrixclient: Use libQuotient (devel/libquotient) instead --- MOVED | 1 + net-im/Makefile | 1 - net-im/libqmatrixclient/Makefile | 24 -------- net-im/libqmatrixclient/distinfo | 3 - net-im/libqmatrixclient/pkg-descr | 5 -- net-im/libqmatrixclient/pkg-plist | 120 -------------------------------------- 6 files changed, 1 insertion(+), 153 deletions(-) diff --git a/MOVED b/MOVED index deb5e96eb22d..e5767f7a8f4d 100644 --- a/MOVED +++ b/MOVED @@ -16327,3 +16327,4 @@ databases/rubygem-gitlab-pg_query|databases/rubygem-pg_query|2021-05-03|Obsolete devel/rubygem-licensee8|devel/rubygem-licensee|2021-05-03|Obsolete, please use devel/rubygem-licensee devel/rubygem-ruby-magic-static|devel/rubygem-ruby-magic|2021-05-03|Obsolete, please use devel/rubygem-ruby-magic devel/gecode|math/gecode|2021-05-04|Move to a proper category +net-im/libqmatrixclient|devel/libquotient|2021-05-08|Has expired: Use libQuotient (devel/libquotient) instead diff --git a/net-im/Makefile b/net-im/Makefile index 619e5bb8231c..fc5601fd1bb4 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -54,7 +54,6 @@ SUBDIR += libnice SUBDIR += libnice-gst1 SUBDIR += libpurple - SUBDIR += libqmatrixclient SUBDIR += libqtelegram-ae SUBDIR += libquotient SUBDIR += libsignal-client diff --git a/net-im/libqmatrixclient/Makefile b/net-im/libqmatrixclient/Makefile deleted file mode 100644 index e6cb1afc24c1..000000000000 --- a/net-im/libqmatrixclient/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -PORTNAME= libqmatrixclient -DISTVERSION= 0.5.3.2 -CATEGORIES= net-im - -MAINTAINER= adridg@FreeBSD.org -COMMENT= Matrix IM support library using Qt technologies - -DEPRECATED= Use libQuotient (devel/libquotient) instead -EXPIRATION_DATE= 2021-05-07 - -LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/COPYING - -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= quotient-im -GH_PROJECT= libQuotient - -CMAKE_ARGS= -DCMAKE_INSTALL_INCLUDEDIR=include/Quotient - -.include diff --git a/net-im/libqmatrixclient/distinfo b/net-im/libqmatrixclient/distinfo deleted file mode 100644 index 2f6fa46a5973..000000000000 --- a/net-im/libqmatrixclient/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1586638647 -SHA256 (quotient-im-libQuotient-0.5.3.2_GH0.tar.gz) = 80f7dac61a38c7d3441b6af693d40373fd817974b970c9b0edcb761aca2bf7d9 -SIZE (quotient-im-libQuotient-0.5.3.2_GH0.tar.gz) = 528240 diff --git a/net-im/libqmatrixclient/pkg-descr b/net-im/libqmatrixclient/pkg-descr deleted file mode 100644 index cca907366422..000000000000 --- a/net-im/libqmatrixclient/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -libQMatrixClient is a Qt5-based library to make IM clients for the -Matrix protocol. It is the backbone of Quaternion, Spectral and some -other projects. - -WWW: https://github.com/QMatrixClient/libqmatrixclient diff --git a/net-im/libqmatrixclient/pkg-plist b/net-im/libqmatrixclient/pkg-plist deleted file mode 100644 index 20ccef5b3095..000000000000 --- a/net-im/libqmatrixclient/pkg-plist +++ /dev/null @@ -1,120 +0,0 @@ -bin/qmc-example -include/Quotient/application-service/definitions/location.h -include/Quotient/application-service/definitions/protocol.h -include/Quotient/application-service/definitions/user.h -include/Quotient/avatar.h -include/Quotient/connection.h -include/Quotient/connectiondata.h -include/Quotient/converters.h -include/Quotient/csapi/account-data.h -include/Quotient/csapi/admin.h -include/Quotient/csapi/administrative_contact.h -include/Quotient/csapi/appservice_room_directory.h -include/Quotient/csapi/banning.h -include/Quotient/csapi/capabilities.h -include/Quotient/csapi/content-repo.h -include/Quotient/csapi/create_room.h -include/Quotient/csapi/definitions/auth_data.h -include/Quotient/csapi/definitions/client_device.h -include/Quotient/csapi/definitions/device_keys.h -include/Quotient/csapi/definitions/event_filter.h -include/Quotient/csapi/definitions/public_rooms_response.h -include/Quotient/csapi/definitions/push_condition.h -include/Quotient/csapi/definitions/push_rule.h -include/Quotient/csapi/definitions/push_ruleset.h -include/Quotient/csapi/definitions/room_event_filter.h -include/Quotient/csapi/definitions/sync_filter.h -include/Quotient/csapi/definitions/user_identifier.h -include/Quotient/csapi/definitions/wellknown/full.h -include/Quotient/csapi/definitions/wellknown/homeserver.h -include/Quotient/csapi/definitions/wellknown/identity_server.h -include/Quotient/csapi/device_management.h -include/Quotient/csapi/directory.h -include/Quotient/csapi/event_context.h -include/Quotient/csapi/filter.h -include/Quotient/csapi/inviting.h -include/Quotient/csapi/joining.h -include/Quotient/csapi/keys.h -include/Quotient/csapi/kicking.h -include/Quotient/csapi/leaving.h -include/Quotient/csapi/list_joined_rooms.h -include/Quotient/csapi/list_public_rooms.h -include/Quotient/csapi/login.h -include/Quotient/csapi/logout.h -include/Quotient/csapi/message_pagination.h -include/Quotient/csapi/notifications.h -include/Quotient/csapi/openid.h -include/Quotient/csapi/peeking_events.h -include/Quotient/csapi/presence.h -include/Quotient/csapi/profile.h -include/Quotient/csapi/pusher.h -include/Quotient/csapi/pushrules.h -include/Quotient/csapi/read_markers.h -include/Quotient/csapi/receipts.h -include/Quotient/csapi/redaction.h -include/Quotient/csapi/registration.h -include/Quotient/csapi/report_content.h -include/Quotient/csapi/room_send.h -include/Quotient/csapi/room_state.h -include/Quotient/csapi/room_upgrades.h -include/Quotient/csapi/rooms.h -include/Quotient/csapi/search.h -include/Quotient/csapi/sso_login_redirect.h -include/Quotient/csapi/tags.h -include/Quotient/csapi/third_party_lookup.h -include/Quotient/csapi/third_party_membership.h -include/Quotient/csapi/to_device.h -include/Quotient/csapi/typing.h -include/Quotient/csapi/users.h -include/Quotient/csapi/versions.h -include/Quotient/csapi/voip.h -include/Quotient/csapi/wellknown.h -include/Quotient/csapi/whoami.h -include/Quotient/eventitem.h -include/Quotient/events/accountdataevents.h -include/Quotient/events/callanswerevent.h -include/Quotient/events/callcandidatesevent.h -include/Quotient/events/callhangupevent.h -include/Quotient/events/callinviteevent.h -include/Quotient/events/directchatevent.h -include/Quotient/events/event.h -include/Quotient/events/eventcontent.h -include/Quotient/events/eventloader.h -include/Quotient/events/receiptevent.h -include/Quotient/events/reactionevent.h -include/Quotient/events/redactionevent.h -include/Quotient/events/roomavatarevent.h -include/Quotient/events/roomcreateevent.h -include/Quotient/events/roomevent.h -include/Quotient/events/roommemberevent.h -include/Quotient/events/roommessageevent.h -include/Quotient/events/roomtombstoneevent.h -include/Quotient/events/simplestateevents.h -include/Quotient/events/stateevent.h -include/Quotient/events/typingevent.h -include/Quotient/identity/definitions/request_email_validation.h -include/Quotient/identity/definitions/request_msisdn_validation.h -include/Quotient/identity/definitions/sid.h -include/Quotient/jobs/basejob.h -include/Quotient/jobs/downloadfilejob.h -include/Quotient/jobs/mediathumbnailjob.h -include/Quotient/jobs/postreadmarkersjob.h -include/Quotient/jobs/requestdata.h -include/Quotient/jobs/syncjob.h -include/Quotient/joinstate.h -include/Quotient/logging.h -include/Quotient/networkaccessmanager.h -include/Quotient/networksettings.h -include/Quotient/qt_connection_util.h -include/Quotient/room.h -include/Quotient/settings.h -include/Quotient/ssosession.h -include/Quotient/syncdata.h -include/Quotient/user.h -include/Quotient/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