mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
multimedia/py-subliminal: fix chardet dependency
PR: 201079 Submitted by: Ralf van der Enden
This commit is contained in:
parent
9b5e54b8b5
commit
11bbd92a5c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390443
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= subliminal
|
||||
PORTVERSION= 0.7.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@ -31,4 +32,9 @@ GH_TAGNAME= ea1fe66
|
||||
USES= python:2
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's;charade;chardet;g' \
|
||||
${WRKSRC}/subliminal/providers/*.py \
|
||||
${WRKSRC}/requirements.txt
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user