Update calibre to 4.9.1
This commit is contained in:
parent
dd2428d73c
commit
064154b690
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=523957
3 changed files with 9 additions and 5 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= calibre
|
||||
PORTVERSION= 4.8.0
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 4.9.1
|
||||
CATEGORIES= deskutils python
|
||||
MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1578039003
|
||||
SHA256 (calibre-4.8.0.tar.xz) = 13dff54232735939a9eb574089cda89d3cf9d8993102b0c4bf107f38202664d2
|
||||
SIZE (calibre-4.8.0.tar.xz) = 37448552
|
||||
TIMESTAMP = 1579811435
|
||||
SHA256 (calibre-4.9.1.tar.xz) = b5809e06921539b9e5f4d773c90b6f315711f09254f589d2b39eb67318e5ce06
|
||||
SIZE (calibre-4.9.1.tar.xz) = 37529656
|
||||
|
|
|
@ -435,6 +435,7 @@ lib/calibre/calibre/ebooks/oeb/polish/__init__.py
|
|||
lib/calibre/calibre/ebooks/oeb/polish/cascade.py
|
||||
lib/calibre/calibre/ebooks/oeb/polish/check/__init__.py
|
||||
lib/calibre/calibre/ebooks/oeb/polish/check/base.py
|
||||
lib/calibre/calibre/ebooks/oeb/polish/check/css.py
|
||||
lib/calibre/calibre/ebooks/oeb/polish/check/fonts.py
|
||||
lib/calibre/calibre/ebooks/oeb/polish/check/images.py
|
||||
lib/calibre/calibre/ebooks/oeb/polish/check/links.py
|
||||
|
@ -1097,6 +1098,7 @@ lib/calibre/calibre/gui2/viewer/main.py
|
|||
lib/calibre/calibre/gui2/viewer/mathjax.py
|
||||
lib/calibre/calibre/gui2/viewer/overlay.py
|
||||
lib/calibre/calibre/gui2/viewer/printing.py
|
||||
lib/calibre/calibre/gui2/viewer/search.py
|
||||
lib/calibre/calibre/gui2/viewer/shortcuts.py
|
||||
lib/calibre/calibre/gui2/viewer/toc.py
|
||||
lib/calibre/calibre/gui2/viewer/toolbars.py
|
||||
|
@ -1458,6 +1460,7 @@ lib/calibre/tinycss/version.py
|
|||
%%DATADIR%%/content-server/mobile.css
|
||||
%%DATADIR%%/content-server/reset.css
|
||||
%%DATADIR%%/csscolorparser.js
|
||||
%%DATADIR%%/csslint.js
|
||||
%%DATADIR%%/default_tweaks.py
|
||||
%%DATADIR%%/dictionaries/en-GB/en-GB.aff
|
||||
%%DATADIR%%/dictionaries/en-GB/en-GB.dic
|
||||
|
@ -1511,6 +1514,8 @@ lib/calibre/tinycss/version.py
|
|||
%%DATADIR%%/images/chapters.png
|
||||
%%DATADIR%%/images/character-set.png
|
||||
%%DATADIR%%/images/clear_left.png
|
||||
%%DATADIR%%/images/close-for-dark-theme.png
|
||||
%%DATADIR%%/images/close-for-light-theme.png
|
||||
%%DATADIR%%/images/code.png
|
||||
%%DATADIR%%/images/column.png
|
||||
%%DATADIR%%/images/compress-image.png
|
||||
|
|
Loading…
Reference in a new issue