Fri Mar 11 11:01:27 2011 UTC ()
Update to 4.1.4:

--- 4.1.4 2011/02/21

yaz-client: show may XML format records. Command show followed by 'format'
will format XML records retrieved using Libxml2's xmlDocDumpFormatMemory
function.

src/stemmer.c: Avoid using unnamed union. It is not supported by some
older C compilers.

For PHPYAZ: set YAZVERSION, not YAZ_VERSION.


(wiz)
diff -r1.39 -r1.40 pkgsrc/net/yaz/Makefile
diff -r1.25 -r1.26 pkgsrc/net/yaz/distinfo

cvs diff -r1.39 -r1.40 pkgsrc/net/yaz/Makefile (expand / switch to unified diff)

--- pkgsrc/net/yaz/Makefile 2011/02/03 12:39:58 1.39
+++ pkgsrc/net/yaz/Makefile 2011/03/11 11:01:26 1.40
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.39 2011/02/03 12:39:58 wiz Exp $ 1# $NetBSD: Makefile,v 1.40 2011/03/11 11:01:26 wiz Exp $
2# 2#
3 3
4DISTNAME= yaz-4.1.3 4DISTNAME= yaz-4.1.4
5CATEGORIES= net 5CATEGORIES= net
6MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ 6MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/
7 7
8MAINTAINER= phil@NetBSD.org 8MAINTAINER= phil@NetBSD.org
9HOMEPAGE= http://indexdata.dk/yaz/ 9HOMEPAGE= http://indexdata.dk/yaz/
10COMMENT= C/C++ toolkit for the development of Z39.50v3/SRW clients and servers 10COMMENT= C/C++ toolkit for the development of Z39.50v3/SRW clients and servers
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15GNU_CONFIGURE= YES 15GNU_CONFIGURE= YES
16USE_LIBTOOL= YES 16USE_LIBTOOL= YES
17USE_TOOLS+= pkg-config tclsh 17USE_TOOLS+= pkg-config tclsh

cvs diff -r1.25 -r1.26 pkgsrc/net/yaz/distinfo (expand / switch to unified diff)

--- pkgsrc/net/yaz/distinfo 2011/02/03 12:39:58 1.25
+++ pkgsrc/net/yaz/distinfo 2011/03/11 11:01:26 1.26
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.25 2011/02/03 12:39:58 wiz Exp $ 1$NetBSD: distinfo,v 1.26 2011/03/11 11:01:26 wiz Exp $
2 2
3SHA1 (yaz-4.1.3.tar.gz) = 9659728c38f2687bc4484385014ec94c808b8a43 3SHA1 (yaz-4.1.4.tar.gz) = 511789189ad21d36d4579b5e938f4976e20e2fe2
4RMD160 (yaz-4.1.3.tar.gz) = 84b3a891cc2da5231dfd1b27547a3fe8ae9dad2f 4RMD160 (yaz-4.1.4.tar.gz) = aa7bb0b38a478d340eb07adc768edc8aa5fa1a72
5Size (yaz-4.1.3.tar.gz) = 2311757 bytes 5Size (yaz-4.1.4.tar.gz) = 2313305 bytes