diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-26 17:38:23 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-26 17:38:23 +0000 |
commit | 821f15d5784840625ac7ec4446a9bfd05ee069e1 (patch) | |
tree | 4b7c3fee9e7e4e1bf6b068c38b1e1eac21ea6c3b /textproc/py-aeidon/Makefile | |
parent | 253eecec798bca68a88bba3200da2d3a22fd7412 (diff) | |
download | ports-821f15d5784840625ac7ec4446a9bfd05ee069e1.tar.gz ports-821f15d5784840625ac7ec4446a9bfd05ee069e1.zip |
Notes
Diffstat (limited to 'textproc/py-aeidon/Makefile')
-rw-r--r-- | textproc/py-aeidon/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/textproc/py-aeidon/Makefile b/textproc/py-aeidon/Makefile index 2d6eb664182c..6953604d1cce 100644 --- a/textproc/py-aeidon/Makefile +++ b/textproc/py-aeidon/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aeidon -PORTVERSION= 1.7.0 +PORTVERSION= 1.9 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +12,15 @@ COMMENT= Reading, write and manipulate text-based subtitle files LICENSE= GPLv3+ -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=3.0<4.0:textproc/py-chardet@${PY_FLAVOR} +#RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=2.2.1:textproc/py-chardet@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +post-patch: + @${SED} -e 's|%%PORTVERSION%%|${PORTVERSION}|' ${WRKSRC}/setup-aeidon.py > ${WRKSRC}/setup.py +# @${CP} ${WRKSRC}/setup-aeidon.py ${WRKSRC}/setup.py + .include <bsd.port.mk> |