svn commit: r519355 - head/biology/p5-Bio-Cluster

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 8 16:57:19 UTC 2019


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


More information about the svn-ports-head mailing list