svn commit: r516801 - head/security/morphis

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Nov 5 14:36:38 UTC 2019


Author: amdmi3
Date: Tue Nov  5 14:36:37 2019
New Revision: 516801
URL: https://svnweb.freebsd.org/changeset/ports/516801

Log:
  - Update supported python versions range
  
  Approved by:	portmgr blanket

Modified:
  head/security/morphis/Makefile

Modified: head/security/morphis/Makefile
==============================================================================
--- head/security/morphis/Makefile	Tue Nov  5 14:35:28 2019	(r516800)
+++ head/security/morphis/Makefile	Tue Nov  5 14:36:37 2019	(r516801)
@@ -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+ shebangfix
+USES=		python:3.4-3.6 shebangfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	yurivict
 NO_ARCH=	yes


More information about the svn-ports-head mailing list