Date: Fri, 25 Jun 2021 20:43:11 GMT From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d8711a8a313b - main - deskutils/calibre: Update to 5.22.1 Message-ID: <202106252043.15PKhBOF053494@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=d8711a8a313b33d6cfef5dc762495159644c4389 commit d8711a8a313b33d6cfef5dc762495159644c4389 Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2021-06-25 20:42:29 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2021-06-25 20:43:05 +0000 deskutils/calibre: Update to 5.22.1 --- deskutils/calibre/Makefile | 6 +++--- deskutils/calibre/distinfo | 6 +++--- deskutils/calibre/pkg-plist | 11 ++--------- 3 files changed, 8 insertions(+), 15 deletions(-) diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile index eecbe45cdfdb..93a43b9c4301 100644 --- a/deskutils/calibre/Makefile +++ b/deskutils/calibre/Makefile @@ -1,8 +1,7 @@ # Created by: stas PORTNAME= calibre -PORTVERSION= 5.21.0 -PORTREVISION= 1 +PORTVERSION= 5.22.1 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ @@ -23,7 +22,8 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libmtp.so:multimedia/libmtp \ libfreetype.so:print/freetype2 \ libhunspell-1.7.so:textproc/hunspell \ - libhyphen.so:textproc/hyphen + libhyphen.so:textproc/hyphen \ + libstemmer.so:textproc/snowballstemmer BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ diff --git a/deskutils/calibre/distinfo b/deskutils/calibre/distinfo index 03e379d4359a..c96cd1ea48a9 100644 --- a/deskutils/calibre/distinfo +++ b/deskutils/calibre/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623400758 -SHA256 (calibre-5.21.0.tar.xz) = 458b6b2dcc6bcf63676c327277192e88333cf9545d89806855d31b4c17e20257 -SIZE (calibre-5.21.0.tar.xz) = 36749232 +TIMESTAMP = 1624652194 +SHA256 (calibre-5.22.1.tar.xz) = 93c5e30ff08159694283d08a6b43c37e01a8454c6e7eb66a071e677c2681b516 +SIZE (calibre-5.22.1.tar.xz) = 36703544 diff --git a/deskutils/calibre/pkg-plist b/deskutils/calibre/pkg-plist index 700ee9667536..c86940d851fe 100644 --- a/deskutils/calibre/pkg-plist +++ b/deskutils/calibre/pkg-plist @@ -74,6 +74,7 @@ lib/calibre/calibre/db/tests/__init__.py lib/calibre/calibre/db/tests/add_remove.py lib/calibre/calibre/db/tests/base.py lib/calibre/calibre/db/tests/filesystem.py +lib/calibre/calibre/db/tests/fts.py lib/calibre/calibre/db/tests/legacy.py lib/calibre/calibre/db/tests/locking.py lib/calibre/calibre/db/tests/main.py @@ -753,14 +754,6 @@ 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 -lib/calibre/calibre/gui2/dbus_export/gtk.py -lib/calibre/calibre/gui2/dbus_export/menu.py -lib/calibre/calibre/gui2/dbus_export/menu2.py -lib/calibre/calibre/gui2/dbus_export/tray.py -lib/calibre/calibre/gui2/dbus_export/utils.py -lib/calibre/calibre/gui2/dbus_export/widgets.py lib/calibre/calibre/gui2/device.py lib/calibre/calibre/gui2/device_drivers/__init__.py lib/calibre/calibre/gui2/device_drivers/configwidget.py @@ -1179,6 +1172,7 @@ lib/calibre/calibre/plugins/podofo.so lib/calibre/calibre/plugins/progress_indicator.so lib/calibre/calibre/plugins/speedup.so lib/calibre/calibre/plugins/sqlite_custom.so +lib/calibre/calibre/plugins/sqlite_extension.so lib/calibre/calibre/plugins/tokenizer.so lib/calibre/calibre/plugins/unicode_names.so lib/calibre/calibre/prints.py @@ -1246,7 +1240,6 @@ lib/calibre/calibre/utils/complete.py lib/calibre/calibre/utils/config.py lib/calibre/calibre/utils/config_base.py lib/calibre/calibre/utils/date.py -lib/calibre/calibre/utils/dbus_service.py lib/calibre/calibre/utils/exim.py lib/calibre/calibre/utils/file_type_icons.py lib/calibre/calibre/utils/filenames.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106252043.15PKhBOF053494>