diff options
author | pawel <pawel@FreeBSD.org> | 2016-05-05 03:03:34 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-05-05 03:03:34 +0800 |
commit | d68617912b8e15f8410fe9d3517920ee9527e928 (patch) | |
tree | 13c0849b0cdfd821fb72f2047bfd1d9e4124b035 /net | |
parent | 886bc84e516f81eed8d1de62991bc6c253c6c075 (diff) | |
download | freebsd-ports-gnome-d68617912b8e15f8410fe9d3517920ee9527e928.tar.gz freebsd-ports-gnome-d68617912b8e15f8410fe9d3517920ee9527e928.tar.zst freebsd-ports-gnome-d68617912b8e15f8410fe9d3517920ee9527e928.zip |
Update to version 5.16.0
Changelog:
--- 5.16.0 2016/04/29
Allow multi-byte indicators for MARC subsystem. GitHub #11.
--- 5.15.3 2016/04/06
Fix yaz_query2xml aborts for attribute type 0. GitHub #9.
backtrace: exit with same signal as original fired
Until now with backtrace any signal would end up being an SIGABRT.
backtrace: cancel alarm if backtrace succeeds
This is to avoid "backtrace hangs" message that should not be
printed and gdb be invoked twice.
Fix some broken URLs in documentation and code.
yaz_marc_write_iso2709: truncate if 99,999 limit is reached.
--- 5.15.2 2016/01/11
Re-organize Windows build. Use ICU compiled with VS 2015 to use
same runtime as rest of components (YAZ, Libxml2, etc).
Move YAZ and many other software components to GitHub.
Diffstat (limited to 'net')
-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 d850d903b404..b891b4b593ef 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yaz -PORTVERSION= 5.15.1 +PORTVERSION= 5.16.0 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ diff --git a/net/yaz/distinfo b/net/yaz/distinfo index e40871788df6..869cc9894860 100644 --- a/net/yaz/distinfo +++ b/net/yaz/distinfo @@ -1,2 +1,2 @@ -SHA256 (yaz-5.15.1.tar.gz) = ebef25b0970ea1485bbba43a721d7001523b6faa18c8d8da4080a8f83d5e2116 -SIZE (yaz-5.15.1.tar.gz) = 2563941 +SHA256 (yaz-5.16.0.tar.gz) = 46708320152c1475f6a5ee6f29903caa76121c2440123051546c1b3403c78686 +SIZE (yaz-5.16.0.tar.gz) = 2586095 |