Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jul 2023 14:35:54 GMT
From:      "Jason W. Bacon" <jwb@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3ef8325ef676 - main - biology/atac-seq: Add curl to metaport deps
Message-ID:  <202307281435.36SEZsSR010331@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jwb:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3ef8325ef67662c4c8aa5c8cb2fcde7e1ccc3fe4

commit 3ef8325ef67662c4c8aa5c8cb2fcde7e1ccc3fe4
Author:     Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2023-07-28 14:35:04 +0000
Commit:     Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2023-07-28 14:35:04 +0000

    biology/atac-seq: Add curl to metaport deps
    
    Standardizing on a download tool simplifies pipelines
---
 biology/atac-seq/Makefile | 6 +++---
 biology/atac-seq/distinfo | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/biology/atac-seq/Makefile b/biology/atac-seq/Makefile
index 226aef537d57..b8721671f6ac 100644
--- a/biology/atac-seq/Makefile
+++ b/biology/atac-seq/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	atac-seq
-DISTVERSION=	0.1.2
-PORTREVISION=	1
+DISTVERSION=	0.1.3
 CATEGORIES=	biology python
 MASTER_SITES=	# empty
 
@@ -21,7 +20,8 @@ RUN_DEPENDS=	sra-tools>0:biology/sra-tools \
 		${PYTHON_PKGNAMEPREFIX}macs2>0:biology/py-macs2@${PY_FLAVOR} \
 		fasda>0:biology/fasda \
 		peak-classifier>0:biology/peak-classifier \
-		webbrowser>0:www/webbrowser
+		webbrowser>0:www/webbrowser \
+		curl>0:ftp/curl
 
 USES=		metaport python
 
diff --git a/biology/atac-seq/distinfo b/biology/atac-seq/distinfo
index 79cf14b6de7f..0195f78851af 100644
--- a/biology/atac-seq/distinfo
+++ b/biology/atac-seq/distinfo
@@ -1 +1 @@
-TIMESTAMP = 1673549889
+TIMESTAMP = 1690554875



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