Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Feb 2023 06:47:56 GMT
From:      Yasuhiro Kimura <yasu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9aa6b7556888 - main - audio/lollypop: Replace reference to PY_PILLOW with its value
Message-ID:  <202302080647.3186luXs038772@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yasu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9aa6b75568880f827997efc9bbe20a0d60e933f9

commit 9aa6b75568880f827997efc9bbe20a0d60e933f9
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2023-02-08 02:04:31 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2023-02-08 06:46:09 +0000

    audio/lollypop: Replace reference to PY_PILLOW with its value
    
    Since this port works with Python 3.6 and later, the value of
    PY_PILLOW doesn't change. So replace reference to it with its value.
---
 audio/lollypop/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/audio/lollypop/Makefile b/audio/lollypop/Makefile
index cca95727eca8..db72f2301097 100644
--- a/audio/lollypop/Makefile
+++ b/audio/lollypop/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>=2.7.8:databases/py-sqlite3@${PY_FLA
 		${PYTHON_PKGNAMEPREFIX}dbus>=1.1.1:devel/py-dbus@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}gstreamer1>=1.4.0:multimedia/py-gstreamer1@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pylast>=1.4.0:audio/py-pylast@${PY_FLAVOR} \
-		${PY_PILLOW}
+		${PYTHON_PKGNAMEPREFIX}pillow>=7.0.0:graphics/py-pillow@${PY_FLAVOR}
 
 USES=		python:3.6+ pkgconfig gnome gettext gstreamer meson shebangfix sqlite desktop-file-utils
 USE_GITLAB=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302080647.3186luXs038772>