Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jan 2021 00:08:06 +0000 (UTC)
From:      "Jason W. Bacon" <jwb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561615 - head/biology/haplohseq
Message-ID:  <202101150008.10F086G0088995@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101150008.10F086G0088995>