From nobody Thu May 28 10:50:36 2026 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 4gR3DY318mz6fWM3 for ; Thu, 28 May 2026 10:50:37 +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 "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gR3DY0brXz3Fkw for ; Thu, 28 May 2026 10:50:37 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1779965437; 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=+7m/k26XTndGGYUut/cJ0sSw9rfKfhroZyGeyL0UTB8=; b=rJjYnf7r11E3+gWulBk3izR0RgUfd7fuRvfNszM5fhFxWifUObgOBX4d6Abn1DH7/bapAa 0NphbBfi+wFSMEbFRwDUQieC7pKNZ2811viFDeUywmi9X9+B2r3+cfaNSZaiRIRS04ASSM cbw4W3cRWsa0+lBMjuGDw+KM0r9rE/urgFSiOnJQqX4lHJ8iqBsk+LtUHRNgwMLVq/psPf kODGLd1uGI6Wo47qYTd0Brg6hwqc2C3/h9+8oM4MHD9ScWgpxLOanP1uCYgBwU8KOa8tg6 fLc7ABDuLWcaI+oZChfst9Hfa9tfUeLJIfmAVGUy8Y89eVJ//c4A/jh0d/jIgg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1779965437; a=rsa-sha256; cv=none; b=Bj0pxvtIVy5pnnvrdDS78SV5UfqxTymKe+FyJJm2MlTeFQFogcZw0l2z+ZWFdi5bRtzgee XH5WHvhiYdWl1EIVx8SJqZqf4/oWjkBuqphT+dxRXKCyLsK4duspJiqMY5zrjiRvg9D9tV EIrW6UFKsi7P5DQrOjfGaOPwsYmDr3NDW5PnhymzeX+2QTRraJOp5oFSLqSaiJNA3fK/Lr HYg7d20Xs0No23bS9kdJIpwM6ZZKzvRkdjJq1ipJzp6mD2AatbkLKRtZprvhLFbEuxa5Kx 6CD3V+D7c9cUxVaxgb+QY04oqdEooRv1xxLjFn5u/+Ziep3bK8NRGX+ELT5y5g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1779965437; 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=+7m/k26XTndGGYUut/cJ0sSw9rfKfhroZyGeyL0UTB8=; b=jK94M70PIBeYbuEyap5j1VCnuJT2F154nuQEd8MtEHVDeo6kAOF79PRyaws1jSgO23H74l +32TNFHzfRpnSJYDkVmEaIgxmF2ax+q2jybSswYju6cCZu2kjDITwDYxFxNkdniUMnVLbd Mn63E4n2FsdwJk7RguSG14RpS4K3/Pyug8AOvBA0bG/zrBB4tOFiyBvcAepZyz11lRhJJB g7vp4mQhR9Djme2/0e9p55YNoSKebCraZjXpKLW/q/9Wtrn03OKJsPcM8s/fSYwrAs4vaM E9TMQHF6Z5H/N0kyKVTax+lBKoLxI0RlqyO9bJx1se1aGboWv1CunVIwSnIZOQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gR3DX6l24zjl1 for ; Thu, 28 May 2026 10:50:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3acab by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 28 May 2026 10:50:36 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alex Dupre Subject: git: c27b9de1d915 - main - mail/roundcube-classic: update for roundcube 1.7 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: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ale X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c27b9de1d915d154e5613b0e9a537dd38f5289dc Auto-Submitted: auto-generated Date: Thu, 28 May 2026 10:50:36 +0000 Message-Id: <6a181dfc.3acab.6c5e98ae@gitrepo.freebsd.org> The branch main has been updated by ale: URL: https://cgit.FreeBSD.org/ports/commit/?id=c27b9de1d915d154e5613b0e9a537dd38f5289dc commit c27b9de1d915d154e5613b0e9a537dd38f5289dc Author: Alex Dupre AuthorDate: 2026-05-28 10:47:10 +0000 Commit: Alex Dupre CommitDate: 2026-05-28 10:50:32 +0000 mail/roundcube-classic: update for roundcube 1.7 PR: 295278 Submitted by: brnrd --- mail/roundcube-classic/Makefile | 3 ++- mail/roundcube-classic/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/mail/roundcube-classic/Makefile b/mail/roundcube-classic/Makefile index 651347829099..4b3cd56e5438 100644 --- a/mail/roundcube-classic/Makefile +++ b/mail/roundcube-classic/Makefile @@ -1,5 +1,6 @@ PORTNAME= classic -DISTVERSION= 1.6.0 +DISTVERSION= 1.6.0-4 +DISTVERSIONSUFFIX= -g790857d CATEGORIES?= mail www PKGNAMEPREFIX= roundcube- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} diff --git a/mail/roundcube-classic/distinfo b/mail/roundcube-classic/distinfo index fbe52bbcfcf9..b20cd4ff58e1 100644 --- a/mail/roundcube-classic/distinfo +++ b/mail/roundcube-classic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1661169342 -SHA256 (roundcube-classic-1.6.0_GH0.tar.gz) = 8b9d27b4b6ca469c7246985f9bca9e9711a57c825f9c25c6b082273a3920e4c3 -SIZE (roundcube-classic-1.6.0_GH0.tar.gz) = 250983 +TIMESTAMP = 1779962252 +SHA256 (roundcube-classic-1.6.0-4-g790857d_GH0.tar.gz) = 4fdff6e1e272fec871926bc27351d8b7f2c979927a628f40c84ad699e2d7a17e +SIZE (roundcube-classic-1.6.0-4-g790857d_GH0.tar.gz) = 264904