diff options
author | pawel <pawel@FreeBSD.org> | 2013-08-24 16:53:25 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-08-24 16:53:25 +0800 |
commit | 403f0fbec0f8d3786348186656c3093a8500786a (patch) | |
tree | 03c372b9db0be2a81fbdb5c089dd95aa23cfd5a8 /net | |
parent | 53b3e76c72a44dea934c024bc5083adbf1521eaa (diff) | |
download | freebsd-ports-gnome-403f0fbec0f8d3786348186656c3093a8500786a.tar.gz freebsd-ports-gnome-403f0fbec0f8d3786348186656c3093a8500786a.tar.zst freebsd-ports-gnome-403f0fbec0f8d3786348186656c3093a8500786a.zip |
- 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
Diffstat (limited to 'net')
-rw-r--r-- | net/yaz/Makefile | 4 | ||||
-rw-r--r-- | net/yaz/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile index 5f555d18524e..eede282906a7 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -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 diff --git a/net/yaz/distinfo b/net/yaz/distinfo index 6bc0085d7088..62e54907e002 100644 --- a/net/yaz/distinfo +++ b/net/yaz/distinfo @@ -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 |