1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Update to version 0.6.

This commit is contained in:
Dmitry Sivachenko 2003-10-19 09:06:42 +00:00
parent d3e617d3b4
commit fcc2305e6e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91640
3 changed files with 2 additions and 13 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= yaz++
PORTVERSION= 0.5
PORTVERSION= 0.6
CATEGORIES= net
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz++/

View File

@ -1 +1 @@
MD5 (yaz++-0.5.tar.gz) = 0f8d882a7957a4a455b7798aa3a2cc7d
MD5 (yaz++-0.6.tar.gz) = b39dabc7f7c9e441b592c5857eecf00f

View File

@ -1,11 +0,0 @@
--- include/yaz++/proxy.h.orig Tue Nov 26 14:02:58 2002
+++ include/yaz++/proxy.h Tue Nov 26 14:03:06 2002
@@ -13,7 +13,7 @@
/// Private class
class YAZ_EXPORT Yaz_ProxyClient : public Yaz_Z_Assoc {
- friend Yaz_Proxy;
+ friend class Yaz_Proxy;
Yaz_ProxyClient(IYaz_PDU_Observable *the_PDU_Observable);
~Yaz_ProxyClient();
void recv_Z_PDU(Z_APDU *apdu);