Date: Sun, 24 Mar 2019 20:28:55 +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: r496776 - in head/biology: p5-TrimGalore py-cutadapt Message-ID: <201903242028.x2OKStMY062798@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903242028.x2OKStMY062798>