Date: Tue, 6 Aug 2019 10:01:09 +0000 (UTC) From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508244 - head/textproc/sigil Message-ID: <201908061001.x76A19KO081623@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kai Date: Tue Aug 6 10:01:09 2019 New Revision: 508244 URL: https://svnweb.freebsd.org/changeset/ports/508244 Log: textproc/sigil: Update to 0.9.16 * Add location to the license file while I'm here. Changelog since 0.9.13: https://github.com/Sigil-Ebook/Sigil/blob/0.9.16/ChangeLog.txt PR: 239583 Submitted by: Jonathan Chen <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 Aug 6 10:00:47 2019 (r508243) +++ head/textproc/sigil/Makefile Tue Aug 6 10:01:09 2019 (r508244) @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= sigil -PORTVERSION= 0.9.13 -PORTREVISION= 1 +PORTVERSION= 0.9.16 CATEGORIES= textproc MAINTAINER= jonc@chen.org.nz COMMENT= WYSIWYG ePub editor LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING.txt LIB_DEPENDS= libminizip.so:archivers/minizip \ libpcre.so:devel/pcre \ @@ -26,8 +26,8 @@ USE_GITHUB= yes GH_ACCOUNT= Sigil-Ebook GH_PROJECT= Sigil -USE_QT= concurrent core gui network printsupport svg webkit \ - widgets xml xmlpatterns \ +USE_QT= concurrent core declarative gui location network printsupport \ + svg webchannel webengine widgets xml xmlpatterns \ buildtools_build linguisttools_build qmake_build \ imageformats_run Modified: head/textproc/sigil/distinfo ============================================================================== --- head/textproc/sigil/distinfo Tue Aug 6 10:00:47 2019 (r508243) +++ head/textproc/sigil/distinfo Tue Aug 6 10:01:09 2019 (r508244) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553459009 -SHA256 (Sigil-Ebook-Sigil-0.9.13_GH0.tar.gz) = 7b9f31a6cc7ef469d6eb07cd1b16b81c06aaa4a9d27d122d7e77e35e03606777 -SIZE (Sigil-Ebook-Sigil-0.9.13_GH0.tar.gz) = 18235134 +TIMESTAMP = 1564653555 +SHA256 (Sigil-Ebook-Sigil-0.9.16_GH0.tar.gz) = c28ec5230b9eb708fae795b69777e32eceee94ac26e3ea2838c74ef1e041f638 +SIZE (Sigil-Ebook-Sigil-0.9.16_GH0.tar.gz) = 21241424 Modified: head/textproc/sigil/pkg-plist ============================================================================== --- head/textproc/sigil/pkg-plist Tue Aug 6 10:00:47 2019 (r508243) +++ head/textproc/sigil/pkg-plist Tue Aug 6 10:01:09 2019 (r508244) @@ -100,6 +100,7 @@ share/pixmaps/sigil.png %%DATADIR%%/plugin_launchers/python/epub_utils.py %%DATADIR%%/plugin_launchers/python/inputcontainer.py %%DATADIR%%/plugin_launchers/python/launcher.py +%%DATADIR%%/plugin_launchers/python/navprocessor.py %%DATADIR%%/plugin_launchers/python/opf_parser.py %%DATADIR%%/plugin_launchers/python/outputcontainer.py %%DATADIR%%/plugin_launchers/python/pluginhunspell.py @@ -131,6 +132,7 @@ share/pixmaps/sigil.png %%DATADIR%%/polyfills/MJ/extensions/fast-preview.js %%DATADIR%%/polyfills/MJ/extensions/jsMath2jax.js %%DATADIR%%/polyfills/MJ/extensions/mml2jax.js +%%DATADIR%%/polyfills/MJ/extensions/toMathML.js %%DATADIR%%/polyfills/MJ/jax/element/mml/jax.js %%DATADIR%%/polyfills/MJ/jax/element/mml/optable/Arrows.js %%DATADIR%%/polyfills/MJ/jax/element/mml/optable/BasicLatin.js
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908061001.x76A19KO081623>