git: 65de32a02047 - main - devel/py-agate: Add missing devel/py-pyicu dependency
Matthew Seaman
matthew at FreeBSD.org
Sat May 1 13:13:34 UTC 2021
The branch main has been updated by matthew:
URL: https://cgit.FreeBSD.org/ports/commit/?id=65de32a02047e5a4a6408e6f99d747c8b6be9979
commit 65de32a02047e5a4a6408e6f99d747c8b6be9979
Author: Matthew Seaman <matthew at FreeBSD.org>
AuthorDate: 2021-05-01 10:57:44 +0000
Commit: Matthew Seaman <matthew at FreeBSD.org>
CommitDate: 2021-05-01 13:13:27 +0000
devel/py-agate: Add missing devel/py-pyicu dependency
Alexis initially reported this as a missing dependency on py-csvkit,
but it's actually py-agate that has the deficiency.
PR: 255498
Reported by: Alexis Praga
---
textproc/py-agate/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/textproc/py-agate/Makefile b/textproc/py-agate/Makefile
index b6f0a9bcbe6f..b7d763d74cc2 100644
--- a/textproc/py-agate/Makefile
+++ b/textproc/py-agate/Makefile
@@ -1,5 +1,6 @@
PORTNAME= agate
PORTVERSION= 1.6.2
+PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}parsedatetime>=2.1:devel/py-parsedatetime@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}isodate>=0.5.4:devel/py-isodate@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-slugify>=1.2.1:textproc/py-python-slugify@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}leather>=0.3.2:graphics/py-leather@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}leather>=0.3.2:graphics/py-leather@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pyicu>=2.4.2:devel/py-pyicu@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist distutils
More information about the dev-commits-ports-all
mailing list