From owner-dev-commits-ports-all@freebsd.org  Fri Aug 20 09:48:19 2021
Return-Path: <owner-dev-commits-ports-all@freebsd.org>
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 3EC4365D7B0;
 Fri, 20 Aug 2021 09:48:19 +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 4GrcJg0zPWz3Csf;
 Fri, 20 Aug 2021 09:48:19 +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 0822816D9E;
 Fri, 20 Aug 2021 09:48:19 +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 17K9mI4s023931;
 Fri, 20 Aug 2021 09:48:18 GMT (envelope-from git@gitrepo.freebsd.org)
Received: (from git@localhost)
 by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17K9mIer023930;
 Fri, 20 Aug 2021 09:48:18 GMT (envelope-from git)
Date: Fri, 20 Aug 2021 09:48:18 GMT
Message-Id: <202108200948.17K9mIer023930@gitrepo.freebsd.org>
To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org,
 dev-commits-ports-branches@FreeBSD.org
From: Juraj Lutter <otis@FreeBSD.org>
Subject: git: 9761e41c0f0e - 2021Q3 - mail/dovecot-fts-xapian: Update to 1.4.12
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Git-Committer: otis
X-Git-Repository: ports
X-Git-Refname: refs/heads/2021Q3
X-Git-Reftype: branch
X-Git-Commit: 9761e41c0f0e94600932c925c38326a5e7c14fcf
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
 <dev-commits-ports-all.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/dev-commits-ports-all>, 
 <mailto:dev-commits-ports-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/dev-commits-ports-all/>
List-Post: <mailto:dev-commits-ports-all@freebsd.org>
List-Help: <mailto:dev-commits-ports-all-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/dev-commits-ports-all>, 
 <mailto:dev-commits-ports-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 20 Aug 2021 09:48:19 -0000

The branch 2021Q3 has been updated by otis:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9761e41c0f0e94600932c925c38326a5e7c14fcf

commit 9761e41c0f0e94600932c925c38326a5e7c14fcf
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2021-08-19 18:49:39 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2021-08-20 09:46:16 +0000

    mail/dovecot-fts-xapian: Update to 1.4.12
    
    Changelog: https://github.com/grosjo/fts-xapian/issues/94
    (cherry picked from commit 4752e775143c11b4499a96b3a11186e8e80f9f95)
---
 mail/dovecot-fts-xapian/Makefile | 2 +-
 mail/dovecot-fts-xapian/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/mail/dovecot-fts-xapian/Makefile b/mail/dovecot-fts-xapian/Makefile
index 97a5a82d4889..276915873222 100644
--- a/mail/dovecot-fts-xapian/Makefile
+++ b/mail/dovecot-fts-xapian/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	fts-xapian
-DISTVERSION=	1.4.11
+DISTVERSION=	1.4.12
 CATEGORIES=	mail
 MASTER_SITES=	https://github.com/grosjo/fts-xapian/releases/download/${DISTVERSION}/
 PKGNAMEPREFIX=	dovecot-
diff --git a/mail/dovecot-fts-xapian/distinfo b/mail/dovecot-fts-xapian/distinfo
index 5be853709d44..9d1bc26084dd 100644
--- a/mail/dovecot-fts-xapian/distinfo
+++ b/mail/dovecot-fts-xapian/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1625477620
-SHA256 (dovecot-fts-xapian-1.4.11.tar.gz) = 2348cae2b08f0357f982ef71abd35f7818e09ce9a3c70e7a9a853e0d739ec348
-SIZE (dovecot-fts-xapian-1.4.11.tar.gz) = 1766750
+TIMESTAMP = 1629367272
+SHA256 (dovecot-fts-xapian-1.4.12.tar.gz) = fbd4b2cd74599320d022da1ea1e5aa4a19bfa5770eabf466eb00305addfd0b9b
+SIZE (dovecot-fts-xapian-1.4.12.tar.gz) = 2024090