From owner-dev-commits-ports-all@freebsd.org Mon Aug 30 10:36:54 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 E340A674737; Mon, 30 Aug 2021 10:36:54 +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 4Gymw654skz4ZbZ; Mon, 30 Aug 2021 10:36:54 +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 88FEB1C80B; Mon, 30 Aug 2021 10:36:54 +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 17UAasQw062374; Mon, 30 Aug 2021 10:36:54 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17UAasP1062373; Mon, 30 Aug 2021 10:36:54 GMT (envelope-from git) Date: Mon, 30 Aug 2021 10:36:54 GMT Message-Id: <202108301036.17UAasP1062373@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Adriaan de Groot Subject: git: 85ec88297f44 - main - net-im/libquotient: update to latest release MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: adridg X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 85ec88297f44e03ff208fe2c273cda012eee3e43 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: Mon, 30 Aug 2021 10:36:55 -0000 The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=85ec88297f44e03ff208fe2c273cda012eee3e43 commit 85ec88297f44e03ff208fe2c273cda012eee3e43 Author: Adriaan de Groot AuthorDate: 2021-08-28 23:44:32 +0000 Commit: Adriaan de Groot CommitDate: 2021-08-30 10:36:50 +0000 net-im/libquotient: update to latest release Release notes are at https://github.com/quotient-im/libQuotient/releases/tag/0.6.8 Bump consumers to get a rebuild. --- net-im/libquotient/Makefile | 3 +-- net-im/libquotient/distinfo | 6 +++--- net-im/neochat/Makefile | 2 +- net-im/quaternion/Makefile | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/net-im/libquotient/Makefile b/net-im/libquotient/Makefile index a67d7f4ff5ac..59b01de7f528 100644 --- a/net-im/libquotient/Makefile +++ b/net-im/libquotient/Makefile @@ -1,6 +1,5 @@ PORTNAME= libquotient -DISTVERSION= 0.6.6 -PORTREVISION= 1 +DISTVERSION= 0.6.8 CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org diff --git a/net-im/libquotient/distinfo b/net-im/libquotient/distinfo index b54b8971abe6..674a49f05b6a 100644 --- a/net-im/libquotient/distinfo +++ b/net-im/libquotient/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617662971 -SHA256 (quotient-im-libQuotient-0.6.6_GH0.tar.gz) = 33d3da5a7045bbe2611dd73104279986dd8356b24de339dd10874c1a9417bba7 -SIZE (quotient-im-libQuotient-0.6.6_GH0.tar.gz) = 560130 +TIMESTAMP = 1630192972 +SHA256 (quotient-im-libQuotient-0.6.8_GH0.tar.gz) = 8379501a216f4450affa41e62a33d30e80abfe5eab6915e03fbd49f6b92acd6d +SIZE (quotient-im-libQuotient-0.6.8_GH0.tar.gz) = 561552 diff --git a/net-im/neochat/Makefile b/net-im/neochat/Makefile index 783226d2dccc..573874abbf25 100644 --- a/net-im/neochat/Makefile +++ b/net-im/neochat/Makefile @@ -1,6 +1,6 @@ PORTNAME= neochat DISTVERSION= 1.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} diff --git a/net-im/quaternion/Makefile b/net-im/quaternion/Makefile index da12e7f8badc..1cbd32caa3ce 100644 --- a/net-im/quaternion/Makefile +++ b/net-im/quaternion/Makefile @@ -1,6 +1,6 @@ PORTNAME= Quaternion DISTVERSION= 0.0.95-beta3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org