svn commit: r328018 - head/net/yaz
Pawel Pekala
pawel at FreeBSD.org
Mon Sep 23 16:36:38 UTC 2013
Author: pawel
Date: Mon Sep 23 16:36:37 2013
New Revision: 328018
URL: http://svnweb.freebsd.org/changeset/ports/328018
Log:
Update to version 4.2.68
--- 4.2.68 2013/09/23
GFS: pass additionalSearchInfo to search memeber search_input if
given. Otherwise pass otherInfo. Request for facets and other search
related things will be passed there in future versions of YAZ.
New ZOOM setting, authenticationMode, which allows authentication
paramters to be encoded in the URL rather than via HTTP Basic auth.
YAZ-686
rpn2solr: fix nested AND/OR handling. YAZ-685
Add comparison routines for some Z-types, such as NamePlusRecord,
RPNQuery, Query, RecordComposition and OtherInformation.
--- 4.2.67 2013/09/19
Don't decode MAB as MARC. Just like we don't attempt to decode
HTML/XML as MARC. Fixes MAB display problem that was introduced in 4.2.64.
CCL: allow quoted terms for date ranges. YAZ-681
Introduce ccl_parser_qual_search. This function makes old function
ccl_qual_search, from YAZ 2, available again.
Add yaz_facet_list_to_wrbuf. YAZ-683
Modified:
head/net/yaz/Makefile
head/net/yaz/distinfo
Modified: head/net/yaz/Makefile
==============================================================================
--- head/net/yaz/Makefile Mon Sep 23 16:01:19 2013 (r328017)
+++ head/net/yaz/Makefile Mon Sep 23 16:36:37 2013 (r328018)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= yaz
-PORTVERSION= 4.2.66
+PORTVERSION= 4.2.68
CATEGORIES= net
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/
Modified: head/net/yaz/distinfo
==============================================================================
--- head/net/yaz/distinfo Mon Sep 23 16:01:19 2013 (r328017)
+++ head/net/yaz/distinfo Mon Sep 23 16:36:37 2013 (r328018)
@@ -1,2 +1,2 @@
-SHA256 (yaz-4.2.66.tar.gz) = 6945292db985d2dc8fbe6d212ab85a8b132f6dddb8f1ea709a27e9341d67bee2
-SIZE (yaz-4.2.66.tar.gz) = 2398148
+SHA256 (yaz-4.2.68.tar.gz) = 97b403e2adb6291b6f51b0462374d87c23366f74399dd6301cc8e055a5d4ea44
+SIZE (yaz-4.2.68.tar.gz) = 2452033
More information about the svn-ports-head
mailing list