Update calibre to 3.19.0
This commit is contained in:
parent
8fcc9ca3bd
commit
e61cf02fa7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464008
3 changed files with 6 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= calibre
|
||||
PORTVERSION= 3.18.0
|
||||
PORTVERSION= 3.19.0
|
||||
CATEGORIES= deskutils python
|
||||
MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1519374121
|
||||
SHA256 (calibre-3.18.0.tar.xz) = e0bef5062eaa87c94ea21ad51072ecd637e18237014b2aa35033ac235fc23b49
|
||||
SIZE (calibre-3.18.0.tar.xz) = 38209756
|
||||
TIMESTAMP = 1520584353
|
||||
SHA256 (calibre-3.19.0.tar.xz) = 8943282d0b4c8cd3532679c7827d2d2b4beca1793f11702eaefb59c315b05669
|
||||
SIZE (calibre-3.19.0.tar.xz) = 38235192
|
||||
|
|
|
@ -699,6 +699,7 @@ lib/calibre/calibre/gui2/actions/toc_edit.py
|
|||
lib/calibre/calibre/gui2/actions/tweak_epub.py
|
||||
lib/calibre/calibre/gui2/actions/unpack_book.py
|
||||
lib/calibre/calibre/gui2/actions/view.py
|
||||
lib/calibre/calibre/gui2/actions/virtual_library.py
|
||||
lib/calibre/calibre/gui2/add_filters.py
|
||||
lib/calibre/calibre/gui2/add.py
|
||||
lib/calibre/calibre/gui2/auto_add.py
|
||||
|
@ -1733,6 +1734,7 @@ lib/calibre/tinycss/version.py
|
|||
%%DATADIR%%/images/view-refresh.png
|
||||
%%DATADIR%%/images/view.png
|
||||
%%DATADIR%%/images/viewer.png
|
||||
%%DATADIR%%/images/vl.png
|
||||
%%DATADIR%%/images/window-close.png
|
||||
%%DATADIR%%/images/wizard.png
|
||||
%%DATADIR%%/jacket/stylesheet.css
|
||||
|
|
Loading…
Reference in a new issue