diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-05-12 07:21:58 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-05-12 07:21:58 +0000 |
commit | 9d90999bebab9fd46cbd8cae568158319b21b9d1 (patch) | |
tree | cd959a0316fb4b4a8f50f6329ad10ab9fe656e84 /net | |
parent | 527c4132cba7c144129e3eb7feb083e513a723c7 (diff) | |
download | ports-9d90999bebab9fd46cbd8cae568158319b21b9d1.tar.gz ports-9d90999bebab9fd46cbd8cae568158319b21b9d1.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/yaz/Makefile | 11 | ||||
-rw-r--r-- | net/yaz/distinfo | 4 | ||||
-rw-r--r-- | net/yaz/pkg-plist | 8 |
3 files changed, 9 insertions, 14 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile index 2d3c1955c8d4..5aa6efae4951 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -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> diff --git a/net/yaz/distinfo b/net/yaz/distinfo index 39bb02e8c736..19ab5e8791e2 100644 --- a/net/yaz/distinfo +++ b/net/yaz/distinfo @@ -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 diff --git a/net/yaz/pkg-plist b/net/yaz/pkg-plist index 414e08b71d01..6925f5662c39 100644 --- a/net/yaz/pkg-plist +++ b/net/yaz/pkg-plist @@ -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 |