svn commit: r429369 - head/textproc/py3-chardet
Antoine Brodin
antoine at FreeBSD.org
Sat Dec 24 16:09:11 UTC 2016
Author: antoine
Date: Sat Dec 24 16:09:09 2016
New Revision: 429369
URL: https://svnweb.freebsd.org/changeset/ports/429369
Log:
- Remove dependency on the python3 symlink
- USE_PYTHON=concurrent for bin/chardetect
Modified:
head/textproc/py3-chardet/Makefile
Modified: head/textproc/py3-chardet/Makefile
==============================================================================
--- head/textproc/py3-chardet/Makefile Sat Dec 24 15:56:56 2016 (r429368)
+++ head/textproc/py3-chardet/Makefile Sat Dec 24 16:09:09 2016 (r429369)
@@ -3,6 +3,7 @@
PORTNAME= chardet
PORTVERSION= 2.3.0
+PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,8 +14,8 @@ COMMENT= Universal encoding detector for
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= python:3
-USE_PYTHON= autoplist distutils
+USES= python:3.3+
+USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list