svn commit: r392168 - head/net/yaz

Pawel Pekala pawel at FreeBSD.org
Wed Jul 15 16:14:01 UTC 2015


Author: pawel
Date: Wed Jul 15 16:14:00 2015
New Revision: 392168
URL: https://svnweb.freebsd.org/changeset/ports/392168

Log:
  Update to version 5.14.3
  
  Fix rpn2cql: structure, relation problem for serverChoice YAZ-849
  Problem was that for things mapped to cql.serverChoice the relation
  would sometimes be omitted when it should not. Eg for relation "all".

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

Modified: head/net/yaz/Makefile
==============================================================================
--- head/net/yaz/Makefile	Wed Jul 15 16:11:51 2015	(r392167)
+++ head/net/yaz/Makefile	Wed Jul 15 16:14:00 2015	(r392168)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	yaz
-PORTVERSION=	5.14.2
+PORTVERSION=	5.14.3
 CATEGORIES=	net
 MASTER_SITES=	http://ftp.indexdata.dk/pub/yaz/
 

Modified: head/net/yaz/distinfo
==============================================================================
--- head/net/yaz/distinfo	Wed Jul 15 16:11:51 2015	(r392167)
+++ head/net/yaz/distinfo	Wed Jul 15 16:14:00 2015	(r392168)
@@ -1,2 +1,2 @@
-SHA256 (yaz-5.14.2.tar.gz) = de8d866be973ce6b3aa293e94e4ffe3958f472e32150a5d8719eb44da1235b4e
-SIZE (yaz-5.14.2.tar.gz) = 2554651
+SHA256 (yaz-5.14.3.tar.gz) = b7a444deb013ab01d051c3e42c07b083a046d0882286a2162dc83b9519b56a49
+SIZE (yaz-5.14.3.tar.gz) = 2493661


More information about the svn-ports-all mailing list