Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Aug 2013 08:53:25 +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: r325287 - head/net/yaz
Message-ID:  <201308240853.r7O8rP6m057055@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sat Aug 24 08:53:25 2013
New Revision: 325287
URL: http://svnweb.freebsd.org/changeset/ports/325287

Log:
  - Update to version 4.2.65
  - Switch to new style of LIB_DEPENDS
  
  Changelog:
  
  --- 4.2.65 2013/08/22
  
  ZOOM: another fix for record caching (introduced in YAZ 4.2.64).
  
  --- 4.2.64 2013/08/21 (Broken WRT ZOOM C, do not use)
  
  ISO2709/MARC parse most octet aligned records; not just those that
  are known to be ISO2709/MARC. This makes ZOOM and yaz-client
  MARC parse more records instead of just dumping as is. YAZ-670
  
  ZOOM: proper caching for variations of record schema. YAZ-671
  
  Solr: Check for enging / and perhaps commands (select/term) YAZ-651
  
  --- 4.2.63 2013/07/17
  
  Add yaz_strcmp_null

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

Modified: head/net/yaz/Makefile
==============================================================================
--- head/net/yaz/Makefile	Sat Aug 24 07:42:37 2013	(r325286)
+++ head/net/yaz/Makefile	Sat Aug 24 08:53:25 2013	(r325287)
@@ -2,14 +2,14 @@
 # $FreeBSD$
 
 PORTNAME=	yaz
-PORTVERSION=	4.2.62
+PORTVERSION=	4.2.65
 CATEGORIES=	net
 MASTER_SITES=	http://ftp.indexdata.dk/pub/yaz/
 
 MAINTAINER=	pawel@FreeBSD.org
 COMMENT=	Z39.50/SR client and API library
 
-LIB_DEPENDS=	icuuc:${PORTSDIR}/devel/icu
+LIB_DEPENDS=	libicuuc.so:${PORTSDIR}/devel/icu
 
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes

Modified: head/net/yaz/distinfo
==============================================================================
--- head/net/yaz/distinfo	Sat Aug 24 07:42:37 2013	(r325286)
+++ head/net/yaz/distinfo	Sat Aug 24 08:53:25 2013	(r325287)
@@ -1,2 +1,2 @@
-SHA256 (yaz-4.2.62.tar.gz) = e3090bc2d0dbbfe0e974469c6a07814d95c731fd52cb3dbe61def88c56aa3026
-SIZE (yaz-4.2.62.tar.gz) = 2444307
+SHA256 (yaz-4.2.65.tar.gz) = 7e684994452e8b45ceafea9a86ba8af444670102a838bbaec26bac519e9ef829
+SIZE (yaz-4.2.65.tar.gz) = 2447297



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