Index: head/textproc/py-python-slugify/Makefile =================================================================== --- head/textproc/py-python-slugify/Makefile (revision 513736) +++ head/textproc/py-python-slugify/Makefile (revision 513737) @@ -1,21 +1,25 @@ # $FreeBSD$ PORTNAME= python-slugify -PORTVERSION= 3.0.3 +PORTVERSION= 3.0.4 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= matthew@FreeBSD.org COMMENT= Slugify application that handles unicode LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}unidecode>=0.04.16:converters/py-unidecode@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}text-unidecode>=1.3:converters/py-text-unidecode@${PY_FLAVOR} + +### Can alternatively require: +### ${PYTHON_PKGNAMEPREFIX}unidecode>=1.1.1:converters/py-unidecode@${PY_FLAVOR} +### but text-unidecode is preferred upstream. USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes .include Index: head/textproc/py-python-slugify/distinfo =================================================================== --- head/textproc/py-python-slugify/distinfo (revision 513736) +++ head/textproc/py-python-slugify/distinfo (revision 513737) @@ -1,3 +1,3 @@ -TIMESTAMP = 1564423819 -SHA256 (python-slugify-3.0.3.tar.gz) = a9f468227cb11e20e251670d78e1b5f6b0b15dd37bbd5c9814a25a904e44ff66 -SIZE (python-slugify-3.0.3.tar.gz) = 8126 +TIMESTAMP = 1570138599 +SHA256 (python-slugify-3.0.4.tar.gz) = 575d03256a132fc1efb4c52966c6eb11c57a13b071618f0b26076057a23f6937 +SIZE (python-slugify-3.0.4.tar.gz) = 8110