Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Dec 2019 16:57:19 +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: r519355 - head/biology/p5-Bio-Cluster
Message-ID:  <201912081657.xB8GvJxp064472@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Dec  8 16:57:18 2019
New Revision: 519355
URL: https://svnweb.freebsd.org/changeset/ports/519355

Log:
  Update *_DEPENDS
  
  - Bump PORTREVISION for dependency change

Modified:
  head/biology/p5-Bio-Cluster/Makefile

Modified: head/biology/p5-Bio-Cluster/Makefile
==============================================================================
--- head/biology/p5-Bio-Cluster/Makefile	Sun Dec  8 16:57:13 2019	(r519354)
+++ head/biology/p5-Bio-Cluster/Makefile	Sun Dec  8 16:57:18 2019	(r519355)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Bio-Cluster
 PORTVERSION=	1.7.3
+PORTREVISION=	1
 CATEGORIES=	biology perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,9 +15,9 @@ LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-#TODO: Add Bio::Variation::SNP
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-BioPerl>=0:biology/p5-BioPerl \
+RUN_DEPENDS=	p5-Bio-Variation>=0:biology/p5-Bio-Variation \
+		p5-BioPerl>=0:biology/p5-BioPerl \
 		p5-XML-SAX>=0:textproc/p5-XML-SAX
 
 USES=		perl5



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