From owner-svn-ports-all@freebsd.org Tue Mar 16 21:01:20 2021 Return-Path: Delivered-To: svn-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 517E256D5DF; Tue, 16 Mar 2021 21:01:20 +0000 (UTC) (envelope-from adridg@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 4F0Qgh1tlYz3QTD; Tue, 16 Mar 2021 21:01:20 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 339782A6AE; Tue, 16 Mar 2021 21:01:20 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12GL1JwY054732; Tue, 16 Mar 2021 21:01:19 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12GL1JWX054730; Tue, 16 Mar 2021 21:01:19 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <202103162101.12GL1JWX054730@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Tue, 16 Mar 2021 21:01:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568612 - head/net-im/qxmpp-qt5 X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: head/net-im/qxmpp-qt5 X-SVN-Commit-Revision: 568612 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Mar 2021 21:01:20 -0000 Author: adridg Date: Tue Mar 16 21:01:19 2021 New Revision: 568612 URL: https://svnweb.freebsd.org/changeset/ports/568612 Log: Update net-im/qxmpp-qt5 to latest upstream release The release notes are here: https://github.com/qxmpp-project/qxmpp/releases/tag/v1.4.0 With: - Qt6 readiness - Some new features - Bind IQ errors are now handled properly Reported by: portscout Modified: head/net-im/qxmpp-qt5/Makefile head/net-im/qxmpp-qt5/distinfo head/net-im/qxmpp-qt5/pkg-plist Modified: head/net-im/qxmpp-qt5/Makefile ============================================================================== --- head/net-im/qxmpp-qt5/Makefile Tue Mar 16 20:31:51 2021 (r568611) +++ head/net-im/qxmpp-qt5/Makefile Tue Mar 16 21:01:19 2021 (r568612) @@ -2,7 +2,7 @@ PORTNAME= qxmpp DISTVERSIONPREFIX= v -DISTVERSION= 1.3.2 +DISTVERSION= 1.4.0 CATEGORIES= net-im PKGNAMESUFFIX= -qt5 @@ -12,7 +12,7 @@ COMMENT= XMPP client library based on Qt and C++ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.LGPL -USES= cmake compiler:c++11-lang libtool pathfix pkgconfig qt:5 +USES= cmake compiler:c++17-lang libtool pathfix pkgconfig qt:5 USE_QT= core gui network xml \ buildtools_build qmake_build testlib_build Modified: head/net-im/qxmpp-qt5/distinfo ============================================================================== --- head/net-im/qxmpp-qt5/distinfo Tue Mar 16 20:31:51 2021 (r568611) +++ head/net-im/qxmpp-qt5/distinfo Tue Mar 16 21:01:19 2021 (r568612) @@ -1,3 +1,3 @@ -TIMESTAMP = 1610394275 -SHA256 (qxmpp-project-qxmpp-v1.3.2_GH0.tar.gz) = 016e23c40c604dd43b15e1888e31d48729d0f80775fb6f7faef1130a52fe0641 -SIZE (qxmpp-project-qxmpp-v1.3.2_GH0.tar.gz) = 303067 +TIMESTAMP = 1615927989 +SHA256 (qxmpp-project-qxmpp-v1.4.0_GH0.tar.gz) = 2148162138eaf4b431a6ee94104f87877b85a589da803dff9433c698b4cf4f19 +SIZE (qxmpp-project-qxmpp-v1.4.0_GH0.tar.gz) = 313356 Modified: head/net-im/qxmpp-qt5/pkg-plist ============================================================================== --- head/net-im/qxmpp-qt5/pkg-plist Tue Mar 16 20:31:51 2021 (r568611) +++ head/net-im/qxmpp-qt5/pkg-plist Tue Mar 16 21:01:19 2021 (r568612) @@ -1,5 +1,6 @@ include/qxmpp/QXmppArchiveIq.h include/qxmpp/QXmppArchiveManager.h +include/qxmpp/QXmppAttentionManager.h include/qxmpp/QXmppBindIq.h include/qxmpp/QXmppBitsOfBinaryContentId.h include/qxmpp/QXmppBitsOfBinaryData.h @@ -34,6 +35,7 @@ include/qxmpp/QXmppMessage.h include/qxmpp/QXmppMessageReceiptManager.h include/qxmpp/QXmppMixIq.h include/qxmpp/QXmppMixItem.h +include/qxmpp/QXmppMixInvitation.h include/qxmpp/QXmppMucIq.h include/qxmpp/QXmppMucManager.h include/qxmpp/QXmppNonSASLAuth.h