svn commit: r401285 - head/net/yaz

Pawel Pekala pawel at FreeBSD.org
Wed Nov 11 16:54:40 UTC 2015


Author: pawel
Date: Wed Nov 11 16:54:38 2015
New Revision: 401285
URL: https://svnweb.freebsd.org/changeset/ports/401285

Log:
  Update to version 5.15.0
  
  Changelog:
  --- 5.15.0 2015/11/11
  CCL: fix r=o, r=r WRT inherited attributes YAZ-864
  
  --- 5.14.12 2015/11/09
  Build with nettle on Debian/Ubuntu
  test system calls yaz_deinit_globals for better memory leak detection
  cs_get_host_args: allow unix:path:args notation
  Windows: build YAZ with VC 2015 and bundle it with runtime
  version 14.0.23026.

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

Modified: head/net/yaz/Makefile
==============================================================================
--- head/net/yaz/Makefile	Wed Nov 11 16:53:16 2015	(r401284)
+++ head/net/yaz/Makefile	Wed Nov 11 16:54:38 2015	(r401285)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	yaz
-PORTVERSION=	5.14.11
+PORTVERSION=	5.15.0
 CATEGORIES=	net
 MASTER_SITES=	http://ftp.indexdata.dk/pub/yaz/
 

Modified: head/net/yaz/distinfo
==============================================================================
--- head/net/yaz/distinfo	Wed Nov 11 16:53:16 2015	(r401284)
+++ head/net/yaz/distinfo	Wed Nov 11 16:54:38 2015	(r401285)
@@ -1,2 +1,2 @@
-SHA256 (yaz-5.14.11.tar.gz) = 216bc0e76e3deb655017bb639e87f2175facfdc060138a550e290c383da2cf7a
-SIZE (yaz-5.14.11.tar.gz) = 2553365
+SHA256 (yaz-5.15.0.tar.gz) = 5741b2963924413bc8d59c9b5acb8fef5e870f7a2f2f1a8bdead0b18cc1105a1
+SIZE (yaz-5.15.0.tar.gz) = 2561655


More information about the svn-ports-all mailing list