mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to 0.9.7 [1]
- Add missing build dependencies needed for bash completion generation; detected by poudriere PR: ports/173913 [1] Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) [1] Feature safe: yes
This commit is contained in:
parent
7ad162f331
commit
e592ceff22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307765
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= calibre
|
||||
PORTVERSION= 0.9.6
|
||||
PORTVERSION= 0.9.7
|
||||
CATEGORIES= deskutils python
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/
|
||||
|
||||
@ -18,10 +18,14 @@ LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick \
|
||||
podofo:${PORTSDIR}/graphics/podofo
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:${PORTSDIR}/devel/py-setuptools \
|
||||
${PYTHON_PKGNAMEPREFIX}sip>=0:${PORTSDIR}/devel/py-sip \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \
|
||||
${PYTHON_PKGNAMEPREFIX}qt4-core>=0:${PORTSDIR}/devel/py-qt4-core \
|
||||
${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui \
|
||||
${PYTHON_PKGNAMEPREFIX}qt4-network>=0:${PORTSDIR}/net/py-qt4-network \
|
||||
${PYTHON_PKGNAMEPREFIX}qt4-webkit>=0:${PORTSDIR}/www/py-qt4-webkit \
|
||||
${PYTHON_PKGNAMEPREFIX}cssutils>=0.9.9:${PORTSDIR}/www/py-cssutils \
|
||||
${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \
|
||||
${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \
|
||||
${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml
|
||||
RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \
|
||||
${PYTHON_PKGNAMEPREFIX}dnspython>=0:${PORTSDIR}/dns/py-dnspython \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (calibre-0.9.6.tar.xz) = d2cb83a8fc32b3258f3a491f33f4271bfd4020ac4fdbbf01131deb81bba9624f
|
||||
SIZE (calibre-0.9.6.tar.xz) = 27346664
|
||||
SHA256 (calibre-0.9.7.tar.xz) = 11c861aaed751e53f3a97164a4e879d6afc5aed7e395aca9a62ae1feff2d29a7
|
||||
SIZE (calibre-0.9.7.tar.xz) = 27408848
|
||||
|
@ -833,7 +833,6 @@ lib/calibre/calibre/gui2/store/stores/empik_plugin.py
|
||||
lib/calibre/calibre/gui2/store/stores/escapemagazine_plugin.py
|
||||
lib/calibre/calibre/gui2/store/stores/feedbooks_plugin.py
|
||||
lib/calibre/calibre/gui2/store/stores/foyles_uk_plugin.py
|
||||
lib/calibre/calibre/gui2/store/stores/gandalf_plugin.py
|
||||
lib/calibre/calibre/gui2/store/stores/google_books_plugin.py
|
||||
lib/calibre/calibre/gui2/store/stores/gutenberg_plugin.py
|
||||
lib/calibre/calibre/gui2/store/stores/kobo_plugin.py
|
||||
@ -856,6 +855,7 @@ lib/calibre/calibre/gui2/store/stores/nexto_plugin.py
|
||||
lib/calibre/calibre/gui2/store/stores/open_books_plugin.py
|
||||
lib/calibre/calibre/gui2/store/stores/ozon_ru_plugin.py
|
||||
lib/calibre/calibre/gui2/store/stores/pragmatic_bookshelf_plugin.py
|
||||
lib/calibre/calibre/gui2/store/stores/publio_plugin.py
|
||||
lib/calibre/calibre/gui2/store/stores/rw2010_plugin.py
|
||||
lib/calibre/calibre/gui2/store/stores/smashwords_plugin.py
|
||||
lib/calibre/calibre/gui2/store/stores/sony_plugin.py
|
||||
@ -893,6 +893,7 @@ lib/calibre/calibre/gui2/viewer/main.py
|
||||
lib/calibre/calibre/gui2/viewer/main_ui.py
|
||||
lib/calibre/calibre/gui2/viewer/position.py
|
||||
lib/calibre/calibre/gui2/viewer/printing.py
|
||||
lib/calibre/calibre/gui2/viewer/table_popup.py
|
||||
lib/calibre/calibre/gui2/viewer/toc.py
|
||||
lib/calibre/calibre/gui2/widgets.py
|
||||
lib/calibre/calibre/gui2/wizard/__init__.py
|
||||
@ -990,8 +991,10 @@ lib/calibre/calibre/utils/fonts/sfnt/cff/dict_data.py
|
||||
lib/calibre/calibre/utils/fonts/sfnt/cff/table.py
|
||||
lib/calibre/calibre/utils/fonts/sfnt/cff/writer.py
|
||||
lib/calibre/calibre/utils/fonts/sfnt/cmap.py
|
||||
lib/calibre/calibre/utils/fonts/sfnt/common.py
|
||||
lib/calibre/calibre/utils/fonts/sfnt/container.py
|
||||
lib/calibre/calibre/utils/fonts/sfnt/errors.py
|
||||
lib/calibre/calibre/utils/fonts/sfnt/gsub.py
|
||||
lib/calibre/calibre/utils/fonts/sfnt/glyf.py
|
||||
lib/calibre/calibre/utils/fonts/sfnt/head.py
|
||||
lib/calibre/calibre/utils/fonts/sfnt/kern.py
|
||||
@ -1053,7 +1056,7 @@ lib/calibre/calibre/utils/smartypants.py
|
||||
lib/calibre/calibre/utils/smtp.py
|
||||
lib/calibre/calibre/utils/smtplib.py
|
||||
lib/calibre/calibre/utils/soupparser.py
|
||||
lib/calibre/calibre/utils/terminfo.py
|
||||
lib/calibre/calibre/utils/terminal.py
|
||||
lib/calibre/calibre/utils/text2int.py
|
||||
lib/calibre/calibre/utils/threadpool.py
|
||||
lib/calibre/calibre/utils/titlecase.py
|
||||
|
Loading…
Reference in New Issue
Block a user