aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-04-14 15:51:54 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-04-14 15:51:54 +0000
commitb6e233dc442d0acf9e737db7685dce2390f96fd1 (patch)
treec5204c599de7795b8fc0fcba149c9ba9e256fbe0
parent68d7cdcd02f25d3e8844708b0a7ca2a5798fef99 (diff)
downloadports-b6e233dc442d0acf9e737db7685dce2390f96fd1.tar.gz
ports-b6e233dc442d0acf9e737db7685dce2390f96fd1.zip
Update to 0.9.9
PR: 50946 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=78967
-rw-r--r--finance/openhbci/Makefile2
-rw-r--r--finance/openhbci/distinfo2
-rw-r--r--finance/openhbci/files/patch-aa56
-rw-r--r--finance/openhbci/pkg-plist7
4 files changed, 5 insertions, 62 deletions
diff --git a/finance/openhbci/Makefile b/finance/openhbci/Makefile
index 7812134e6f31..e8f27b106701 100644
--- a/finance/openhbci/Makefile
+++ b/finance/openhbci/Makefile
@@ -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}
diff --git a/finance/openhbci/distinfo b/finance/openhbci/distinfo
index 880fc1531787..758289f37b7d 100644
--- a/finance/openhbci/distinfo
+++ b/finance/openhbci/distinfo
@@ -1 +1 @@
-MD5 (openhbci-0.9.4.tar.gz) = 326e0a021ff3f3db106d00e64d4ee6ae
+MD5 (openhbci-0.9.9.tar.gz) = 59fe3c9ed912c310608d9eea10b41543
diff --git a/finance/openhbci/files/patch-aa b/finance/openhbci/files/patch-aa
deleted file mode 100644
index df7bb9c2264a..000000000000
--- a/finance/openhbci/files/patch-aa
+++ /dev/null
@@ -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,
diff --git a/finance/openhbci/pkg-plist b/finance/openhbci/pkg-plist
index d44f5e940626..a7b59946b78e 100644
--- a/finance/openhbci/pkg-plist
+++ b/finance/openhbci/pkg-plist
@@ -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