From nobody Mon Nov 21 05:03:17 2022 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4NFwJP5BDyz4hTxy; Mon, 21 Nov 2022 05:03:17 +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 4NFwJP2r2mz4H1G; Mon, 21 Nov 2022 05:03:17 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1669006997; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=6y5PVDsdTZIsaCQZIR1rxXamuGja8DL9LorA8OUNGeU=; b=pikEm0IbxrgTtomJTboqxnLYx6dbyj7JzAVbXT6ycpNZGzzWoQBZFTykCIWIOBsEK7pAtr HZeg54vq6lWDqH/38YiZrXH/fQIUsA3V5lP+nzPjth6HP3eyEKQaei8+Hq+z4ZaFyLf/up U7JVCtkDg18UbmNAxepyPpUu1yi9DHMah2GMOzdb7IE0sLbBG5P5s3JB3KYm2FbzklA/xc n9vzT4MqWYxwpevM3LkrjTF8BXFAOFg/yTj0fUr45S/ImGNTASBYJip3sNBkH7FoRnlsBd baZBTV8wadXgXA+svQIysZrJBrJim4YbllZR5mwQIIbtjNKnF9IPbOPYFtChcA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1669006997; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=6y5PVDsdTZIsaCQZIR1rxXamuGja8DL9LorA8OUNGeU=; b=D6qRF1Y04sBEWdZY2UnsyPxWLmiUW2bCS7ZXkXMh9kJ/wASnNO7B1JoQ+ANGwtyfxDEpKp Nwyvkrwumrzb+fDhCfXth9dbe8t6+ziJ+GUA4fgBXr6rV3fILmx8mgFO0Mo/J1qvzZ90kW 7t5HihrlIqCP4DXVbJPehE832C9F+dqoGQoWFY/aqT0gM6m1mKfHMpmT60YeRxaPnFzfJL kxKVEfek40NRXOL+XFxvNmFCLjATcpjn8Gs5LLzmhxWPrt0H47OsKoty0L3Ro5fU/UK6Ir w7kRDjzq6mhe9fi14oFxs8p2xfBroA37MeBmJRbhuxWxYVsiMghreBhrpOZ32Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1669006997; a=rsa-sha256; cv=none; b=ChlW6pT5hU3zAnkpIJt6I/8i9C5ZLAT3xqhZg2dRF/O5zhApOW2lxaYeMFSpRSyUehv9Kv GxT/VP7REk+3q/w/fN4h09+PtozR9b+T1a7fmmqNl4srHKLRFKcg2qpb0LeZSfIAEmrdpG ZdCqxWk8hfgiY1rQzkjiF7paZ/XmIC9czy3wLebv18mzLbH9Cgv4euGnolWUT4juQrhP1b QX8wTqY/C4DCOEz5Y8ChNF3CGjCfpLaJhXplqa14m5A0CWmwfXZVaDaAwK8FQ6PWAztOwJ TstiYO4e1WjhdgSjO7TdNocU399hpOeBjLa+ntgbdLv9b2yczFGyeOaGAzyzSQ== 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 4NFwJP1vrszrNq; Mon, 21 Nov 2022 05:03:17 +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 2AL53HtB031453; Mon, 21 Nov 2022 05:03:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 2AL53HY9031452; Mon, 21 Nov 2022 05:03:17 GMT (envelope-from git) Date: Mon, 21 Nov 2022 05:03:17 GMT Message-Id: <202211210503.2AL53HY9031452@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guangyuan Yang Subject: git: a9ed4e510656 - main - mail/dovecot-fts-flatcurve: Update to 0.3.3 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a9ed4e510656f0e9cd9f699a3f83a9cb99c513e0 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=a9ed4e510656f0e9cd9f699a3f83a9cb99c513e0 commit a9ed4e510656f0e9cd9f699a3f83a9cb99c513e0 Author: Martin Waschbüsch AuthorDate: 2022-11-21 05:03:05 +0000 Commit: Guangyuan Yang CommitDate: 2022-11-21 05:03:05 +0000 mail/dovecot-fts-flatcurve: Update to 0.3.3 Changelog: https://github.com/slusarz/dovecot-fts-flatcurve/releases/tag/v0.3.3 PR: 267840 --- mail/dovecot-fts-flatcurve/Makefile | 7 +++---- mail/dovecot-fts-flatcurve/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/mail/dovecot-fts-flatcurve/Makefile b/mail/dovecot-fts-flatcurve/Makefile index c8650757423e..8820bae348ab 100644 --- a/mail/dovecot-fts-flatcurve/Makefile +++ b/mail/dovecot-fts-flatcurve/Makefile @@ -1,7 +1,6 @@ PORTNAME= fts-flatcurve DISTVERSIONPREFIX= v -DISTVERSION= 0.3.2 -PORTREVISION= 1 +DISTVERSION= 0.3.3 CATEGORIES= mail PKGNAMEPREFIX= dovecot- @@ -11,10 +10,10 @@ WWW= https://github.com/slusarz/dovecot-fts-flatcurve LICENSE= LGPL21 -BUILD_DEPENDS= dovecot>=2.3.10:mail/dovecot +BUILD_DEPENDS= dovecot>=2.3.17:mail/dovecot LIB_DEPENDS= libicuuc.so:devel/icu \ libxapian.so:databases/xapian-core -RUN_DEPENDS= dovecot>=2.3.10:mail/dovecot +RUN_DEPENDS= dovecot>=2.3.17:mail/dovecot USES= autoreconf libtool pkgconfig USE_GITHUB= yes diff --git a/mail/dovecot-fts-flatcurve/distinfo b/mail/dovecot-fts-flatcurve/distinfo index 0d2e3321385b..d29f2f45bd49 100644 --- a/mail/dovecot-fts-flatcurve/distinfo +++ b/mail/dovecot-fts-flatcurve/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1665207383 -SHA256 (slusarz-dovecot-fts-flatcurve-v0.3.2_GH0.tar.gz) = cea0fda2181e11bb54892e729360397e622d3f02934feae27107a70b61b74c44 -SIZE (slusarz-dovecot-fts-flatcurve-v0.3.2_GH0.tar.gz) = 49968 +TIMESTAMP = 1668750854 +SHA256 (slusarz-dovecot-fts-flatcurve-v0.3.3_GH0.tar.gz) = 9d7afb627a61af9e323c4046003acd8953e629794f4dbcd6f7b8e196624af59c +SIZE (slusarz-dovecot-fts-flatcurve-v0.3.3_GH0.tar.gz) = 49874