mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
- Update to 2.53.0
- Remove build dependency on py-psutil, it's not required to build the software and unsupported on DragonflyBSD, so calibre can be build there too [1] Reported by: PeerCorps Trust Fund <ipc at peercorpstrust.org> [1]
This commit is contained in:
parent
ca4a801499
commit
bc8f90f9db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411061
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= calibre
|
||||
PORTVERSION= 2.52.0
|
||||
PORTVERSION= 2.53.0
|
||||
CATEGORIES= deskutils python
|
||||
MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/
|
||||
|
||||
@ -27,7 +27,6 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=0:${PORTSDIR}/devel/py-sip \
|
||||
${PYTHON_PKGNAMEPREFIX}qt5-webkitwidgets>=0:${PORTSDIR}/www/py-qt5-webkitwidgets \
|
||||
${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \
|
||||
${PYTHON_PKGNAMEPREFIX}pillow>=0:${PORTSDIR}/graphics/py-pillow \
|
||||
${PYTHON_PKGNAMEPREFIX}psutil>=2.0.0:${PORTSDIR}/sysutils/py-psutil \
|
||||
${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml \
|
||||
${PYTHON_PKGNAMEPREFIX}cssutils>=0.9.9:${PORTSDIR}/www/py-cssutils \
|
||||
${PYTHON_PKGNAMEPREFIX}apsw>=0:${PORTSDIR}/databases/py-apsw
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (calibre-2.52.0.tar.xz) = 9a2b01af095017eb94322df98251a15fc7e691d09cff9cc18ee3d409370941d1
|
||||
SIZE (calibre-2.52.0.tar.xz) = 39904084
|
||||
SHA256 (calibre-2.53.0.tar.xz) = 1f36c5f4144571576637a401067d0cf5aa0ef75ff97773511ab948a3d2806e67
|
||||
SIZE (calibre-2.53.0.tar.xz) = 40086616
|
||||
|
@ -215,6 +215,7 @@ lib/calibre/calibre/ebooks/conversion/plumber.py
|
||||
lib/calibre/calibre/ebooks/conversion/preprocess.py
|
||||
lib/calibre/calibre/ebooks/conversion/utils.py
|
||||
lib/calibre/calibre/ebooks/covers.py
|
||||
lib/calibre/calibre/ebooks/css_transform_rules.py
|
||||
lib/calibre/calibre/ebooks/djvu/__init__.py
|
||||
lib/calibre/calibre/ebooks/djvu/djvu.py
|
||||
lib/calibre/calibre/ebooks/djvu/djvubzzdec.py
|
||||
@ -747,6 +748,7 @@ lib/calibre/calibre/gui2/convert/xpath_wizard.py
|
||||
lib/calibre/calibre/gui2/convert/xpath_wizard_ui.py
|
||||
lib/calibre/calibre/gui2/cover_flow.py
|
||||
lib/calibre/calibre/gui2/covers.py
|
||||
lib/calibre/calibre/gui2/css_transform_rules.py
|
||||
lib/calibre/calibre/gui2/custom_column_widgets.py
|
||||
lib/calibre/calibre/gui2/dbus_export/__init__.py
|
||||
lib/calibre/calibre/gui2/dbus_export/demo.py
|
||||
@ -836,7 +838,6 @@ lib/calibre/calibre/gui2/dialogs/tag_list_editor_ui.py
|
||||
lib/calibre/calibre/gui2/dialogs/template_dialog.py
|
||||
lib/calibre/calibre/gui2/dialogs/template_dialog_ui.py
|
||||
lib/calibre/calibre/gui2/dialogs/template_line_editor.py
|
||||
lib/calibre/calibre/gui2/dialogs/test_email_ui.py
|
||||
lib/calibre/calibre/gui2/dialogs/trim_image.py
|
||||
lib/calibre/calibre/gui2/dialogs/user_profiles_ui.py
|
||||
lib/calibre/calibre/gui2/dnd.py
|
||||
@ -1203,6 +1204,7 @@ 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/jobs.py
|
||||
lib/calibre/calibre/srv/legacy.py
|
||||
lib/calibre/calibre/srv/loop.py
|
||||
lib/calibre/calibre/srv/metadata.py
|
||||
@ -1210,6 +1212,7 @@ 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
|
||||
lib/calibre/calibre/srv/render_book.py
|
||||
lib/calibre/calibre/srv/routes.py
|
||||
lib/calibre/calibre/srv/sendfile.py
|
||||
lib/calibre/calibre/srv/standalone.py
|
||||
@ -1594,6 +1597,7 @@ lib/calibre/tinycss/version.py
|
||||
%%DATADIR%%/content-server/font-awesome/fontawesome-webfont.woff
|
||||
%%DATADIR%%/content-server/font-awesome/fontawesome-webfont.woff2
|
||||
%%DATADIR%%/content-server/index.html
|
||||
%%DATADIR%%/content-server/locales.zip
|
||||
%%DATADIR%%/content-server/main.js
|
||||
%%DATADIR%%/content-server/mobile.css
|
||||
%%DATADIR%%/content-server/reset.css
|
||||
|
Loading…
Reference in New Issue
Block a user