Date: Wed, 04 Feb 2026 15:09:36 +0000 From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e49b185b3b77 - main - graphics/py-fotokilof: Update to 5.2.3 Message-ID: <69836130.3df5d.432ef120@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by nivit: URL: https://cgit.FreeBSD.org/ports/commit/?id=e49b185b3b770363d0c8ba2d3ef8631b7f50d1a5 commit e49b185b3b770363d0c8ba2d3ef8631b7f50d1a5 Author: Nicola Vitale <nivit@FreeBSD.org> AuthorDate: 2026-02-04 15:05:16 +0000 Commit: Nicola Vitale <nivit@FreeBSD.org> CommitDate: 2026-02-04 15:09:08 +0000 graphics/py-fotokilof: Update to 5.2.3 - Add two new run dependencies - Fix syntax of metadata (license) in pyproject.toml that is not compatible with the current version of setuptools ChangeLog: https://github.com/TeaM-TL/FotoKilof/releases/tag/5.2.3 Reported by: portscout! --- graphics/py-fotokilof/Makefile | 12 ++++++++---- graphics/py-fotokilof/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/graphics/py-fotokilof/Makefile b/graphics/py-fotokilof/Makefile index e2662eb3f10a..93a402637d89 100644 --- a/graphics/py-fotokilof/Makefile +++ b/graphics/py-fotokilof/Makefile @@ -1,6 +1,6 @@ PORTNAME= fotokilof -PORTVERSION= 5.1.8 -PORTREVISION= 1 +PORTVERSION= 5.2.3 +PORTREVISION= 0 CATEGORIES= graphics PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,9 +14,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}ttkbootstrap>=1.10.1:devel/py-ttkbootstrap@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0.40.0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fclist-cffi>=1.1.2:x11-fonts/py-fclist-cffi@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}darkdetect>=0.8.0:devel/py-darkdetect@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}fclist-cffi>=1.1.2:x11-fonts/py-fclist-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}FindSystemFontsFilename>=0.3.1:x11-fonts/py-FindSystemFontsFilename@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=9.5.0:graphics/py-pillow@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyperclipimg>=0.2.0:devel/py-pyperclipimg@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.32.3:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tkcolorpicker>=2.1.3:graphics/py-tkcolorpicker@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ttkbootstrap>=1.10.1:devel/py-ttkbootstrap@${PY_FLAVOR} \ @@ -29,9 +31,11 @@ GH_PROJECT= FotoKilof USE_PYTHON= autoplist pep517 -# fix Python wheel name (lower case) +# fix Python wheel name (lower case), metadata (license) post-patch: ${REINPLACE_CMD} -E -e 's/^((__app)?name(__)? = )"${PORTNAME}"/\1"${PORTNAME}"/1i' \ + -e 's/^(license = )("[^"]+")/\1{ text = \2 }/1' \ + -e '/^license-files =/d' \ ${WRKSRC}/fotokilof/version.py \ ${WRKSRC}/pyproject.toml diff --git a/graphics/py-fotokilof/distinfo b/graphics/py-fotokilof/distinfo index 677e77c98d97..207ced20e649 100644 --- a/graphics/py-fotokilof/distinfo +++ b/graphics/py-fotokilof/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741594695 -SHA256 (TeaM-TL-FotoKilof-5.1.8_GH0.tar.gz) = 7a00830390a05c477e1b8ca851019954b6167b1473925c282fbeb6a23c42b7fa -SIZE (TeaM-TL-FotoKilof-5.1.8_GH0.tar.gz) = 7069668 +TIMESTAMP = 1770201278 +SHA256 (TeaM-TL-FotoKilof-5.2.3_GH0.tar.gz) = f0b334539de07714259d949887370c130ff4b5a0ba83a6b780e12331d1a66cfd +SIZE (TeaM-TL-FotoKilof-5.2.3_GH0.tar.gz) = 7073121home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69836130.3df5d.432ef120>
