diff options
author | pawel <pawel@FreeBSD.org> | 2015-06-12 03:58:53 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-06-12 03:58:53 +0800 |
commit | e22be56608f10237a803c60e2e8e6df7fcd82f82 (patch) | |
tree | e79f4c2b5c9dacf65ffb1d54eb06cefdfcaeb3e1 | |
parent | 2145caa821d918e86ea0747c6258288682a917e2 (diff) | |
download | freebsd-ports-graphics-e22be56608f10237a803c60e2e8e6df7fcd82f82.tar.gz freebsd-ports-graphics-e22be56608f10237a803c60e2e8e6df7fcd82f82.tar.zst freebsd-ports-graphics-e22be56608f10237a803c60e2e8e6df7fcd82f82.zip |
Update to version 5.14.1
--- 5.14.1 2015/06/11
Make yaz_log_reopen async-signal YAZ-845
Fixes potential dead-lock issue with YAZ_DAEMON_LOG_REOPEN flags for
daemon API.
--- 5.14.0 2015/06/08
CCL: new feature s=spl (split-list) that splits terms in a search into
sub-phrases of all sizes (from 1 up to the number of terms) with order
preserved. For 3 terms the CCL search
a b c
is turned into PQF:
@or @or @or @and @and a b c @and "a b" c @and a "b c" "a b c"
Solr: don't set defType=lucene in URLs if extraArgs already defines it.
-rw-r--r-- | net/yaz/Makefile | 2 | ||||
-rw-r--r-- | net/yaz/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile index 2f11630475e..a7297b143d7 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yaz -PORTVERSION= 5.13.0 +PORTVERSION= 5.14.1 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ diff --git a/net/yaz/distinfo b/net/yaz/distinfo index 14a5a53b60c..412f152513a 100644 --- a/net/yaz/distinfo +++ b/net/yaz/distinfo @@ -1,2 +1,2 @@ -SHA256 (yaz-5.13.0.tar.gz) = 6c8f7a708f1543c469d3458557cc3ac51cdc9dd23196688417b5e55e119fc7a2 -SIZE (yaz-5.13.0.tar.gz) = 2549546 +SHA256 (yaz-5.14.1.tar.gz) = b24c64de31f65def37abb47a919650adf58ec5fbe81ad6dea560c1800a4f1254 +SIZE (yaz-5.14.1.tar.gz) = 2552767 |