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)
This commit is contained in:
Kai Knoblich 2019-08-06 10:01:09 +00:00
parent 21af896a7d
commit 05ba48e90a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508244
3 changed files with 9 additions and 7 deletions

View file

@ -2,14 +2,14 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= sigil PORTNAME= sigil
PORTVERSION= 0.9.13 PORTVERSION= 0.9.16
PORTREVISION= 1
CATEGORIES= textproc CATEGORIES= textproc
MAINTAINER= jonc@chen.org.nz MAINTAINER= jonc@chen.org.nz
COMMENT= WYSIWYG ePub editor COMMENT= WYSIWYG ePub editor
LICENSE= GPLv3+ LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING.txt
LIB_DEPENDS= libminizip.so:archivers/minizip \ LIB_DEPENDS= libminizip.so:archivers/minizip \
libpcre.so:devel/pcre \ libpcre.so:devel/pcre \
@ -26,8 +26,8 @@ USE_GITHUB= yes
GH_ACCOUNT= Sigil-Ebook GH_ACCOUNT= Sigil-Ebook
GH_PROJECT= Sigil GH_PROJECT= Sigil
USE_QT= concurrent core gui network printsupport svg webkit \ USE_QT= concurrent core declarative gui location network printsupport \
widgets xml xmlpatterns \ svg webchannel webengine widgets xml xmlpatterns \
buildtools_build linguisttools_build qmake_build \ buildtools_build linguisttools_build qmake_build \
imageformats_run imageformats_run

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1553459009 TIMESTAMP = 1564653555
SHA256 (Sigil-Ebook-Sigil-0.9.13_GH0.tar.gz) = 7b9f31a6cc7ef469d6eb07cd1b16b81c06aaa4a9d27d122d7e77e35e03606777 SHA256 (Sigil-Ebook-Sigil-0.9.16_GH0.tar.gz) = c28ec5230b9eb708fae795b69777e32eceee94ac26e3ea2838c74ef1e041f638
SIZE (Sigil-Ebook-Sigil-0.9.13_GH0.tar.gz) = 18235134 SIZE (Sigil-Ebook-Sigil-0.9.16_GH0.tar.gz) = 21241424

View file

@ -100,6 +100,7 @@ share/pixmaps/sigil.png
%%DATADIR%%/plugin_launchers/python/epub_utils.py %%DATADIR%%/plugin_launchers/python/epub_utils.py
%%DATADIR%%/plugin_launchers/python/inputcontainer.py %%DATADIR%%/plugin_launchers/python/inputcontainer.py
%%DATADIR%%/plugin_launchers/python/launcher.py %%DATADIR%%/plugin_launchers/python/launcher.py
%%DATADIR%%/plugin_launchers/python/navprocessor.py
%%DATADIR%%/plugin_launchers/python/opf_parser.py %%DATADIR%%/plugin_launchers/python/opf_parser.py
%%DATADIR%%/plugin_launchers/python/outputcontainer.py %%DATADIR%%/plugin_launchers/python/outputcontainer.py
%%DATADIR%%/plugin_launchers/python/pluginhunspell.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/fast-preview.js
%%DATADIR%%/polyfills/MJ/extensions/jsMath2jax.js %%DATADIR%%/polyfills/MJ/extensions/jsMath2jax.js
%%DATADIR%%/polyfills/MJ/extensions/mml2jax.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/jax.js
%%DATADIR%%/polyfills/MJ/jax/element/mml/optable/Arrows.js %%DATADIR%%/polyfills/MJ/jax/element/mml/optable/Arrows.js
%%DATADIR%%/polyfills/MJ/jax/element/mml/optable/BasicLatin.js %%DATADIR%%/polyfills/MJ/jax/element/mml/optable/BasicLatin.js