Date: Sun, 24 Oct 2021 19:09:57 GMT From: =?utf-8?Q?Vin=C3=ADcius Zavam?= <egypcio@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 78004db04a23 - main - www/py-lektor: add missing dependencies Message-ID: <202110241909.19OJ9vQR095435@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by egypcio: URL: https://cgit.FreeBSD.org/ports/commit/?id=78004db04a23457a1a3d9886c38243793e39ba1a commit 78004db04a23457a1a3d9886c38243793e39ba1a Author: VinÃcius Zavam <egypcio@FreeBSD.org> AuthorDate: 2021-10-24 19:09:43 +0000 Commit: VinÃcius Zavam <egypcio@FreeBSD.org> CommitDate: 2021-10-24 19:09:43 +0000 www/py-lektor: add missing dependencies --- www/py-lektor/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/www/py-lektor/Makefile b/www/py-lektor/Makefile index feb8efebddc4..33a594a092f6 100644 --- a/www/py-lektor/Makefile +++ b/www/py-lektor/Makefile @@ -1,5 +1,6 @@ PORTNAME= Lektor PORTVERSION= 3.2.2 +PORTREVISION= 1 CATEGORIES= www devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +20,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.4:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}inifile>=0.4:devel/py-inifile@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}filetype>=0:devel/py-filetype@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python-slugify>=0:textproc/py-python-slugify@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110241909.19OJ9vQR095435>