From owner-svn-ports-head@freebsd.org Fri Mar 19 12:06:47 2021 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 DB63E571ABA; Fri, 19 Mar 2021 12:06:47 +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 4F22gW5sFKz4f8V; Fri, 19 Mar 2021 12:06:47 +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 BC18114E04; Fri, 19 Mar 2021 12:06:47 +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 12JC6ls7058235; Fri, 19 Mar 2021 12:06:47 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12JC6leh058232; Fri, 19 Mar 2021 12:06:47 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <202103191206.12JC6leh058232@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Fri, 19 Mar 2021 12:06:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568792 - head/net-im/kaidan X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: head/net-im/kaidan X-SVN-Commit-Revision: 568792 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.34 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: Fri, 19 Mar 2021 12:06:47 -0000 Author: adridg Date: Fri Mar 19 12:06:46 2021 New Revision: 568792 URL: https://svnweb.freebsd.org/changeset/ports/568792 Log: Update net-im/kaidan to latest upstream release Upstream switched where it places the tarballs (from "stable/" to "unstable/" even while releasing stability-fixes), so this wasn't spotted earlier. While here, update the WWW to point to an actual site, rather than the unofficial GitHub mirror of the source code. Release notes at: https://www.kaidan.im/2020/08/20/kaidan-0.6.0/ https://www.kaidan.im/2021/02/02/kaidan-0.7.0/ Modified: head/net-im/kaidan/Makefile head/net-im/kaidan/distinfo head/net-im/kaidan/pkg-descr Modified: head/net-im/kaidan/Makefile ============================================================================== --- head/net-im/kaidan/Makefile Fri Mar 19 11:47:08 2021 (r568791) +++ head/net-im/kaidan/Makefile Fri Mar 19 12:06:46 2021 (r568792) @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= kaidan -DISTVERSION= 0.5.0 -PORTREVISION= 1 +DISTVERSION= 0.7.0 CATEGORIES= net-im kde -MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} +MASTER_SITES= KDE/unstable/${PORTNAME}/${DISTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= User-friendly XMPP client for every device Modified: head/net-im/kaidan/distinfo ============================================================================== --- head/net-im/kaidan/distinfo Fri Mar 19 11:47:08 2021 (r568791) +++ head/net-im/kaidan/distinfo Fri Mar 19 12:06:46 2021 (r568792) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589647481 -SHA256 (kaidan-0.5.0.tar.xz) = 0f1d267d9c6001a26056789aa521bd5b0e36eea39dff95d4f33dbcd3e5257247 -SIZE (kaidan-0.5.0.tar.xz) = 448480 +TIMESTAMP = 1616155176 +SHA256 (kaidan-0.7.0.tar.xz) = d56b3c927505adbbe343aa0858599bdbb5322a3ac2bb61dbadffa19428b2304f +SIZE (kaidan-0.7.0.tar.xz) = 516684 Modified: head/net-im/kaidan/pkg-descr ============================================================================== --- head/net-im/kaidan/pkg-descr Fri Mar 19 11:47:08 2021 (r568791) +++ head/net-im/kaidan/pkg-descr Fri Mar 19 12:06:46 2021 (r568792) @@ -2,4 +2,4 @@ Kaidan is a simple, user-friendly Jabber/XMPP client p user interface using Kirigami and QtQuick. The back-end of Kaidan is written in C++ using the QXmpp XMPP client library and Qt 5. -WWW: https://github.com/KDE/kaidan +WWW: https://www.kaidan.im/