From owner-svn-ports-head@freebsd.org Tue Apr 7 16:12:53 2020 Return-Path: Delivered-To: svn-ports-head@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 0CF7A273DE9; Tue, 7 Apr 2020 16:12:53 +0000 (UTC) (envelope-from tcberner@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48xXW86Tv9z3NF5; Tue, 7 Apr 2020 16:12:52 +0000 (UTC) (envelope-from tcberner@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 D9F97C7E9; Tue, 7 Apr 2020 16:12:52 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 037GCqVI035207; Tue, 7 Apr 2020 16:12:52 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 037GCphc035202; Tue, 7 Apr 2020 16:12:51 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202004071612.037GCphc035202@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Tue, 7 Apr 2020 16:12:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531023 - in head: net-im/kaidan net-im/qxmpp-qt5 polish/kadu X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: net-im/kaidan net-im/qxmpp-qt5 polish/kadu X-SVN-Commit-Revision: 531023 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Apr 2020 16:12:53 -0000 Author: tcberner Date: Tue Apr 7 16:12:51 2020 New Revision: 531023 URL: https://svnweb.freebsd.org/changeset/ports/531023 Log: net-im/qxmpp-qt5: update to 1.3.0 Changelog: https://github.com/qxmpp-project/qxmpp/releases/tag/v1.3.0 Modified: head/net-im/kaidan/Makefile head/net-im/qxmpp-qt5/Makefile head/net-im/qxmpp-qt5/distinfo head/net-im/qxmpp-qt5/pkg-plist head/polish/kadu/Makefile Modified: head/net-im/kaidan/Makefile ============================================================================== --- head/net-im/kaidan/Makefile Tue Apr 7 16:06:27 2020 (r531022) +++ head/net-im/kaidan/Makefile Tue Apr 7 16:12:51 2020 (r531023) @@ -2,7 +2,7 @@ PORTNAME= kaidan DISTVERSION= 0.4.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net-im kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} Modified: head/net-im/qxmpp-qt5/Makefile ============================================================================== --- head/net-im/qxmpp-qt5/Makefile Tue Apr 7 16:06:27 2020 (r531022) +++ head/net-im/qxmpp-qt5/Makefile Tue Apr 7 16:12:51 2020 (r531023) @@ -2,7 +2,7 @@ PORTNAME= qxmpp DISTVERSIONPREFIX= v -DISTVERSION= 1.2.1 +DISTVERSION= 1.3.0 CATEGORIES= net-im PKGNAMESUFFIX= -qt5 Modified: head/net-im/qxmpp-qt5/distinfo ============================================================================== --- head/net-im/qxmpp-qt5/distinfo Tue Apr 7 16:06:27 2020 (r531022) +++ head/net-im/qxmpp-qt5/distinfo Tue Apr 7 16:12:51 2020 (r531023) @@ -1,3 +1,3 @@ -TIMESTAMP = 1586074018 -SHA256 (qxmpp-project-qxmpp-v1.2.1_GH0.tar.gz) = f83eb44e2b21b070a7568b2b234e269a6ab7c64007728d62b01487de843688ee -SIZE (qxmpp-project-qxmpp-v1.2.1_GH0.tar.gz) = 312945 +TIMESTAMP = 1586275396 +SHA256 (qxmpp-project-qxmpp-v1.3.0_GH0.tar.gz) = 3c83d7cb3e790afd62a5232956ca85378aa76b6e1d1875c921ead05b70bb0fa5 +SIZE (qxmpp-project-qxmpp-v1.3.0_GH0.tar.gz) = 302258 Modified: head/net-im/qxmpp-qt5/pkg-plist ============================================================================== --- head/net-im/qxmpp-qt5/pkg-plist Tue Apr 7 16:06:27 2020 (r531022) +++ head/net-im/qxmpp-qt5/pkg-plist Tue Apr 7 16:12:51 2020 (r531023) @@ -8,7 +8,6 @@ include/qxmpp/QXmppBitsOfBinaryIq.h include/qxmpp/QXmppBookmarkManager.h include/qxmpp/QXmppBookmarkSet.h include/qxmpp/QXmppByteStreamIq.h -include/qxmpp/QXmppCallManager.h include/qxmpp/QXmppCarbonManager.h include/qxmpp/QXmppClient.h include/qxmpp/QXmppClientExtension.h @@ -45,6 +44,7 @@ include/qxmpp/QXmppPingIq.h include/qxmpp/QXmppPresence.h include/qxmpp/QXmppPubSubIq.h include/qxmpp/QXmppPubSubItem.h +include/qxmpp/QXmppPushEnableIq.h include/qxmpp/QXmppRegisterIq.h include/qxmpp/QXmppRegistrationManager.h include/qxmpp/QXmppRemoteMethod.h @@ -53,9 +53,6 @@ include/qxmpp/QXmppRosterIq.h include/qxmpp/QXmppRosterManager.h include/qxmpp/QXmppRpcIq.h include/qxmpp/QXmppRpcManager.h -include/qxmpp/QXmppRtcpPacket.h -include/qxmpp/QXmppRtpChannel.h -include/qxmpp/QXmppRtpPacket.h include/qxmpp/QXmppServer.h include/qxmpp/QXmppServerExtension.h include/qxmpp/QXmppServerPlugin.h Modified: head/polish/kadu/Makefile ============================================================================== --- head/polish/kadu/Makefile Tue Apr 7 16:06:27 2020 (r531022) +++ head/polish/kadu/Makefile Tue Apr 7 16:12:51 2020 (r531023) @@ -3,7 +3,7 @@ PORTNAME= kadu PORTVERSION= 4.3 -PORTREVISION= 20 +PORTREVISION= 21 PORTEPOCH= 1 CATEGORIES= polish net-im MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/:kadu \