svn commit: r399524 - head/net/yaz

Pawel Pekala pawel at FreeBSD.org
Fri Oct 16 21:36:21 UTC 2015


Author: pawel
Date: Fri Oct 16 21:36:19 2015
New Revision: 399524
URL: https://svnweb.freebsd.org/changeset/ports/399524

Log:
  Update to version 5.14.11
  
  Changelog:
  
  Fix RPN to CQL rejects local Bib-1 attribute set YAZ-861
  
  ZOOM C: tweak when connection failed is returned
  For cases with multiple socket addresses for some hostname, eg
  localhost IPV4+IPV6, the code now properly returns "connection
  failed" rather than "connection lost".
  
  Various minor documenation tweaks from David Crossley. Thanks.
  
  Fix windows uninstall does not remove start menu shortcuts YAZ-860

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

Modified: head/net/yaz/Makefile
==============================================================================
--- head/net/yaz/Makefile	Fri Oct 16 21:25:36 2015	(r399523)
+++ head/net/yaz/Makefile	Fri Oct 16 21:36:19 2015	(r399524)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	yaz
-PORTVERSION=	5.14.10
+PORTVERSION=	5.14.11
 CATEGORIES=	net
 MASTER_SITES=	http://ftp.indexdata.dk/pub/yaz/
 

Modified: head/net/yaz/distinfo
==============================================================================
--- head/net/yaz/distinfo	Fri Oct 16 21:25:36 2015	(r399523)
+++ head/net/yaz/distinfo	Fri Oct 16 21:36:19 2015	(r399524)
@@ -1,2 +1,2 @@
-SHA256 (yaz-5.14.10.tar.gz) = 9dd6fcc22eafcd6c7da6aa8134047cb3a805dac1e36a603e47ea6944c0373481
-SIZE (yaz-5.14.10.tar.gz) = 2552709
+SHA256 (yaz-5.14.11.tar.gz) = 216bc0e76e3deb655017bb639e87f2175facfdc060138a550e290c383da2cf7a
+SIZE (yaz-5.14.11.tar.gz) = 2553365


More information about the svn-ports-head mailing list