ports/50885: Update finance/libofx to 0.6.4

Glenn Johnson glennpj at charter.net
Sun Apr 13 04:10:17 UTC 2003


>Number:         50885
>Category:       ports
>Synopsis:       Update finance/libofx to 0.6.4
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 12 21:10:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Glenn Johnson
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD gforce.johnson.home 5.0-CURRENT FreeBSD 5.0-CURRENT #24: Sat Apr 12 20:11:01 CDT 2003 root at gforce.johnson.home:/usr/obj/usr/src/sys/GFORCE i386


	
>Description:
	This updates the port, finance/libofx from version 0.6.2 to version 
	0.6.4.
>How-To-Repeat:
	
>Fix:

	Apply the enclosed patch.  Note that the patch file, 
	patch-lib_ofx_utilities.hh, is no longer needed.

--- libofx.update begins here ---
diff -ruN libofx.old/Makefile libofx/Makefile
--- libofx.old/Makefile	Mon Feb 17 15:15:29 2003
+++ libofx/Makefile	Sat Apr 12 22:53:04 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libofx
-PORTVERSION=	0.6.2
+PORTVERSION=	0.6.4
 CATEGORIES=	finance
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	libofx
diff -ruN libofx.old/distinfo libofx/distinfo
--- libofx.old/distinfo	Mon Feb 17 15:15:29 2003
+++ libofx/distinfo	Sat Apr 12 22:53:04 2003
@@ -1 +1 @@
-MD5 (libofx-0.6.2.tar.gz) = 13f4a0db06903e0829462a9bce180371
+MD5 (libofx-0.6.4.tar.gz) = 4f73e6fe393dedac3961e5145aa95c6c
diff -ruN libofx.old/files/patch-configure libofx/files/patch-configure
--- libofx.old/files/patch-configure	Mon Feb 17 15:15:29 2003
+++ libofx/files/patch-configure	Sat Apr 12 22:53:03 2003
@@ -1,6 +1,9 @@
---- configure.orig	Mon Feb 17 15:56:45 2003
-+++ configure	Mon Feb 17 15:57:05 2003
-@@ -5563,6 +5563,7 @@
+
+$FreeBSD$
+
+--- configure.orig	Sat Apr 12 17:33:39 2003
++++ configure	Sat Apr 12 18:33:11 2003
+@@ -8298,6 +8298,7 @@
  
  # This can be used to rebuild libtool when needed
  LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
diff -ruN libofx.old/files/patch-doc_Makefile.in libofx/files/patch-doc_Makefile.in
--- libofx.old/files/patch-doc_Makefile.in	Wed Dec 31 18:00:00 1969
+++ libofx/files/patch-doc_Makefile.in	Sat Apr 12 22:57:03 2003
@@ -0,0 +1,23 @@
+
+$FreeBSD$
+
+--- doc/Makefile.in.orig	Sat Apr 12 22:56:20 2003
++++ doc/Makefile.in	Sat Apr 12 22:56:44 2003
+@@ -499,13 +499,13 @@
+ 	rm -rf html refman.pdf
+ 
+ install-data-hook:
+-	$(mkinstalldirs) $(DESTDIR)$(docdir)/html
++	$(mkinstalldirs) $(DESTDIR)$(docdir)
+ 	mkdir -p html #Workaround to allow libofx-cvs user to install without doc.
+-	cp -rp html $(DESTDIR)$(docdir)/html
++	cp -rp html $(DESTDIR)$(docdir)
+ 
+ uninstall-hook:
+-	chmod +w -R $(DESTDIR)${docdir}/html #Why chmod is needed is a mystery
+-	rm -rf $(DESTDIR)${docdir}/html
++	chmod +w -R $(DESTDIR)${docdir} #Why chmod is needed is a mystery
++	rm -rf $(DESTDIR)${docdir}
+ 
+ doxygen.cfg: doxygen.cfg.in Makefile
+ 	rm -f $@.tmp
diff -ruN libofx.old/files/patch-lib_ofx_preproc.cpp libofx/files/patch-lib_ofx_preproc.cpp
--- libofx.old/files/patch-lib_ofx_preproc.cpp	Mon Feb 17 15:15:29 2003
+++ libofx/files/patch-lib_ofx_preproc.cpp	Sat Apr 12 22:53:03 2003
@@ -1,5 +1,8 @@
---- lib/ofx_preproc.cpp.orig	Mon Feb 17 16:10:23 2003
-+++ lib/ofx_preproc.cpp	Mon Feb 17 16:10:32 2003
+
+$FreeBSD$
+
+--- lib/ofx_preproc.cpp.orig	Sat Nov 23 23:09:24 2002
++++ lib/ofx_preproc.cpp	Sat Apr 12 22:10:56 2003
 @@ -22,6 +22,7 @@
  #include <stdlib.h>
  #include <stdio.h>
