diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2015-07-07 22:17:51 +0800 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2015-07-07 22:17:51 +0800 |
commit | 97a21e2f53f7f92837ae8ba4cc5e8dae37fede09 (patch) | |
tree | a9562a93897294a57f52e262db862c1fa24695f3 /biology | |
parent | a6d1f0198c85632f66f3094817f7e8a571e13bb3 (diff) | |
download | freebsd-ports-gnome-97a21e2f53f7f92837ae8ba4cc5e8dae37fede09.tar.gz freebsd-ports-gnome-97a21e2f53f7f92837ae8ba4cc5e8dae37fede09.tar.zst freebsd-ports-gnome-97a21e2f53f7f92837ae8ba4cc5e8dae37fede09.zip |
biology/seqtools: 4.34.1 -> 4.35
- Blixem bug fix in sorting features, RT 473624
- Compilation of the seqtools in parallel, RT 467905
- Fix bug with sorting by similarity/identity to first sequence (RT:473624)
- Fix an error compiling with multiple threads (RT:467905)
Diffstat (limited to 'biology')
-rw-r--r-- | biology/seqtools/Makefile | 6 | ||||
-rw-r--r-- | biology/seqtools/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/biology/seqtools/Makefile b/biology/seqtools/Makefile index 4503d859081a..6883e257ff6d 100644 --- a/biology/seqtools/Makefile +++ b/biology/seqtools/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= seqtools -PORTVERSION= 4.34.1 +PORTVERSION= 4.35 CATEGORIES= biology MASTER_SITES= ftp://ftp.sanger.ac.uk/pub4/resources/software/seqtools/PRODUCTION/ @@ -17,8 +17,8 @@ USES= execinfo pkgconfig GNU_CONFIGURE= yes USE_GCC= any USE_GNOME= gtk20 -CFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib -lexecinfo -lcurl -lsqlite3 -lm +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo -lcurl -lsqlite3 -lm MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= DOCS diff --git a/biology/seqtools/distinfo b/biology/seqtools/distinfo index 0ff33b39e987..00e1f90e8d28 100644 --- a/biology/seqtools/distinfo +++ b/biology/seqtools/distinfo @@ -1,2 +1,2 @@ -SHA256 (seqtools-4.34.1.tar.gz) = 77c383d151fd19faa2d24aa3444d4d19527464d0823b58d5a40857fd494a595a -SIZE (seqtools-4.34.1.tar.gz) = 3267808 +SHA256 (seqtools-4.35.tar.gz) = 3465c40527a1a7255209f66d88275afa7e3b17f831fa833c5f8bf94c7a913d9d +SIZE (seqtools-4.35.tar.gz) = 5594161 |