diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2016-11-20 09:38:08 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2016-11-20 09:38:08 +0000 |
commit | 89f8b052147a980faa4f4419d8444f0c7073c997 (patch) | |
tree | e94768205025f539f2698d8d84810ab33e0ca57f /biology | |
parent | 64bbcf8b752771c4cfd64dfa9cfd5d59bbd977b4 (diff) | |
download | ports-89f8b052147a980faa4f4419d8444f0c7073c997.tar.gz ports-89f8b052147a980faa4f4419d8444f0c7073c997.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/bowtie/Makefile | 1 | ||||
-rw-r--r-- | biology/cd-hit/Makefile | 1 | ||||
-rw-r--r-- | biology/fasttree/Makefile | 1 | ||||
-rw-r--r-- | biology/ncbi-blast+/Makefile | 2 | ||||
-rw-r--r-- | biology/ssaha/Makefile | 2 |
5 files changed, 5 insertions, 2 deletions
diff --git a/biology/bowtie/Makefile b/biology/bowtie/Makefile index 5f3e404bf3ac..260600584fde 100644 --- a/biology/bowtie/Makefile +++ b/biology/bowtie/Makefile @@ -3,6 +3,7 @@ PORTNAME= bowtie PORTVERSION= 1.1.2 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= biology diff --git a/biology/cd-hit/Makefile b/biology/cd-hit/Makefile index 442298f95608..00c9d2e7c763 100644 --- a/biology/cd-hit/Makefile +++ b/biology/cd-hit/Makefile @@ -3,6 +3,7 @@ PORTNAME= cd-hit PORTVERSION= 4.6.4 +PORTREVISION= 1 DISTVERSIONPREFIX= V CATEGORIES= biology diff --git a/biology/fasttree/Makefile b/biology/fasttree/Makefile index 681906a8893e..d95457d0e6fb 100644 --- a/biology/fasttree/Makefile +++ b/biology/fasttree/Makefile @@ -3,6 +3,7 @@ PORTNAME= FastTree PORTVERSION= 2.1.8 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= http://www.microbesonline.org/fasttree/ EXTRACT_SUFX= .c diff --git a/biology/ncbi-blast+/Makefile b/biology/ncbi-blast+/Makefile index 3210fd4ec284..9223ea5128c7 100644 --- a/biology/ncbi-blast+/Makefile +++ b/biology/ncbi-blast+/Makefile @@ -3,7 +3,7 @@ PORTNAME= blast+ PORTVERSION= 2.2.30 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= biology MASTER_SITES= http://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/${PORTVERSION}/ \ http://acadix.biz/Ports/distfiles/ diff --git a/biology/ssaha/Makefile b/biology/ssaha/Makefile index 60c536f91053..819d51492b5e 100644 --- a/biology/ssaha/Makefile +++ b/biology/ssaha/Makefile @@ -3,7 +3,7 @@ PORTNAME= ssaha PORTVERSION= 3.1c -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= biology MASTER_SITES= ftp://ftp.sanger.ac.uk/pub4/resources/software/ssaha/ DISTNAME= ${PORTNAME}_v${PORTVERSION:S/.//} |