git: 26fe7e078cc7 - 2026Q3 - deskutils/calibre: Add dependency on py-sqlite3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Jul 2026 20:16:32 UTC
The branch 2026Q3 has been updated by madpilot:
URL: https://cgit.FreeBSD.org/ports/commit/?id=26fe7e078cc7e2c707fc81b8a1c4db97497f85ad
commit 26fe7e078cc7e2c707fc81b8a1c4db97497f85ad
Author: Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2026-07-24 20:11:21 +0000
Commit: Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2026-07-24 20:16:09 +0000
deskutils/calibre: Add dependency on py-sqlite3
py-sqlite3 is required for reader device automount to work properly.
MFH: 2026Q3
(cherry picked from commit 26fdd7a8b8e48b3937a289182beaf719e8627f0d)
---
deskutils/calibre/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile
index a8bd3c030ecf..56be2df8fed0 100644
--- a/deskutils/calibre/Makefile
+++ b/deskutils/calibre/Makefile
@@ -1,6 +1,6 @@
PORTNAME= calibre
PORTVERSION= 8.16.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= deskutils python
MASTER_SITES= https://download.calibre-ebook.com/${PORTVERSION}/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
@@ -56,6 +56,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}apsw>=3.50.4.0:databases/py-apsw@${PY_FLAVO
${PYTHON_PKGNAMEPREFIX}pillow>=10.3.0:graphics/py-pillow@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pycryptodome>=3.19.1:security/py-pycryptodome@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}regex>=2023.8.8:textproc/py-regex@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}xxhash>=3.3.0:devel/py-xxhash@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zeroconf>0.115.0:net/py-zeroconf@${PY_FLAVOR} \
liberation-fonts-ttf>=2.1.3:x11-fonts/liberation-fonts-ttf \