From owner-svn-ports-head@freebsd.org Fri Oct 16 21:36:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32A52A17936; Fri, 16 Oct 2015 21:36:21 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E5FF31D0C; Fri, 16 Oct 2015 21:36:20 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9GLaJGo086146; Fri, 16 Oct 2015 21:36:19 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9GLaJRt086144; Fri, 16 Oct 2015 21:36:19 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201510162136.t9GLaJRt086144@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 16 Oct 2015 21:36:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399524 - head/net/yaz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Oct 2015 21:36:21 -0000 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