Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 May 2015 19:30:43 +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: r385906 - head/net/yaz
Message-ID:  <201505091930.t49JUhv9077318@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sat May  9 19:30:42 2015
New Revision: 385906
URL: https://svnweb.freebsd.org/changeset/ports/385906

Log:
  Update to version 5.12.0
  
  Changelog:
  
  - Allow Content-Type application/sru+xml YAZ-840
  - New yaz_xml_get_prop utility YAZ-839
  - Fix zebrasrv [warn] ir_session (exception) YAZ-838
  - Document itemorder-setname and list all ILL options

Modified:
  head/net/yaz/Makefile
  head/net/yaz/distinfo
  head/net/yaz/pkg-plist

Modified: head/net/yaz/Makefile
==============================================================================
--- head/net/yaz/Makefile	Sat May  9 19:21:49 2015	(r385905)
+++ head/net/yaz/Makefile	Sat May  9 19:30:42 2015	(r385906)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	yaz
-PORTVERSION=	5.11.0
-PORTREVISION=	1
+PORTVERSION=	5.12.0
 CATEGORIES=	net
 MASTER_SITES=	http://ftp.indexdata.dk/pub/yaz/
 

Modified: head/net/yaz/distinfo
==============================================================================
--- head/net/yaz/distinfo	Sat May  9 19:21:49 2015	(r385905)
+++ head/net/yaz/distinfo	Sat May  9 19:30:42 2015	(r385906)
@@ -1,2 +1,2 @@
-SHA256 (yaz-5.11.0.tar.gz) = 464b0698efbc598d9da6926e683e63655ba1abade0a9476fcac526ec0e488073
-SIZE (yaz-5.11.0.tar.gz) = 2542761
+SHA256 (yaz-5.12.0.tar.gz) = 3dc6b7ac3b74618f9e53032ce9b9903d216ed67c5478795ae9715eb12188138e
+SIZE (yaz-5.12.0.tar.gz) = 2547257

Modified: head/net/yaz/pkg-plist
==============================================================================
--- head/net/yaz/pkg-plist	Sat May  9 19:21:49 2015	(r385905)
+++ head/net/yaz/pkg-plist	Sat May  9 19:30:42 2015	(r385906)
@@ -81,6 +81,7 @@ include/yaz/unix.h
 include/yaz/url.h
 include/yaz/wrbuf.h
 include/yaz/xmalloc.h
+include/yaz/xml_get.h
 include/yaz/xml_include.h
 include/yaz/xmlquery.h
 include/yaz/xmltypes.h



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