Date: Wed, 20 Nov 2019 14:55:46 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518028 - head/security/morphis Message-ID: <201911201455.xAKEtk7J023228@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Nov 20 14:55:45 2019 New Revision: 518028 URL: https://svnweb.freebsd.org/changeset/ports/518028 Log: Unbreak bulk -a with non default version of python3 Modified: head/security/morphis/Makefile Modified: head/security/morphis/Makefile ============================================================================== --- head/security/morphis/Makefile Wed Nov 20 14:50:58 2019 (r518027) +++ head/security/morphis/Makefile Wed Nov 20 14:55:45 2019 (r518028) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy11>0:databases/py-sqlalchemy11@${PY_FLAVOR} -USES= python:3.4-3.6 shebangfix +USES= python:3.4+ shebangfix USE_GITHUB= yes GH_ACCOUNT= yurivict NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911201455.xAKEtk7J023228>