svn commit: r414608 - head/net/yaz

Pawel Pekala pawel at FreeBSD.org
Wed May 4 19:03:35 UTC 2016


Author: pawel
Date: Wed May  4 19:03:34 2016
New Revision: 414608
URL: https://svnweb.freebsd.org/changeset/ports/414608

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

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

Modified: head/net/yaz/Makefile
==============================================================================
--- head/net/yaz/Makefile	Wed May  4 18:48:48 2016	(r414607)
+++ head/net/yaz/Makefile	Wed May  4 19:03:34 2016	(r414608)
@@ -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/
 

Modified: head/net/yaz/distinfo
==============================================================================
--- head/net/yaz/distinfo	Wed May  4 18:48:48 2016	(r414607)
+++ head/net/yaz/distinfo	Wed May  4 19:03:34 2016	(r414608)
@@ -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


More information about the svn-ports-head mailing list