svn commit: r518028 - head/security/morphis

Antoine Brodin antoine at FreeBSD.org
Wed Nov 20 14:55:46 UTC 2019


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


More information about the svn-ports-all mailing list