mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
Update to version 2.0.20.
This commit is contained in:
parent
527c4132cb
commit
9d90999beb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108982
@ -6,15 +6,15 @@
|
||||
#
|
||||
|
||||
PORTNAME= yaz
|
||||
PORTVERSION= 2.0.19
|
||||
PORTVERSION= 2.0.20
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/
|
||||
|
||||
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
|
||||
|
||||
MAINTAINER= demon@FreeBSD.org
|
||||
COMMENT= Z39.50/SR client and API library
|
||||
|
||||
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
|
||||
|
||||
USE_ICONV= yes
|
||||
USE_OPENSSL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
@ -22,9 +22,8 @@ CONFIGURE_ARGS+= --enable-shared --with-openssl=${OPENSSLBASE} \
|
||||
--with-iconv=${LOCALBASE} --with-xml2=${LOCALBASE}
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN1= yaz-asncomp.1 yaz-client-ssl.1 yaz-client.1 yaz-marcdump.1 \
|
||||
yaz-iconv.1 zoomsh.1
|
||||
MAN1= yaz-asncomp.1 yaz-client.1 yaz-marcdump.1 yaz-iconv.1 zoomsh.1
|
||||
MAN7= yaz.7
|
||||
MAN8= yaz-config.8 yaz-ztest-ssl.8 yaz-ztest.8
|
||||
MAN8= yaz-config.8 yaz-ztest.8
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (yaz-2.0.19.tar.gz) = 3c303759e2aa01ce4fefa139e3e4c656
|
||||
SIZE (yaz-2.0.19.tar.gz) = 1631695
|
||||
MD5 (yaz-2.0.20.tar.gz) = 72c95de4bb8866c16fc7b30c499d352b
|
||||
SIZE (yaz-2.0.20.tar.gz) = 1693758
|
||||
|
@ -1,11 +1,9 @@
|
||||
bin/yaz-asncomp
|
||||
bin/yaz-client
|
||||
bin/yaz-client-ssl
|
||||
bin/yaz-config
|
||||
bin/yaz-iconv
|
||||
bin/yaz-marcdump
|
||||
bin/yaz-ztest
|
||||
bin/yaz-ztest-ssl
|
||||
bin/zoomsh
|
||||
include/yaz/backend.h
|
||||
include/yaz/ccl.h
|
||||
@ -77,10 +75,6 @@ lib/libyaz.a
|
||||
lib/libyaz.la
|
||||
lib/libyaz.so
|
||||
lib/libyaz.so.2
|
||||
lib/libyazssl.a
|
||||
lib/libyazssl.la
|
||||
lib/libyazssl.so
|
||||
lib/libyazssl.so.2
|
||||
lib/libyazthread.a
|
||||
lib/libyazthread.la
|
||||
lib/libyazthread.so
|
||||
@ -103,6 +97,7 @@ share/doc/yaz/comstack.diagnostics.html
|
||||
share/doc/yaz/comstack.html
|
||||
share/doc/yaz/comstack.introduction.html
|
||||
share/doc/yaz/comstack.server.html
|
||||
share/doc/yaz/comstack.ssl.html
|
||||
share/doc/yaz/comstack.summary.html
|
||||
share/doc/yaz/credits.html
|
||||
share/doc/yaz/future.html
|
||||
@ -130,6 +125,7 @@ share/doc/yaz/soap.http.html
|
||||
share/doc/yaz/soap.srw.html
|
||||
share/doc/yaz/soap.xml.html
|
||||
share/doc/yaz/tools.html
|
||||
share/doc/yaz/tools.marc.html
|
||||
share/doc/yaz/tools.nmem.html
|
||||
share/doc/yaz/tools.oid.html
|
||||
share/doc/yaz/yaz.css
|
||||
|
Loading…
Reference in New Issue
Block a user