diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-05-11 17:02:01 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-05-11 17:02:01 +0000 |
commit | 5662baa73cbf6a9f3d75e1bc7717b993470a35cd (patch) | |
tree | 6e731e527c9aa28e7da4af9c276b43e1a0bf9997 /net/yaz++ | |
parent | Remove extra directories. (diff) |
Update to version 0.9.
Notes
Notes:
svn path=/head/; revision=135067
Diffstat (limited to 'net/yaz++')
-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 0e233ea19968..429b9c8be4f7 100644 --- a/net/yaz++/Makefile +++ b/net/yaz++/Makefile @@ -6,7 +6,7 @@ # PORTNAME= yaz++ -PORTVERSION= 0.8 +PORTVERSION= 0.9 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz++/ @@ -16,7 +16,7 @@ COMMENT= C++ toolkit for development of Z39.50v3 clients and servers LIB_DEPENDS= yaz.2:${PORTSDIR}/net/yaz GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--enable-shared --with-yazconfig=${LOCALBASE}/bin +CONFIGURE_ARGS+=--enable-shared --with-yaz=${LOCALBASE}/bin INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/net/yaz++/distinfo b/net/yaz++/distinfo index e26e34cdd5b7..076653215d27 100644 --- a/net/yaz++/distinfo +++ b/net/yaz++/distinfo @@ -1,2 +1,2 @@ -MD5 (yaz++-0.8.tar.gz) = d22deec4bca2957ff44b837cd7fa4f2a -SIZE (yaz++-0.8.tar.gz) = 459029 +MD5 (yaz++-0.9.tar.gz) = 02c215cc27183013ee9e4226f60d5e3e +SIZE (yaz++-0.9.tar.gz) = 443237 |