diff options
author | pawel <pawel@FreeBSD.org> | 2015-04-03 00:24:02 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-04-03 00:24:02 +0800 |
commit | 24330003287a31b84c841ae90afb2467945b16c4 (patch) | |
tree | c5d736b5afa6708cbd4ab5d0fa748c6a60df118f /net | |
parent | 2b3eb996a7e546c247a6483e72fc0bf39d757403 (diff) | |
download | freebsd-ports-graphics-24330003287a31b84c841ae90afb2467945b16c4.tar.gz freebsd-ports-graphics-24330003287a31b84c841ae90afb2467945b16c4.tar.zst freebsd-ports-graphics-24330003287a31b84c841ae90afb2467945b16c4.zip |
Update to version 5.11.0
--- 5.11.0 2015/03/31
Extend get_org_info (snippets) to return original string YAZ-836
Two new functions have appeared: icu_chain_get_org_info2 and
icu_iter_get_org_info2 with a 4th parameter being a pointer
to the original string.
Fix tcpip.c compilation failure on VC9 YAZ-835
Fix icu_iter_get_norm returns invalid size for some input YAZ-834
The icu_iter_get_org_info returns information based on string
as it appears on tokenize step.
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 08f222477ce..01b9394986d 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yaz -PORTVERSION= 5.10.2 +PORTVERSION= 5.11.0 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ diff --git a/net/yaz/distinfo b/net/yaz/distinfo index 49b03d90070..a41ebedb4bb 100644 --- a/net/yaz/distinfo +++ b/net/yaz/distinfo @@ -1,2 +1,2 @@ -SHA256 (yaz-5.10.2.tar.gz) = 765d784d7269918c992dde55e0146274f123e556b4a5731c7aa53e24a46dcc12 -SIZE (yaz-5.10.2.tar.gz) = 2540330 +SHA256 (yaz-5.11.0.tar.gz) = 464b0698efbc598d9da6926e683e63655ba1abade0a9476fcac526ec0e488073 +SIZE (yaz-5.11.0.tar.gz) = 2542761 |