Date: Fri, 19 Mar 2021 12:06:47 +0000 (UTC) From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568792 - head/net-im/kaidan Message-ID: <202103191206.12JC6leh058232@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103191206.12JC6leh058232>