svn commit: r561615 - head/biology/haplohseq

Jason W. Bacon jwb at FreeBSD.org
Fri Jan 15 00:08:06 UTC 2021


Author: jwb
Date: Fri Jan 15 00:08:06 2021
New Revision: 561615
URL: https://svnweb.freebsd.org/changeset/ports/561615

Log:
  biology/haplohseq: Restrict to python3
  
  Also remove extraneous @dir from plist
  
  Reported by:    rene

Modified:
  head/biology/haplohseq/Makefile
  head/biology/haplohseq/pkg-plist

Modified: head/biology/haplohseq/Makefile
==============================================================================
--- head/biology/haplohseq/Makefile	Thu Jan 14 23:59:26 2021	(r561614)
+++ head/biology/haplohseq/Makefile	Fri Jan 15 00:08:06 2021	(r561615)
@@ -13,7 +13,7 @@ LICENSE=	MIT
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs
 RUN_DEPENDS=	R-cran-optparse>0:devel/R-cran-optparse
 
-USES=		compiler:c++11-lang gmake localbase:ldflags python
+USES=		compiler:c++11-lang gmake localbase:ldflags python:3.6+
 USE_GITHUB=	yes
 
 GH_ACCOUNT=	outpaddling

Modified: head/biology/haplohseq/pkg-plist
==============================================================================
--- head/biology/haplohseq/pkg-plist	Thu Jan 14 23:59:26 2021	(r561614)
+++ head/biology/haplohseq/pkg-plist	Fri Jan 15 00:08:06 2021	(r561615)
@@ -8,4 +8,3 @@ bin/haplohseq
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/ldmap.py.orig
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/simple_phaser.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/simple_phaser.py.orig
-%%PORTEXAMPLES%%@dir %%EXAMPLESDIR%%/example/example_output


More information about the svn-ports-head mailing list