Date: Thu, 12 Dec 2013 16:24:58 +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: r336276 - head/net/yaz Message-ID: <201312121624.rBCGOw43082131@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Thu Dec 12 16:24:58 2013 New Revision: 336276 URL: http://svnweb.freebsd.org/changeset/ports/336276 Log: Update to version 5.0.5 --- 5.0.5 2013/12/09 Add support for MARC-in-JSON. yaz-marcdump and the record conversion module can read and write this format. For record format JSON, yaz-ztest returns MARC-in-JSON records. iconv: fixes and more tests for danmarc character set encoding. 0xa733 is converted to @ĂĽ , 0xa732 is converted to @Ă instead of @a733, @a732 . Modified: head/net/yaz/Makefile head/net/yaz/distinfo Modified: head/net/yaz/Makefile ============================================================================== --- head/net/yaz/Makefile Thu Dec 12 16:17:42 2013 (r336275) +++ head/net/yaz/Makefile Thu Dec 12 16:24:58 2013 (r336276) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yaz -PORTVERSION= 5.0.4 +PORTVERSION= 5.0.5 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ Modified: head/net/yaz/distinfo ============================================================================== --- head/net/yaz/distinfo Thu Dec 12 16:17:42 2013 (r336275) +++ head/net/yaz/distinfo Thu Dec 12 16:24:58 2013 (r336276) @@ -1,2 +1,2 @@ -SHA256 (yaz-5.0.4.tar.gz) = 2bcb8d1b6723466c14abd7af0b73655f842abaa0cc4f03fc1a8bad7be2616e88 -SIZE (yaz-5.0.4.tar.gz) = 2444395 +SHA256 (yaz-5.0.5.tar.gz) = c29bba7dc2f3cc8a0b2bdb6b704026e66c42da5b567c4b90aa965a2ce020628a +SIZE (yaz-5.0.5.tar.gz) = 2441278
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312121624.rBCGOw43082131>