Date: Thu, 14 Jan 2021 22:04:30 +0000 From: Rene Ladan <rene@freebsd.org> To: "Jason W. Bacon" <jwb@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r561567 - head/biology/haplohseq Message-ID: <20210114220430.GA61223@freefall.freebsd.org> In-Reply-To: <202101141551.10EFpJqW084806@repo.freebsd.org> References: <202101141551.10EFpJqW084806@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, On Thu, Jan 14, 2021 at 03:51:19PM +0000, Jason W. Bacon wrote: > Author: jwb > Date: Thu Jan 14 15:51:19 2021 > New Revision: 561567 > URL: https://svnweb.freebsd.org/changeset/ports/561567 > > Log: > biology/haplohseq: Resurrect and fix python2 dependency > > Move upstream to Github fork > > Added: > head/biology/haplohseq/ > - copied from r517828, head/biology/haplohseq/ > Modified: > head/biology/haplohseq/Makefile > head/biology/haplohseq/distinfo > > Modified: head/biology/haplohseq/Makefile > ============================================================================== > --- head/biology/haplohseq/Makefile Sun Nov 17 15:00:13 2019 (r517828) > +++ head/biology/haplohseq/Makefile Thu Jan 14 15:51:19 2021 (r561567) > @@ -2,9 +2,8 @@ > > PORTNAME= haplohseq > DISTVERSION= 0.1.2 > -PORTREVISION= 1 > +PORTREVISION= 2 > CATEGORIES= biology > -MASTER_SITES= https://acadix.biz/Ports/distfiles/ > > MAINTAINER= jwb@FreeBSD.org > COMMENT= Identify regions of allelic imbalance > @@ -14,7 +13,10 @@ 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:2.7 tar:xz > +USES= compiler:c++11-lang gmake localbase:ldflags python It is better to use python:3.6+ here, as Python 2.7 is on its way out of the Ports Tree and USES=python (without any range) currently still acticvates support for it. [...] Thanks, René
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20210114220430.GA61223>