svn commit: r561567 - head/biology/haplohseq

Rene Ladan rene at freebsd.org
Thu Jan 14 22:04:30 UTC 2021


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 at 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é


More information about the svn-ports-all mailing list