Relax USES=python

- Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for package change

PR:		226778
Submitted by:	sunpoet (myself)
Approved by:	wg (maintainer)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-03-20 22:36:30 +00:00
parent 7773e5049a
commit cba6ee8919
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465135

View File

@ -3,6 +3,7 @@
PORTNAME= subliminal
PORTVERSION= 2.0.5
PORTREVISION= 1
CATEGORIES= multimedia python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -29,8 +30,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.4.0:www/py-beautifulsoup@${
${PYTHON_PKGNAMEPREFIX}rarfile>=2.7:archivers/py-rarfile@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytz>=2012c:devel/py-pytz@${FLAVOR}
USES= python:2.7
USE_PYTHON= distutils autoplist
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes