Index: head/graphics/py-imgurpython/Makefile =================================================================== --- head/graphics/py-imgurpython/Makefile (revision 472919) +++ head/graphics/py-imgurpython/Makefile (revision 472920) @@ -1,20 +1,20 @@ # $FreeBSD$ PORTNAME= imgurpython PORTVERSION= 1.1.7 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python client for the Imgur API LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.7:www/py-requests@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils .include