git: 6bc3cd6f6636 - 2022Q2 - mail/claws-mail-litehtml_viewer: Fix pkg-descr grammar
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 May 2022 23:59:37 UTC
The branch 2022Q2 has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=6bc3cd6f66367353096f6a440ae7fa03e64b88b1 commit 6bc3cd6f66367353096f6a440ae7fa03e64b88b1 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2022-05-14 23:52:30 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-05-14 23:59:13 +0000 mail/claws-mail-litehtml_viewer: Fix pkg-descr grammar Fix a grammar nit. (cherry picked from commit 9fe69f91ad22cbef996bb21c6ddddb42bb29d1ab) --- mail/claws-mail-litehtml_viewer/Makefile | 1 + mail/claws-mail-litehtml_viewer/pkg-descr | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mail/claws-mail-litehtml_viewer/Makefile b/mail/claws-mail-litehtml_viewer/Makefile index 46b1f92eaf09..c3576b3fc471 100644 --- a/mail/claws-mail-litehtml_viewer/Makefile +++ b/mail/claws-mail-litehtml_viewer/Makefile @@ -1,6 +1,7 @@ # Created by: Rozhuk Ivan <rozhuk.im@gmail.com> PORTNAME= litehtml_viewer +PORTREVISION= 1 COMMENT= Viewer plugin for HTML emails, using the litehtml library diff --git a/mail/claws-mail-litehtml_viewer/pkg-descr b/mail/claws-mail-litehtml_viewer/pkg-descr index 1102a394624c..ab2e77762f74 100644 --- a/mail/claws-mail-litehtml_viewer/pkg-descr +++ b/mail/claws-mail-litehtml_viewer/pkg-descr @@ -2,7 +2,7 @@ Viewer plugin for HTML emails, using the litehtml library. litehtml is lightweight HTML/CSS rendering engine. The main goal of the litehtml library is to give the developers the easy way to show the HTML -pages in theirs applications. The popular HTML engines like WebKit are +pages in their applications. The popular HTML engines like WebKit are too complicated for some tasks. For example, it may be too cumbersome to use WebKit to show some tooltips or pages in HTML format.