Date: Tue, 17 Nov 2020 15:52:51 +0000 (UTC) From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555562 - head/textproc/sigil Message-ID: <202011171552.0AHFqpP8067020@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fernape Date: Tue Nov 17 15:52:51 2020 New Revision: 555562 URL: https://svnweb.freebsd.org/changeset/ports/555562 Log: textproc/sigil: Update to 1.4.1 ChangeLog: https://sigil-ebook.com/2020/11/16/sigil-1-4-1-critical-fix-release/ PR: 251201 Submitted by: jonc@chen.org.nz (maintainer) Modified: head/textproc/sigil/Makefile head/textproc/sigil/distinfo head/textproc/sigil/pkg-plist Modified: head/textproc/sigil/Makefile ============================================================================== --- head/textproc/sigil/Makefile Tue Nov 17 15:27:34 2020 (r555561) +++ head/textproc/sigil/Makefile Tue Nov 17 15:52:51 2020 (r555562) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sigil -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.1 CATEGORIES= textproc MAINTAINER= jonc@chen.org.nz Modified: head/textproc/sigil/distinfo ============================================================================== --- head/textproc/sigil/distinfo Tue Nov 17 15:27:34 2020 (r555561) +++ head/textproc/sigil/distinfo Tue Nov 17 15:52:51 2020 (r555562) @@ -1,3 +1,3 @@ -TIMESTAMP = 1596153618 -SHA256 (Sigil-Ebook-Sigil-1.3.0_GH0.tar.gz) = ac302328f0d0e0144e67bd4cbd7834650eb219f81a623f393271bf6f0686cc56 -SIZE (Sigil-Ebook-Sigil-1.3.0_GH0.tar.gz) = 21697294 +TIMESTAMP = 1605582807 +SHA256 (Sigil-Ebook-Sigil-1.4.1_GH0.tar.gz) = 8e4919bde7b0e530e12a6feb8956e92e662270187d924a0102e505e942acacb1 +SIZE (Sigil-Ebook-Sigil-1.4.1_GH0.tar.gz) = 24117170 Modified: head/textproc/sigil/pkg-plist ============================================================================== --- head/textproc/sigil/pkg-plist Tue Nov 17 15:27:34 2020 (r555561) +++ head/textproc/sigil/pkg-plist Tue Nov 17 15:52:51 2020 (r555562) @@ -38,6 +38,9 @@ share/pixmaps/sigil.png %%DATADIR%%/hunspell_dictionaries/hyph_es.dic %%DATADIR%%/hunspell_dictionaries/hyph_fr.dic %%DATADIR%%/hunspell_dictionaries/license.txt +%%DATADIR%%/iconthemes/fluent.rcc +%%DATADIR%%/iconthemes/main.rcc +%%DATADIR%%/iconthemes/material.rcc %%DATADIR%%/plugin_launchers/python/bookcontainer.py %%DATADIR%%/plugin_launchers/python/compatibility_utils.py %%DATADIR%%/plugin_launchers/python/epub_utils.py @@ -48,6 +51,7 @@ share/pixmaps/sigil.png %%DATADIR%%/plugin_launchers/python/opf_parser.py %%DATADIR%%/plugin_launchers/python/outputcontainer.py %%DATADIR%%/plugin_launchers/python/pluginhunspell.py +%%DATADIR%%/plugin_launchers/python/pluginhunspellml.py %%DATADIR%%/plugin_launchers/python/preferences.py %%DATADIR%%/plugin_launchers/python/quickparser.py %%DATADIR%%/plugin_launchers/python/sigil_bs4/AUTHORS.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011171552.0AHFqpP8067020>