Date: Mon, 26 Feb 2018 22:32:32 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463086 - head/www/seahub Message-ID: <201802262232.w1QMWWxG028910@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Feb 26 22:32:32 2018 New Revision: 463086 URL: https://svnweb.freebsd.org/changeset/ports/463086 Log: Simplify Makefile: use PY_FUTURES With hat: python Modified: head/www/seahub/Makefile Modified: head/www/seahub/Makefile ============================================================================== --- head/www/seahub/Makefile Mon Feb 26 22:32:27 2018 (r463085) +++ head/www/seahub/Makefile Mon Feb 26 22:32:32 2018 (r463086) @@ -31,7 +31,7 @@ RUN_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}MySQLdb>0:databases/py-MySQLdb@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}qrcode>0:textproc/py-qrcode@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}futures>0:devel/py-futures@${PY_FLAVOR} + ${PY_FUTURES} USES= python:-2.7 shebangfix USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802262232.w1QMWWxG028910>