svn commit: r496776 - in head/biology: p5-TrimGalore py-cutadapt

Antoine Brodin antoine at FreeBSD.org
Sun Mar 24 20:28:56 UTC 2019


Author: antoine
Date: Sun Mar 24 20:28:55 2019
New Revision: 496776
URL: https://svnweb.freebsd.org/changeset/ports/496776

Log:
  Unbreak

Modified:
  head/biology/p5-TrimGalore/Makefile
  head/biology/py-cutadapt/Makefile

Modified: head/biology/p5-TrimGalore/Makefile
==============================================================================
--- head/biology/p5-TrimGalore/Makefile	Sun Mar 24 20:14:48 2019	(r496775)
+++ head/biology/p5-TrimGalore/Makefile	Sun Mar 24 20:28:55 2019	(r496776)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cutadapt>0:biology
 NO_ARCH=	yes
 NO_BUILD=	yes
 
-USES=		perl5 python:env shebangfix
+USES=		perl5 python:3.4+,env shebangfix
 SHEBANG_FILES=	trim_galore
 USE_PERL5=	run
 

Modified: head/biology/py-cutadapt/Makefile
==============================================================================
--- head/biology/py-cutadapt/Makefile	Sun Mar 24 20:14:48 2019	(r496775)
+++ head/biology/py-cutadapt/Makefile	Sun Mar 24 20:28:55 2019	(r496776)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xopen>=0.3.2:archivers/py-xopen@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}bz2file>=0.98:archivers/py-bz2file@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.4+
 USE_PYTHON=	autoplist concurrent distutils
 
 post-install:


More information about the svn-ports-all mailing list