Update to version 5.7.0

This commit is contained in:
Pawel Pekala 2014-11-28 22:41:11 +00:00
parent ef33fd5e22
commit b7e2899d01
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373581
3 changed files with 7 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= yaz
PORTVERSION= 5.6.0
PORTVERSION= 5.7.0
CATEGORIES= net
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/
@ -11,7 +11,7 @@ COMMENT= Z39.50/SR client and API library
LIB_DEPENDS= libicuuc.so:${PORTSDIR}/devel/icu
USES= iconv libtool pathfix pkgconfig shebangfix tcl
USES= execinfo iconv libtool pathfix pkgconfig shebangfix tcl
SHEBANG_FILES= util/yaz-asncomp
GNU_CONFIGURE= yes
USE_OPENSSL= yes
@ -23,6 +23,8 @@ CONFIGURE_ARGS+=--enable-shared --with-openssl=${OPENSSLBASE} \
--with-iconv=${ICONV_PREFIX} --with-xml2=${LOCALBASE} \
--with-xslt=${LOCALBASE} --with-icu=${LOCALBASE} \
--enable-tcpd
LDFLAGS+= -L${LOCALBASE}/lib
LIBS+= -lexecinfo
PORTDOCS= *
@ -34,7 +36,6 @@ MEMCACHED_LIB_DEPENDS= libmemcached.so:${PORTSDIR}/databases/libmemcached
REDIS_CONFIGURE_WITH= redis
REDIS_LIB_DEPENDS= libhiredis.so:${PORTSDIR}/databases/hiredis
REDIS_LDFLAGS= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} 's|tclsh |tclsh8.6 |' ${WRKSRC}/configure

View file

@ -1,2 +1,2 @@
SHA256 (yaz-5.6.0.tar.gz) = b65e421a17cde52c660f8b0bef00e3b11196d9f384f427bc4818209e5bb68454
SIZE (yaz-5.6.0.tar.gz) = 2530983
SHA256 (yaz-5.7.0.tar.gz) = e191ca2e802decdd55ca7de81dce1eeb3c98429107ed891833d06bb8641a975a
SIZE (yaz-5.7.0.tar.gz) = 2533231

View file

@ -10,6 +10,7 @@ bin/yaz-url
bin/yaz-ztest
bin/zoomsh
include/yaz/backend.h
include/yaz/backtrace.h
include/yaz/base64.h
include/yaz/ccl.h
include/yaz/ccl_xml.h