diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-07-05 08:38:06 +0200 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-07-05 08:40:52 +0200 |
commit | 484a8cda95abf26bf81cd2d23b50063bda5e28d3 (patch) | |
tree | 5abf968ac38fa0d2466d84fe317ae9592529ecd1 | |
parent | databases/rubygem-pg_query: Fix unknown type name 'PgQueryProtobuf' (diff) |
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
-rw-r--r-- | net/mailcommon/Makefile | 4 | ||||
-rw-r--r-- | net/mailcommon/distinfo | 4 |
2 files changed, 7 insertions, 1 deletions
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 |