svn commit: r401820 - head/net/yaz

Pawel Pekala pawel at FreeBSD.org
Tue Nov 17 16:52:27 UTC 2015


Author: pawel
Date: Tue Nov 17 16:52:26 2015
New Revision: 401820
URL: https://svnweb.freebsd.org/changeset/ports/401820

Log:
  Update to version 5.15.1
  
  Changelog:
  Bundle sha1 rather than use libgcrypt/nettle. This means that
  configure no longer accepts --with-gcrypt and --with-nettle.
  
  Fix rpn2cql fails for Bib-1 set in qry+conf YAZ-865

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

Modified: head/net/yaz/Makefile
==============================================================================
--- head/net/yaz/Makefile	Tue Nov 17 16:12:03 2015	(r401819)
+++ head/net/yaz/Makefile	Tue Nov 17 16:52:26 2015	(r401820)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	yaz
-PORTVERSION=	5.15.0
+PORTVERSION=	5.15.1
 CATEGORIES=	net
 MASTER_SITES=	http://ftp.indexdata.dk/pub/yaz/
 

Modified: head/net/yaz/distinfo
==============================================================================
--- head/net/yaz/distinfo	Tue Nov 17 16:12:03 2015	(r401819)
+++ head/net/yaz/distinfo	Tue Nov 17 16:52:26 2015	(r401820)
@@ -1,2 +1,2 @@
-SHA256 (yaz-5.15.0.tar.gz) = 5741b2963924413bc8d59c9b5acb8fef5e870f7a2f2f1a8bdead0b18cc1105a1
-SIZE (yaz-5.15.0.tar.gz) = 2561655
+SHA256 (yaz-5.15.1.tar.gz) = ebef25b0970ea1485bbba43a721d7001523b6faa18c8d8da4080a8f83d5e2116
+SIZE (yaz-5.15.1.tar.gz) = 2563941


More information about the svn-ports-all mailing list