diff -ruN libofx.old/files/patch-lib_ofx_utilities.hh libofx/files/patch-lib_ofx_utilities.hh
--- libofx.old/files/patch-lib_ofx_utilities.hh	Mon Feb 17 15:15:29 2003
+++ libofx/files/patch-lib_ofx_utilities.hh	Wed Dec 31 18:00:00 1969
@@ -1,10 +0,0 @@
---- lib/ofx_utilities.hh.orig	Mon Feb 17 16:10:14 2003
-+++ lib/ofx_utilities.hh	Mon Feb 17 16:09:52 2003
-@@ -18,6 +18,7 @@
- #ifndef OFX_UTIL_H
- #define OFX_UTIL_H
- #include <string.h>
-+#include <time.h>
- #include "ParserEventGeneratorKit.h"
- using namespace std;
-  /* This file contains various simple functions for type conversion & al */
diff -ruN libofx.old/pkg-plist libofx/pkg-plist
--- libofx.old/pkg-plist	Mon Feb 17 15:15:29 2003
+++ libofx/pkg-plist	Sat Apr 12 22:53:04 2003
@@ -11,90 +11,90 @@
 share/doc/libofx/NEWS
 share/doc/libofx/README
 share/doc/libofx/html/annotated.html
-share/doc/libofx/html/classOfxAccountContainer.gif
 share/doc/libofx/html/classOfxAccountContainer.html
-share/doc/libofx/html/classOfxBalanceContainer.gif
+share/doc/libofx/html/classOfxAccountContainer.png
 share/doc/libofx/html/classOfxBalanceContainer.html
-share/doc/libofx/html/classOfxBankTransactionContainer.gif
+share/doc/libofx/html/classOfxBalanceContainer.png
 share/doc/libofx/html/classOfxBankTransactionContainer.html
-share/doc/libofx/html/classOfxDummyContainer.gif
+share/doc/libofx/html/classOfxBankTransactionContainer.png
 share/doc/libofx/html/classOfxDummyContainer.html
-share/doc/libofx/html/classOfxGenericContainer.gif
+share/doc/libofx/html/classOfxDummyContainer.png
 share/doc/libofx/html/classOfxGenericContainer.html
-share/doc/libofx/html/classOfxInvestmentTransactionContainer.gif
+share/doc/libofx/html/classOfxGenericContainer.png
 share/doc/libofx/html/classOfxInvestmentTransactionContainer.html
-share/doc/libofx/html/classOfxMainContainer.gif
+share/doc/libofx/html/classOfxInvestmentTransactionContainer.png
 share/doc/libofx/html/classOfxMainContainer.html
-share/doc/libofx/html/classOfxPushUpContainer.gif
+share/doc/libofx/html/classOfxMainContainer.png
 share/doc/libofx/html/classOfxPushUpContainer.html
-share/doc/libofx/html/classOfxSecurityContainer.gif
+share/doc/libofx/html/classOfxPushUpContainer.png
 share/doc/libofx/html/classOfxSecurityContainer.html
-share/doc/libofx/html/classOfxStatementContainer.gif
+share/doc/libofx/html/classOfxSecurityContainer.png
 share/doc/libofx/html/classOfxStatementContainer.html
-share/doc/libofx/html/classOfxStatusContainer.gif
+share/doc/libofx/html/classOfxStatementContainer.png
 share/doc/libofx/html/classOfxStatusContainer.html
-share/doc/libofx/html/classOfxTransactionContainer.gif
+share/doc/libofx/html/classOfxStatusContainer.png
 share/doc/libofx/html/classOfxTransactionContainer.html
+share/doc/libofx/html/classOfxTransactionContainer.png
 share/doc/libofx/html/classOutlineApplication.html
 share/doc/libofx/html/config_8h-source.html
 share/doc/libofx/html/doxygen.css
-share/doc/libofx/html/doxygen.gif
+share/doc/libofx/html/doxygen.png
 share/doc/libofx/html/files.html
-share/doc/libofx/html/ftv2blank.gif
-share/doc/libofx/html/ftv2doc.gif
-share/doc/libofx/html/ftv2folderclosed.gif
-share/doc/libofx/html/ftv2folderopen.gif
-share/doc/libofx/html/ftv2lastnode.gif
-share/doc/libofx/html/ftv2link.gif
-share/doc/libofx/html/ftv2mlastnode.gif
-share/doc/libofx/html/ftv2mnode.gif
-share/doc/libofx/html/ftv2node.gif
-share/doc/libofx/html/ftv2plastnode.gif
-share/doc/libofx/html/ftv2pnode.gif
-share/doc/libofx/html/ftv2vertline.gif
+share/doc/libofx/html/ftv2blank.png
+share/doc/libofx/html/ftv2doc.png
+share/doc/libofx/html/ftv2folderclosed.png
+share/doc/libofx/html/ftv2folderopen.png
+share/doc/libofx/html/ftv2lastnode.png
+share/doc/libofx/html/ftv2link.png
+share/doc/libofx/html/ftv2mlastnode.png
+share/doc/libofx/html/ftv2mnode.png
+share/doc/libofx/html/ftv2node.png
+share/doc/libofx/html/ftv2plastnode.png
+share/doc/libofx/html/ftv2pnode.png
+share/doc/libofx/html/ftv2vertline.png
 share/doc/libofx/html/functions.html
