Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 2020 18:36:30 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522439 - head/biology/p5-Bio-ASN1-EntrezGene
Message-ID:  <202001081836.008IaUMJ016231@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Jan  8 18:36:30 2020
New Revision: 522439
URL: https://svnweb.freebsd.org/changeset/ports/522439

Log:
  Update *_DEPENDS
  
  - Bump PORTREVISION for dependency change
  
  The circular dependency among p5-Bio-Cluster, p5-Bio-DB-NCBIHelper, p5-Bio-Variation and this port has been resolved in p5-Bio-Variation 1.7.5 update.

Modified:
  head/biology/p5-Bio-ASN1-EntrezGene/Makefile

Modified: head/biology/p5-Bio-ASN1-EntrezGene/Makefile
==============================================================================
--- head/biology/p5-Bio-ASN1-EntrezGene/Makefile	Wed Jan  8 18:36:25 2020	(r522438)
+++ head/biology/p5-Bio-ASN1-EntrezGene/Makefile	Wed Jan  8 18:36:30 2020	(r522439)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Bio-ASN1-EntrezGene
 PORTVERSION=	1.73
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	biology perl5
 MASTER_SITES=	CPAN
@@ -17,7 +17,8 @@ LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-BioPerl>=0:biology/p5-BioPerl
+RUN_DEPENDS=	p5-Bio-Cluster>=0:biology/p5-Bio-Cluster \
+		p5-BioPerl>=0:biology/p5-BioPerl
 
 USES=		perl5
 USE_PERL5=	configure



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