diff options
author | jrm <jrm@FreeBSD.org> | 2017-02-06 06:23:32 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2017-02-06 06:23:32 +0800 |
commit | 1d59294e2f206891cac5712c2478230b5b5c1968 (patch) | |
tree | 2a26b5c38a4dd43a88f29856eef0421c2aa1ffc8 /biology | |
parent | 5c9bf1b6168b52b5002be77e2f5846157fc23325 (diff) | |
download | freebsd-ports-gnome-1d59294e2f206891cac5712c2478230b5b5c1968.tar.gz freebsd-ports-gnome-1d59294e2f206891cac5712c2478230b5b5c1968.tar.zst freebsd-ports-gnome-1d59294e2f206891cac5712c2478230b5b5c1968.zip |
biology/diamond: Update to version 0.8.35.
Version 0.8.35 fixes a compiler error on i386.
Approved by: swills (mentor, implicit)
Diffstat (limited to 'biology')
-rw-r--r-- | biology/diamond/Makefile | 4 | ||||
-rw-r--r-- | biology/diamond/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/biology/diamond/Makefile b/biology/diamond/Makefile index a7eb1e0af5a9..994b3f6e579e 100644 --- a/biology/diamond/Makefile +++ b/biology/diamond/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= diamond -PORTVERSION= 0.8.34 +PORTVERSION= 0.8.35 DISTVERSIONPREFIX=v CATEGORIES= biology @@ -11,7 +11,7 @@ COMMENT= BLAST-compatible local sequence aligner LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/src/COPYING -ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS= amd64 i386 USES= cmake:outsource compiler:c++11-lang diff --git a/biology/diamond/distinfo b/biology/diamond/distinfo index 2fa5bf359bd9..80255e3d6f45 100644 --- a/biology/diamond/distinfo +++ b/biology/diamond/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1485010368 -SHA256 (bbuchfink-diamond-v0.8.34_GH0.tar.gz) = 695c33c43beab64de75f14cccec84d75477a37d02bad1ffef9eb19321e19794b -SIZE (bbuchfink-diamond-v0.8.34_GH0.tar.gz) = 342441 +TIMESTAMP = 1486332438 +SHA256 (bbuchfink-diamond-v0.8.35_GH0.tar.gz) = d6b94a5943a3b0d2d6e1bbcb2c1aac1c243705293672d6584164ed9412ab68f0 +SIZE (bbuchfink-diamond-v0.8.35_GH0.tar.gz) = 342724 |