Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2015 19:58:53 +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: r389248 - head/net/yaz
Message-ID:  <201506111958.t5BJwrin067403@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Thu Jun 11 19:58:53 2015
New Revision: 389248
URL: https://svnweb.freebsd.org/changeset/ports/389248

Log:
  Update to version 5.14.1
  
  --- 5.14.1 2015/06/11
  
  Make yaz_log_reopen async-signal YAZ-845
  Fixes potential dead-lock issue with YAZ_DAEMON_LOG_REOPEN flags for
  daemon API.
  
  --- 5.14.0 2015/06/08
  
  CCL: new feature s=spl (split-list) that splits terms in a search into
  sub-phrases of all sizes (from 1 up to the number of terms) with order
  preserved. For 3 terms the CCL search
   a b c
  is turned into PQF:
   @or @or @or @and @and a b c @and "a b" c @and a "b c" "a b c"
  
  Solr: don't set defType=lucene in URLs if extraArgs already defines it.

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

Modified: head/net/yaz/Makefile
==============================================================================
--- head/net/yaz/Makefile	Thu Jun 11 19:27:55 2015	(r389247)
+++ head/net/yaz/Makefile	Thu Jun 11 19:58:53 2015	(r389248)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	yaz
-PORTVERSION=	5.13.0
+PORTVERSION=	5.14.1
 CATEGORIES=	net
 MASTER_SITES=	http://ftp.indexdata.dk/pub/yaz/
 

Modified: head/net/yaz/distinfo
==============================================================================
--- head/net/yaz/distinfo	Thu Jun 11 19:27:55 2015	(r389247)
+++ head/net/yaz/distinfo	Thu Jun 11 19:58:53 2015	(r389248)
@@ -1,2 +1,2 @@
-SHA256 (yaz-5.13.0.tar.gz) = 6c8f7a708f1543c469d3458557cc3ac51cdc9dd23196688417b5e55e119fc7a2
-SIZE (yaz-5.13.0.tar.gz) = 2549546
+SHA256 (yaz-5.14.1.tar.gz) = b24c64de31f65def37abb47a919650adf58ec5fbe81ad6dea560c1800a4f1254
+SIZE (yaz-5.14.1.tar.gz) = 2552767



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