svn commit: r523957 - head/deskutils/calibre
Guido Falsi
madpilot at FreeBSD.org
Fri Jan 24 09:01:19 UTC 2020
Author: madpilot
Date: Fri Jan 24 09:01:17 2020
New Revision: 523957
URL: https://svnweb.freebsd.org/changeset/ports/523957
Log:
Update calibre to 4.9.1
Modified:
head/deskutils/calibre/Makefile
head/deskutils/calibre/distinfo
head/deskutils/calibre/pkg-plist
Modified: head/deskutils/calibre/Makefile
==============================================================================
--- head/deskutils/calibre/Makefile Fri Jan 24 08:36:49 2020 (r523956)
+++ head/deskutils/calibre/Makefile Fri Jan 24 09:01:17 2020 (r523957)
@@ -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}/
Modified: head/deskutils/calibre/distinfo
==============================================================================
--- head/deskutils/calibre/distinfo Fri Jan 24 08:36:49 2020 (r523956)
+++ head/deskutils/calibre/distinfo Fri Jan 24 09:01:17 2020 (r523957)
@@ -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
Modified: head/deskutils/calibre/pkg-plist
==============================================================================
--- head/deskutils/calibre/pkg-plist Fri Jan 24 08:36:49 2020 (r523956)
+++ head/deskutils/calibre/pkg-plist Fri Jan 24 09:01:17 2020 (r523957)
@@ -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
More information about the svn-ports-head
mailing list