Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 May 2021 13:13:34 GMT
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 65de32a02047 - main - devel/py-agate: Add missing devel/py-pyicu dependency
Message-ID:  <202105011313.141DDYbO053716@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=65de32a02047e5a4a6408e6f99d747c8b6be9979

commit 65de32a02047e5a4a6408e6f99d747c8b6be9979
Author:     Matthew Seaman <matthew@FreeBSD.org>
AuthorDate: 2021-05-01 10:57:44 +0000
Commit:     Matthew Seaman <matthew@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



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