git: 1073c5007772 - main - www/py-calibreweb: update to 0.6.26
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Feb 2026 07:37:13 UTC
The branch main has been updated by driesm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1073c5007772e388a2e87f29d4ec5cea3ba75645
commit 1073c5007772e388a2e87f29d4ec5cea3ba75645
Author: Matthew Wener <matthhew@wener.org>
AuthorDate: 2026-02-09 21:12:10 +0000
Commit: Dries Michiels <driesm@FreeBSD.org>
CommitDate: 2026-02-10 07:36:40 +0000
www/py-calibreweb: update to 0.6.26
While here also fix thumbnail cache.
Changes: https://github.com/janeczku/calibre-web/releases/tag/0.6.26
PR: 292794
---
www/py-calibreweb/Makefile | 3 +--
www/py-calibreweb/distinfo | 8 +++-----
www/py-calibreweb/files/calibreweb.in | 1 +
3 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/www/py-calibreweb/Makefile b/www/py-calibreweb/Makefile
index ed6019618879..85cb6c67877c 100644
--- a/www/py-calibreweb/Makefile
+++ b/www/py-calibreweb/Makefile
@@ -1,6 +1,5 @@
PORTNAME= calibreweb
-PORTVERSION= 0.6.25
-PORTREVISION= 3
+PORTVERSION= 0.6.26
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/www/py-calibreweb/distinfo b/www/py-calibreweb/distinfo
index fedffc2bd2c2..d662186ee30a 100644
--- a/www/py-calibreweb/distinfo
+++ b/www/py-calibreweb/distinfo
@@ -1,5 +1,3 @@
-TIMESTAMP = 1756041510
-SHA256 (calibreweb-0.6.25.tar.gz) = 27f8c3c2790ac6732a16eda52bd450a0578ad177c21f68b7373e68a3b86379cc
-SIZE (calibreweb-0.6.25.tar.gz) = 7199153
-SHA256 (f493d4e4e521b99964c0b2a744d54390fc3b663e.patch) = 38a80e7ab18d5f06216b5b0b3fbe45d7cd59c3d43aecea2eb4ba9510d6f118ca
-SIZE (f493d4e4e521b99964c0b2a744d54390fc3b663e.patch) = 1748
+TIMESTAMP = 1770412907
+SHA256 (calibreweb-0.6.26.tar.gz) = 4d0cdb10df10872817d26f9cbf43097674e35bbb16d16c6c4ff5a24c002a2358
+SIZE (calibreweb-0.6.26.tar.gz) = 7256515
diff --git a/www/py-calibreweb/files/calibreweb.in b/www/py-calibreweb/files/calibreweb.in
index 75fc5a352314..78e83108400b 100644
--- a/www/py-calibreweb/files/calibreweb.in
+++ b/www/py-calibreweb/files/calibreweb.in
@@ -82,6 +82,7 @@ command_args="-p $pidfile $procname \
%%RC_NAME%%_prestart()
{
PATH=${PATH}:%%PREFIX%%/bin:%%PREFIX%%/sbin
+ export CACHE_DIRECTORY=${%%RC_NAME%%_conf_dir}/cache
for calwebdir in ${%%RC_NAME%%_pid_dir} ${%%RC_NAME%%_log_dir} ${%%RC_NAME%%_conf_dir}; do
[ -d ${calwebdir} ] || install -d -g ${%%RC_NAME%%_group} -o ${%%RC_NAME%%_user} ${calwebdir}