mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
Update to 2.52.0
This commit is contained in:
parent
f9f75fa210
commit
8849f50959
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409734
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= calibre
|
||||
PORTVERSION= 2.50.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.52.0
|
||||
CATEGORIES= deskutils python
|
||||
MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (calibre-2.50.1.tar.xz) = a932a07385cd587b80b48a36227c9ed586da83f1a28940285b88c2512477c53b
|
||||
SIZE (calibre-2.50.1.tar.xz) = 39439972
|
||||
SHA256 (calibre-2.52.0.tar.xz) = 9a2b01af095017eb94322df98251a15fc7e691d09cff9cc18ee3d409370941d1
|
||||
SIZE (calibre-2.52.0.tar.xz) = 39904084
|
||||
|
@ -664,6 +664,7 @@ 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/add.py
|
||||
lib/calibre/calibre/gui2/add_filters.py
|
||||
lib/calibre/calibre/gui2/auto_add.py
|
||||
lib/calibre/calibre/gui2/bars.py
|
||||
lib/calibre/calibre/gui2/book_details.py
|
||||
@ -1202,8 +1203,10 @@ lib/calibre/calibre/srv/errors.py
|
||||
lib/calibre/calibre/srv/handler.py
|
||||
lib/calibre/calibre/srv/http_request.py
|
||||
lib/calibre/calibre/srv/http_response.py
|
||||
lib/calibre/calibre/srv/legacy.py
|
||||
lib/calibre/calibre/srv/loop.py
|
||||
lib/calibre/calibre/srv/metadata.py
|
||||
lib/calibre/calibre/srv/opds.py
|
||||
lib/calibre/calibre/srv/opts.py
|
||||
lib/calibre/calibre/srv/pool.py
|
||||
lib/calibre/calibre/srv/pre_activated.py
|
||||
@ -1581,6 +1584,7 @@ lib/calibre/tinycss/version.py
|
||||
%%DATADIR%%/coffee-script.js
|
||||
%%DATADIR%%/compiled_coffeescript.zip
|
||||
%%DATADIR%%/content-server/autoreload.js
|
||||
%%DATADIR%%/content-server/calibre.png
|
||||
%%DATADIR%%/content-server/empty.html
|
||||
%%DATADIR%%/content-server/font-awesome/FontAwesome.otf
|
||||
%%DATADIR%%/content-server/font-awesome/fa.css
|
||||
@ -1591,6 +1595,7 @@ lib/calibre/tinycss/version.py
|
||||
%%DATADIR%%/content-server/font-awesome/fontawesome-webfont.woff2
|
||||
%%DATADIR%%/content-server/index.html
|
||||
%%DATADIR%%/content-server/main.js
|
||||
%%DATADIR%%/content-server/mobile.css
|
||||
%%DATADIR%%/content-server/reset.css
|
||||
%%DATADIR%%/content_server/av.jpg
|
||||
%%DATADIR%%/content_server/bg_search_box.png
|
||||
@ -1902,6 +1907,7 @@ lib/calibre/tinycss/version.py
|
||||
%%DATADIR%%/localization/stats.pickle
|
||||
%%DATADIR%%/metadata_sqlite.sql
|
||||
%%DATADIR%%/mime.types
|
||||
%%DATADIR%%/mozilla-ca-certs.pem
|
||||
%%DATADIR%%/quick_start/deu.epub
|
||||
%%DATADIR%%/quick_start/eng.epub
|
||||
%%DATADIR%%/quick_start/fra.epub
|
||||
|
Loading…
Reference in New Issue
Block a user