View | Details | Raw Unified | Return to bug 239583
Collapse All | Expand All

(-)./Makefile (-3 / +3 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	sigil
4
PORTNAME=	sigil
5
PORTVERSION=	0.9.13
5
PORTVERSION=	0.9.16
6
PORTREVISION=	1
7
CATEGORIES=	textproc
6
CATEGORIES=	textproc
8
7
9
MAINTAINER=	jonc@chen.org.nz
8
MAINTAINER=	jonc@chen.org.nz
Lines 26-33 Link Here
26
GH_ACCOUNT=	Sigil-Ebook
25
GH_ACCOUNT=	Sigil-Ebook
27
GH_PROJECT=	Sigil
26
GH_PROJECT=	Sigil
28
27
29
USE_QT=		concurrent core gui network printsupport svg webkit \
28
USE_QT=		concurrent core gui network printsupport svg webengine \
30
		widgets xml xmlpatterns \
29
		widgets xml xmlpatterns \
30
		webchannel location declarative \
31
		buildtools_build linguisttools_build qmake_build \
31
		buildtools_build linguisttools_build qmake_build \
32
		imageformats_run
32
		imageformats_run
33
33
(-)./distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1553459009
1
TIMESTAMP = 1564653555
2
SHA256 (Sigil-Ebook-Sigil-0.9.13_GH0.tar.gz) = 7b9f31a6cc7ef469d6eb07cd1b16b81c06aaa4a9d27d122d7e77e35e03606777
2
SHA256 (Sigil-Ebook-Sigil-0.9.16_GH0.tar.gz) = c28ec5230b9eb708fae795b69777e32eceee94ac26e3ea2838c74ef1e041f638
3
SIZE (Sigil-Ebook-Sigil-0.9.13_GH0.tar.gz) = 18235134
3
SIZE (Sigil-Ebook-Sigil-0.9.16_GH0.tar.gz) = 21241424
(-)./pkg-plist (+2 lines)
Lines 100-105 Link Here
100
%%DATADIR%%/plugin_launchers/python/epub_utils.py
100
%%DATADIR%%/plugin_launchers/python/epub_utils.py
101
%%DATADIR%%/plugin_launchers/python/inputcontainer.py
101
%%DATADIR%%/plugin_launchers/python/inputcontainer.py
102
%%DATADIR%%/plugin_launchers/python/launcher.py
102
%%DATADIR%%/plugin_launchers/python/launcher.py
103
%%DATADIR%%/plugin_launchers/python/navprocessor.py
103
%%DATADIR%%/plugin_launchers/python/opf_parser.py
104
%%DATADIR%%/plugin_launchers/python/opf_parser.py
104
%%DATADIR%%/plugin_launchers/python/outputcontainer.py
105
%%DATADIR%%/plugin_launchers/python/outputcontainer.py
105
%%DATADIR%%/plugin_launchers/python/pluginhunspell.py
106
%%DATADIR%%/plugin_launchers/python/pluginhunspell.py
Lines 131-136 Link Here
131
%%DATADIR%%/polyfills/MJ/extensions/fast-preview.js
132
%%DATADIR%%/polyfills/MJ/extensions/fast-preview.js
132
%%DATADIR%%/polyfills/MJ/extensions/jsMath2jax.js
133
%%DATADIR%%/polyfills/MJ/extensions/jsMath2jax.js
133
%%DATADIR%%/polyfills/MJ/extensions/mml2jax.js
134
%%DATADIR%%/polyfills/MJ/extensions/mml2jax.js
135
%%DATADIR%%/polyfills/MJ/extensions/toMathML.js
134
%%DATADIR%%/polyfills/MJ/jax/element/mml/jax.js
136
%%DATADIR%%/polyfills/MJ/jax/element/mml/jax.js
135
%%DATADIR%%/polyfills/MJ/jax/element/mml/optable/Arrows.js
137
%%DATADIR%%/polyfills/MJ/jax/element/mml/optable/Arrows.js
136
%%DATADIR%%/polyfills/MJ/jax/element/mml/optable/BasicLatin.js
138
%%DATADIR%%/polyfills/MJ/jax/element/mml/optable/BasicLatin.js

Return to bug 239583