summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-11-11 06:19:10 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-11-11 06:19:10 +0000
commit8875e10ea507d2768695f8c042928157dd68b390 (patch)
tree790a981490380317ec5158dfc037bb9623d672f4 /biology
parentnet-mgmt/riemann: several changes to the port itself (diff)
biology/seqtools: update 4.43.0 -> 4.44.1
- Blixem: Features can now be added to multiple different groups/filters. - Belvu: Fix a problem where column highlighting can get out of sync with the text.
Notes
Notes: svn path=/head/; revision=425863
Diffstat (limited to 'biology')
-rw-r--r--biology/seqtools/Makefile2
-rw-r--r--biology/seqtools/distinfo6
-rw-r--r--biology/seqtools/files/patch-gbtools_src_blatSrc_lib_gff3.c10
3 files changed, 14 insertions, 4 deletions
diff --git a/biology/seqtools/Makefile b/biology/seqtools/Makefile
index 6e2a936c9200..a4c0064e784e 100644
--- a/biology/seqtools/Makefile
+++ b/biology/seqtools/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= seqtools
-PORTVERSION= 4.43.0
+PORTVERSION= 4.44.1
CATEGORIES= biology
MASTER_SITES= ftp://ftp.sanger.ac.uk/pub4/resources/software/seqtools/PRODUCTION/
diff --git a/biology/seqtools/distinfo b/biology/seqtools/distinfo
index d807537f46fc..093df2f988da 100644
--- a/biology/seqtools/distinfo
+++ b/biology/seqtools/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1469510431
-SHA256 (seqtools-4.43.0.tar.gz) = 01861098451eab001d49a039e60ddc6df22a61a7472924c850942ffdae396c8b
-SIZE (seqtools-4.43.0.tar.gz) = 6862548
+TIMESTAMP = 1478810582
+SHA256 (seqtools-4.44.1.tar.gz) = 0e1dd7087d1180e434f0ea1aac21b8dfb5261195581ec3ba012abf0d1e39daa9
+SIZE (seqtools-4.44.1.tar.gz) = 6922888
diff --git a/biology/seqtools/files/patch-gbtools_src_blatSrc_lib_gff3.c b/biology/seqtools/files/patch-gbtools_src_blatSrc_lib_gff3.c
new file mode 100644
index 000000000000..9b2e58f66d57
--- /dev/null
+++ b/biology/seqtools/files/patch-gbtools_src_blatSrc_lib_gff3.c
@@ -0,0 +1,10 @@
+--- gbtools/src/blatSrc/lib/gff3.c.orig 2016-11-10 21:14:27 UTC
++++ gbtools/src/blatSrc/lib/gff3.c
+@@ -7,6 +7,7 @@
+ /* Copyright (C) 2014 The Regents of the University of California
+ * See README in this or parent directory for licensing information. */
+ #include "common.h"
++#include "dnaseq.h"
+ #include "gff3.h"
+ #include <limits.h>
+ #include "errAbort.h"