Date: Mon, 5 Jul 2021 06:41:19 GMT From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 484a8cda95ab - main - net/mailcommon: add upstream fix for bug in mail expiry-settings Message-ID: <202107050641.1656fJTW029208@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=484a8cda95abf26bf81cd2d23b50063bda5e28d3 commit 484a8cda95abf26bf81cd2d23b50063bda5e28d3 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2021-07-05 06:38:06 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2021-07-05 06:40:52 +0000 net/mailcommon: add upstream fix for bug in mail expiry-settings The auto-prune time for read and unread got switch on load after saving. See https://bugs.kde.org/show_bug.cgi?id=439501 --- net/mailcommon/Makefile | 4 ++++ net/mailcommon/distinfo | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/net/mailcommon/Makefile b/net/mailcommon/Makefile index d2536442932b..9a85fba80212 100644 --- a/net/mailcommon/Makefile +++ b/net/mailcommon/Makefile @@ -1,7 +1,11 @@ PORTNAME= mailcommon DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-applications +PATCH_SITES= https://invent.kde.org/pim/mailcommon/-/commit/ +PATCHFILES= e0e7e702df21ac3b0b16b94f3871c0ddbe53e962.diff:-p1 + MAINTAINER= kde@FreeBSD.org COMMENT= Common libriares for KDEPim diff --git a/net/mailcommon/distinfo b/net/mailcommon/distinfo index 137d99438999..8149904e181c 100644 --- a/net/mailcommon/distinfo +++ b/net/mailcommon/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1623521024 +TIMESTAMP = 1625466479 SHA256 (KDE/release-service/21.04.2/mailcommon-21.04.2.tar.xz) = f05055cb8a9d4d96ea550010e8ffeccdbd3cd60982a6ce63110368d60ed568b4 SIZE (KDE/release-service/21.04.2/mailcommon-21.04.2.tar.xz) = 730564 +SHA256 (KDE/release-service/21.04.2/e0e7e702df21ac3b0b16b94f3871c0ddbe53e962.diff) = 1b70f65f12f4df76439bf2e7071ae4026abff96ed39e885bde9b19e25e48e997 +SIZE (KDE/release-service/21.04.2/e0e7e702df21ac3b0b16b94f3871c0ddbe53e962.diff) = 982
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107050641.1656fJTW029208>