Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Apr 2015 16:24:03 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383022 - head/net/yaz
Message-ID:  <201504021624.t32GO3jt056035@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Thu Apr  2 16:24:02 2015
New Revision: 383022
URL: https://svnweb.freebsd.org/changeset/ports/383022

Log:
  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.

Modified:
  head/net/yaz/Makefile
  head/net/yaz/distinfo

Modified: head/net/yaz/Makefile
==============================================================================
--- head/net/yaz/Makefile	Thu Apr  2 16:12:58 2015	(r383021)
+++ head/net/yaz/Makefile	Thu Apr  2 16:24:02 2015	(r383022)
@@ -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/
 

Modified: head/net/yaz/distinfo
==============================================================================
--- head/net/yaz/distinfo	Thu Apr  2 16:12:58 2015	(r383021)
+++ head/net/yaz/distinfo	Thu Apr  2 16:24:02 2015	(r383022)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504021624.t32GO3jt056035>