FreeBSD Bugzilla – Attachment 239985 Details for
Bug 269399
deskutils/calibre: Replace reference to PY_PILLOW with its value
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch file
deskutils_calibre.patch (text/plain), 1.73 KB, created by
Yasuhiro Kimura
on 2023-02-08 07:14:43 UTC
(
hide
)
Description:
Patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2023-02-08 07:14:43 UTC
Size:
1.73 KB
patch
obsolete
>From 15eec236f73a1eeb74add3f14a4c534a189b7b54 Mon Sep 17 00:00:00 2001 >From: Yasuhiro Kimura <yasu@FreeBSD.org> >Date: Wed, 8 Feb 2023 15:39:59 +0900 >Subject: [PATCH] deskutils/calibre: Replace reference to PY_PILLOW with its > value > >Since this port works with Python 3.8 and later, the value of >PY_PILLOW doesn't change. So replace reference to it with its value. >--- > deskutils/calibre/Makefile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile >index d194d5c6031f..c6bc86aa1140 100644 >--- a/deskutils/calibre/Makefile >+++ b/deskutils/calibre/Makefile >@@ -31,7 +31,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVO > ${PYTHON_PKGNAMEPREFIX}msgpack>=0.3:devel/py-msgpack@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}regex>=0:textproc/py-regex@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}html5-parser>=0.4.3:www/py-html5-parser@${PY_FLAVOR} \ >- ${PY_PILLOW} \ >+ ${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}zeroconf>0:net/py-zeroconf@${PY_FLAVOR} \ > ${LOCALBASE}/bin/cmake:devel/cmake-core > RUN_DEPENDS= xdg-open:devel/xdg-utils \ >@@ -53,7 +53,7 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils \ > ${PYTHON_PKGNAMEPREFIX}html5-parser>=0.4.3:www/py-html5-parser@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.8:textproc/py-feedparser@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}jeepney>=0.6:devel/py-jeepney@${PY_FLAVOR} \ >- ${PY_PILLOW} \ >+ ${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR} \ > pdftohtml:graphics/poppler-utils \ > ${PYTHON_PKGNAMEPREFIX}zeroconf>0:net/py-zeroconf@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pycryptodome>0:security/py-pycryptodome@${PY_FLAVOR} >-- >2.39.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 269399
: 239985
Working