From owner-dev-commits-ports-all@freebsd.org Wed Jul 14 08:37:54 2021 Return-Path: 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 07F3766ED00; Wed, 14 Jul 2021 08:37:54 +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 4GPrVT6Pskz3NTr; Wed, 14 Jul 2021 08:37:53 +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 C127112F6B; Wed, 14 Jul 2021 08:37:53 +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 16E8brxA085268; Wed, 14 Jul 2021 08:37:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16E8br6L085267; Wed, 14 Jul 2021 08:37:53 GMT (envelope-from git) Date: Wed, 14 Jul 2021 08:37:53 GMT Message-Id: <202107140837.16E8br6L085267@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Tobias C. Berner" Subject: git: 108b9151fac5 - main - mail/claws-mail: update to latest 3.18.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tcberner X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 108b9151fac540a3a654f963a6cc640944846981 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jul 2021 08:37:54 -0000 The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=108b9151fac540a3a654f963a6cc640944846981 commit 108b9151fac540a3a654f963a6cc640944846981 Author: Chris Hutchinson AuthorDate: 2021-07-14 07:36:57 +0000 Commit: Tobias C. Berner CommitDate: 2021-07-14 08:37:37 +0000 mail/claws-mail: update to latest 3.18.0 New in this release: ~~~~~~~~~~~~~~~~~~~~ * Support for the OAuth2 authorisation protocol has been added for IMAP, POP and SMTP using custom, user-generated client IDs. OAuth2 preferences are found in the Account Preferences on the Receive page (for POP: Authenticate before POP connection, for IMAP: Authentication method); the Send page (SMTP authentication: Authentication method); and on a dedicated OAuth2 page. * The option 'Save (X-)Face in address book if possible' has been added to the /Message View/Text Options preferences page. Previously the (X-)Face would be saved automatically, therefore this option is turned on by default. * The Image Viewer has been reworked. New options have been added to /Message View/Image Viewer: when resizing images, either fit the image width or fit the image height to the available space. Fitting the image height is the default. Regardless of this setting, when displaying images inline they will fit the height. When displaying an image, left-clicking the image will toggle between full size and reduced size; right-clicking will toggle between fitting the height and fitting the width. * When re-editing a saved message, it is now possible to use /Options/Remove References. * It is now possible to attempt to retrieve a missing GPG key via WKD. * The man page has been updated. * Updated translations: Brazilian Portuguese, British English, Catalan, Czech, Danish, Dutch, French, Polish, Romanian, Russian, Slovak, Spanish, Traditional Chinese, Turkish. * bug fixes See https://www.claws-mail.org/news.php for more details. PR: 257110 Reported by: bsd@dino.sk --- mail/claws-mail-pdf_viewer/Makefile | 1 - mail/claws-mail-plugins/Makefile | 2 +- mail/claws-mail/Makefile | 1 + mail/claws-mail/Makefile.claws | 2 +- mail/claws-mail/distinfo | 7 ++++--- mail/claws-mail/pkg-plist | 1 + 6 files changed, 8 insertions(+), 6 deletions(-) diff --git a/mail/claws-mail-pdf_viewer/Makefile b/mail/claws-mail-pdf_viewer/Makefile index 0263d00bb0ae..19833dd3c9fc 100644 --- a/mail/claws-mail-pdf_viewer/Makefile +++ b/mail/claws-mail-pdf_viewer/Makefile @@ -1,7 +1,6 @@ # Created by: Pawel Pekala PORTNAME= pdf_viewer -PORTREVISION= 8 COMMENT= PDF and PostScript viewer plugin for Claws Mail diff --git a/mail/claws-mail-plugins/Makefile b/mail/claws-mail-plugins/Makefile index caf195f0bc20..fb3a39b563ca 100644 --- a/mail/claws-mail-plugins/Makefile +++ b/mail/claws-mail-plugins/Makefile @@ -1,7 +1,7 @@ # Created by: Rozhuk Ivan PORTNAME= claws-mail-plugins -PORTVERSION= 3.17.8 +PORTVERSION= 3.18.0 CATEGORIES= mail news MAINTAINER= portmaster@BSDforge.com diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index 008f5a3abe31..e57b86437d03 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -11,6 +11,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl \ libetpan.so:mail/libetpan \ libfreetype.so:print/freetype2 \ + libharfbuzz.so:print/harfbuzz \ libsasl2.so:security/cyrus-sasl2 \ libgnutls.so:security/gnutls \ libgcrypt.so:security/libgcrypt \ diff --git a/mail/claws-mail/Makefile.claws b/mail/claws-mail/Makefile.claws index 4a1290e114be..3a213edd4e5f 100644 --- a/mail/claws-mail/Makefile.claws +++ b/mail/claws-mail/Makefile.claws @@ -1,4 +1,4 @@ -PORTVERSION= 3.17.8 +PORTVERSION= 3.18.0 CATEGORIES?= mail MASTER_SITES= http://www.claws-mail.org/download.php?file=releases/ diff --git a/mail/claws-mail/distinfo b/mail/claws-mail/distinfo index cd033e36152c..42a80325ecb1 100644 --- a/mail/claws-mail/distinfo +++ b/mail/claws-mail/distinfo @@ -1,3 +1,4 @@ -TIMESTAMP = 1605298492 -SHA256 (claws-mail-3.17.8.tar.xz) = cdb7b2814995d6f4a9c3b1f0bc1467ed5c3cf2a5e0da1730aaa25a8accafddaf -SIZE (claws-mail-3.17.8.tar.xz) = 6435692 +TIMESTAMP = 1626114302 +SHA256 (claws-mail-3.18.0.tar.xz) = cb5819e66b4bb3bbd44eb79c58f516a932389367a7900554321c24b509ece6bb +SHA512 (claws-mail-3.18.0.tar.xz) = 3f73e11fc75234c44c0faf266a196c7f1c80b837fb920fc4a3979ede81f37efd180c006ab6436ae9c2dffde2d6c3bf6340a90d93e1e3fa8821fb09693d030811 +SIZE (claws-mail-3.18.0.tar.xz) = 6517632 diff --git a/mail/claws-mail/pkg-plist b/mail/claws-mail/pkg-plist index 630725bf1c44..32fd820e5fd6 100644 --- a/mail/claws-mail/pkg-plist +++ b/mail/claws-mail/pkg-plist @@ -161,6 +161,7 @@ include/claws-mail/mutt.h include/claws-mail/news.h include/claws-mail/news_gtk.h include/claws-mail/noticeview.h +include/claws-mail/oauth2.h include/claws-mail/partial_download.h include/claws-mail/password.h include/claws-mail/password_gtk.h