-share/doc/libofx/html/fx-0_86_82_2lib_2messages_8cpp-source.html
-share/doc/libofx/html/fx-0_86_82_2lib_2messages_8cpp.html
-share/doc/libofx/html/fx-0_86_82_2lib_2messages_8hh-source.html
-share/doc/libofx/html/fx-0_86_82_2lib_2messages_8hh.html
-share/doc/libofx/html/fx-0_86_82_2lib_2ofx__container__account_8cpp-source.html
-share/doc/libofx/html/fx-0_86_82_2lib_2ofx__container__account_8cpp.html
-share/doc/libofx/html/fx-0_86_82_2lib_2ofx__container__generic_8cpp-source.html
-share/doc/libofx/html/fx-0_86_82_2lib_2ofx__container__generic_8cpp.html
-share/doc/libofx/html/fx-0_86_82_2lib_2ofx__container__main_8cpp-source.html
-share/doc/libofx/html/fx-0_86_82_2lib_2ofx__container__main_8cpp.html
-share/doc/libofx/html/fx-0_86_82_2lib_2ofx__container__security_8cpp-source.html
-share/doc/libofx/html/fx-0_86_82_2lib_2ofx__container__security_8cpp.html
-share/doc/libofx/html/fx-0_86_82_2lib_2ofx__container__statement_8cpp-source.html
-share/doc/libofx/html/fx-0_86_82_2lib_2ofx__container__statement_8cpp.html
-share/doc/libofx/html/fx-0_86_82_2lib_2ofx__container__transaction_8cpp-source.html
-share/doc/libofx/html/fx-0_86_82_2lib_2ofx__container__transaction_8cpp.html
-share/doc/libofx/html/fx-0_86_82_2lib_2ofx__containers_8hh-source.html
-share/doc/libofx/html/fx-0_86_82_2lib_2ofx__containers_8hh.html
-share/doc/libofx/html/fx-0_86_82_2lib_2ofx__containers__misc_8cpp-source.html
-share/doc/libofx/html/fx-0_86_82_2lib_2ofx__containers__misc_8cpp.html
-share/doc/libofx/html/fx-0_86_82_2lib_2ofx__error__msg_8hh-source.html
-share/doc/libofx/html/fx-0_86_82_2lib_2ofx__error__msg_8hh.html
-share/doc/libofx/html/fx-0_86_82_2lib_2ofx__preproc_8cpp-source.html
-share/doc/libofx/html/fx-0_86_82_2lib_2ofx__preproc_8cpp.html
-share/doc/libofx/html/fx-0_86_82_2lib_2ofx__preproc_8hh-source.html
-share/doc/libofx/html/fx-0_86_82_2lib_2ofx__preproc_8hh.html
-share/doc/libofx/html/fx-0_86_82_2lib_2ofx__sgml_8cpp-source.html
-share/doc/libofx/html/fx-0_86_82_2lib_2ofx__sgml_8cpp.html
-share/doc/libofx/html/fx-0_86_82_2lib_2ofx__sgml_8hh-source.html
-share/doc/libofx/html/fx-0_86_82_2lib_2ofx__sgml_8hh.html
-share/doc/libofx/html/fx-0_86_82_2lib_2ofx__utilities_8cpp-source.html
-share/doc/libofx/html/fx-0_86_82_2lib_2ofx__utilities_8cpp.html
-share/doc/libofx/html/fx-0_86_82_2lib_2ofx__utilities_8hh-source.html
-share/doc/libofx/html/fx-0_86_82_2lib_2ofx__utilities_8hh.html
-share/doc/libofx/html/fx-0_86_82_2lib_2tree_8hh-source.html
+share/doc/libofx/html/fx-0_86_84_2lib_2messages_8cpp-source.html
+share/doc/libofx/html/fx-0_86_84_2lib_2messages_8cpp.html
+share/doc/libofx/html/fx-0_86_84_2lib_2messages_8hh-source.html
+share/doc/libofx/html/fx-0_86_84_2lib_2messages_8hh.html
+share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__account_8cpp-source.html
+share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__account_8cpp.html
+share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__generic_8cpp-source.html
+share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__generic_8cpp.html
+share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__main_8cpp-source.html
+share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__main_8cpp.html
+share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__security_8cpp-source.html
+share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__security_8cpp.html
+share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__statement_8cpp-source.html
+share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__statement_8cpp.html
+share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__transaction_8cpp-source.html
+share/doc/libofx/html/fx-0_86_84_2lib_2ofx__container__transaction_8cpp.html
+share/doc/libofx/html/fx-0_86_84_2lib_2ofx__containers_8hh-source.html
+share/doc/libofx/html/fx-0_86_84_2lib_2ofx__containers_8hh.html
+share/doc/libofx/html/fx-0_86_84_2lib_2ofx__containers__misc_8cpp-source.html
+share/doc/libofx/html/fx-0_86_84_2lib_2ofx__containers__misc_8cpp.html
+share/doc/libofx/html/fx-0_86_84_2lib_2ofx__error__msg_8hh-source.html
+share/doc/libofx/html/fx-0_86_84_2lib_2ofx__error__msg_8hh.html
+share/doc/libofx/html/fx-0_86_84_2lib_2ofx__preproc_8cpp-source.html
+share/doc/libofx/html/fx-0_86_84_2lib_2ofx__preproc_8cpp.html
+share/doc/libofx/html/fx-0_86_84_2lib_2ofx__preproc_8hh-source.html
+share/doc/libofx/html/fx-0_86_84_2lib_2ofx__preproc_8hh.html
+share/doc/libofx/html/fx-0_86_84_2lib_2ofx__sgml_8cpp-source.html
+share/doc/libofx/html/fx-0_86_84_2lib_2ofx__sgml_8cpp.html
+share/doc/libofx/html/fx-0_86_84_2lib_2ofx__sgml_8hh-source.html
+share/doc/libofx/html/fx-0_86_84_2lib_2ofx__sgml_8hh.html
+share/doc/libofx/html/fx-0_86_84_2lib_2ofx__utilities_8cpp-source.html
+share/doc/libofx/html/fx-0_86_84_2lib_2ofx__utilities_8cpp.html
+share/doc/libofx/html/fx-0_86_84_2lib_2ofx__utilities_8hh-source.html
+share/doc/libofx/html/fx-0_86_84_2lib_2ofx__utilities_8hh.html
+share/doc/libofx/html/fx-0_86_84_2lib_2tree_8hh-source.html
 share/doc/libofx/html/globals.html
 share/doc/libofx/html/hierarchy.html
 share/doc/libofx/html/inc_2libofx_8h-source.html
 share/doc/libofx/html/inc_2libofx_8h.html
 share/doc/libofx/html/index.html
