Update to 0.9.9

PR:		50946
Submitted by:	maintainer
This commit is contained in:
Tilman Keskinoz 2003-04-14 15:51:54 +00:00
parent 68d7cdcd02
commit b6e233dc44
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78967
4 changed files with 5 additions and 62 deletions

View File

@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= openhbci
PORTVERSION= 0.9.4
PORTVERSION= 0.9.9
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1 +1 @@
MD5 (openhbci-0.9.4.tar.gz) = 326e0a021ff3f3db106d00e64d4ee6ae
MD5 (openhbci-0.9.9.tar.gz) = 59fe3c9ed912c310608d9eea10b41543

View File

@ -1,56 +0,0 @@
*** src/openhbci/core/posix/directory.cpp Mon Sep 9 15:52:41 2002
***************
*** 117,123 ****
string Directory::workingDirectory(){
! char buffer[PATH_MAX];
if (!getcwd(buffer,sizeof(buffer)))
throw Error("Directory::workingDirectory()",
--- 117,123 ----
string Directory::workingDirectory(){
! char buffer[MAXNAMLEN];
if (!getcwd(buffer,sizeof(buffer)))
throw Error("Directory::workingDirectory()",
*** src/openhbci/core/posix/inetaddress.h Mon Sep 9 15:52:41 2002
***************
*** 31,38 ****
#define C_INEDADDRESS_H
#include <string>
- #include <sys/socket.h>
#include <sys/types.h>
#include <sys/time.h>
#include <netinet/in.h>
#include <netdb.h>
--- 31,38 ----
#define C_INEDADDRESS_H
#include <string>
#include <sys/types.h>
+ #include <sys/socket.h>
#include <sys/time.h>
#include <netinet/in.h>
#include <netdb.h>
*** src/openhbci/core/posix/socket.cpp Mon Sep 9 15:52:41 2002
***************
*** 453,459 ****
p=data.c_str();
i=data.length();
while(i) {
! j=send(_sock,p,i,MSG_NOSIGNAL);
if (j<=0)
return Error("Socket::writeData",
ERROR_LEVEL_NORMAL,
--- 453,459 ----
p=data.c_str();
i=data.length();
while(i) {
! j=send(_sock,p,i,MSG_EOF);
if (j<=0)
return Error("Socket::writeData",
ERROR_LEVEL_NORMAL,

View File

@ -1,4 +1,3 @@
include/openhbci.h
include/openhbci/abstracttrans.h
include/openhbci/account.h
include/openhbci/accountparams.h
@ -8,7 +7,6 @@ include/openhbci/balance.h
include/openhbci/bank.h
include/openhbci/bankparams.h
include/openhbci/bpdjob.h
include/openhbci/connection.h
include/openhbci/cryptkey.h
include/openhbci/customer.h
include/openhbci/date.h
@ -25,10 +23,12 @@ include/openhbci/interactor.h
include/openhbci/job.h
include/openhbci/interactorcb.h
include/openhbci/listwrappers.h
include/openhbci/limit.h
include/openhbci/medium.h
include/openhbci/mediumddv.h
include/openhbci/mediumkeyfile.h
include/openhbci/mediumrdhbase.h
include/openhbci/mediumrsacard.h
include/openhbci/messagequeue.h
include/openhbci/pointer.h
include/openhbci/rsakey.h
@ -56,10 +56,9 @@ include/openhbci/parser.h
include/openhbci/stream.h
include/openhbci/progressmonitor.h
include/openhbci/progressmonitorcb.h
bin/cmoney
bin/rdhconverter
bin/openhbci-config
lib/libopenhbci.so.4
lib/libopenhbci.so.7
lib/libopenhbci.so
lib/libopenhbci.la
lib/libopenhbci.a