-share/doc/libofx/html/libofx-0_86_82_2inc_2libofx_8h-source.html
-share/doc/libofx/html/libofx-0_86_82_2inc_2libofx_8h.html
+share/doc/libofx/html/libofx-0_86_84_2inc_2libofx_8h-source.html
+share/doc/libofx/html/libofx-0_86_84_2inc_2libofx_8h.html
 share/doc/libofx/html/main.html
 share/doc/libofx/html/main__doc_8c-source.html
 share/doc/libofx/html/messages_8cpp-source.html
@@ -103,6 +103,10 @@
 share/doc/libofx/html/messages_8hh.html
 share/doc/libofx/html/ofx2qif_8c-source.html
 share/doc/libofx/html/ofx2qif_8c.html
+share/doc/libofx/html/ofx__callback_8cpp-source.html
+share/doc/libofx/html/ofx__callback_8cpp.html
+share/doc/libofx/html/ofx__callback_8hh-source.html
+share/doc/libofx/html/ofx__callback_8hh.html
 share/doc/libofx/html/ofx__container__account_8cpp-source.html
 share/doc/libofx/html/ofx__container__account_8cpp.html
 share/doc/libofx/html/ofx__container__generic_8cpp-source.html
@@ -142,14 +146,11 @@
 share/doc/libofx/html/structOfxStatementData.html
 share/doc/libofx/html/structOfxStatusData.html
 share/doc/libofx/html/structOfxTransactionData.html
-share/doc/libofx/html/test_2include_2libofx_2libofx_8h-source.html
-share/doc/libofx/html/test_2include_2libofx_2libofx_8h.html
 share/doc/libofx/html/tree.html
 share/doc/libofx/html/tree.js
 share/doc/libofx/html/tree_8hh-source.html
 share/doc/libofx/html/treeview.js
 share/doc/libofx/implementation_notes.txt
-share/doc/libofx/known_bugs.txt
 share/doc/libofx/totest.txt
 share/libofx/dtd/ofx160.dtd
 share/libofx/dtd/ofx201.dtd
--- libofx.update ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list