Bug 93277 - [PATCH] finance/kmymoney2: update to 0.8.2
Summary: [PATCH] finance/kmymoney2: update to 0.8.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sam Lawrance
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-13 10:40 UTC by alecn2002
Modified: 2006-04-07 14:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description alecn2002 2006-02-13 10:40:05 UTC
- Update to 0.8.2

Added file(s):
- files/patch-configure

Removed file(s):
- files/patch-kmymoney2_dialogs-kcurrencycalculatordecl.ui
- files/patch-kmymoney2_dialogs-kcurrencyeditdlgdecl.ui
- files/patch-kmymoney2_dialogs-keditequityentrydecl.ui
- files/patch-kmymoney2_dialogs-keditschedtransdlgdecl.ui
- files/patch-kmymoney2_dialogs-kendingbalancedlgdecl.ui
- files/patch-kmymoney2_dialogs-kenterscheduledialogdecl.ui
- files/patch-kmymoney2_dialogs-kexportdlgdecl.ui
- files/patch-kmymoney2_dialogs-kfindtransactiondlgdecl.ui
- files/patch-kmymoney2_dialogs-kmymoneypricedlgdecl.ui
- files/patch-kmymoney2_dialogs-knewaccountdlgdecl.ui
- files/patch-kmymoney2_dialogs-knewaccountwizarddecl.ui
- files/patch-kmymoney2_dialogs-knewequityentrydecl.ui
- files/patch-kmymoney2_dialogs-knewinvestmentwizarddecl.ui
- files/patch-kmymoney2_dialogs-knewloanwizarddecl.ui
- files/patch-kmymoney2_dialogs-ksplittransactiondlgdecl.ui
- files/patch-kmymoney2_dialogs-kupdatestockpricedlgdecl.ui
- files/patch-kmymoney2_views-kbankviewdecl.ui
- files/patch-kmymoney2_views-kcategoriesviewdecl.ui
- files/patch-kmymoney2_views-kinvestmentviewdecl.ui
- files/patch-kmymoney2_views-kpayeesviewdecl.ui
- files/patch-kmymoney2_views-kscheduledviewdecl.ui

Port maintainer (alecn2002@yandex.ru) is cc'd.

Generated with FreeBSD Port Tools 0.63

Fix: 

--- End of forwarded message --


-- 
ñÎÄÅËÓ.ðÏÞÔÁ: ÏÂßÅÍ ÐÏÞÔÏ×ÏÇÏ ÑÝÉËÁ ÎÅ ÏÇÒÁÎÉÞÅÎ! http://mail.yandex.ru/monitoring/--CqpjdOGOlx6GacXvN6XBEiz515Vnc2NsFsq5zy5UN2eYaI0O
Content-Type: text/plain; name="kmymoney2-0.8.2.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="kmymoney2-0.8.2.patch"

diff -ruN --exclude=CVS /usr/ports/finance/kmymoney2.0.7.5/Makefile /usr/ports/finance/kmymoney2/Makefile
--- /usr/ports/finance/kmymoney2.0.7.5/Makefile	Wed Jan 11 00:25:21 2006
+++ /usr/ports/finance/kmymoney2/Makefile	Sun Feb 12 20:32:24 2006
@@ -2,12 +2,11 @@
 # Date created:				21 June 2004
 # Whom:					Alexander Novitsky
 #
-# $FreeBSD: ports/finance/kmymoney2/Makefile,v 1.7 2005/11/15 06:49:13 ade Exp $
+# $FreeBSD: ports/finance/kmymoney2/Makefile,v 1.5 2005/07/31 17:17:56 sem Exp $
 #
 
 PORTNAME=	kmymoney2
-PORTVERSION=	0.7.5
-PORTREVISION=	1
+PORTVERSION=	0.8.2
 CATEGORIES=	finance
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -15,13 +14,30 @@
 MAINTAINER=	alecn2002@yandex.ru
 COMMENT=	KDE-based personal finance assistant
 
+# Currently no possibility to enable OFX; requires additional work
+.undef WITH_OFX
+WITHOUT_OFX=	yes
+
+LIB_DEPENDS=	osp.3:${PORTSDIR}/textproc/opensp
+.if defined(WITH_OFX)
+LIB_DEPENDS+=	ofx.2:${PORTSDIR}/finance/libofx
+CONFIGURE_ARGS=	--enable-ofxplugin
+OFXPLUGIN=
+.else
+CONFIGURE_ARGS=	--enable-ofxplugin=no
+OFXPLUGIN=	"@comment "
+.endif
+BUILD_DEPENDS=	${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
+
+PLIST_SUB+=	OFXPLUGIN=${OFXPLUGIN}
+
 USE_KDELIBS_VER=	3
-USE_GMAKE=		yes
-GNU_CONFIGURE=		yes
-USE_PERL5=		yes
-USE_BZIP2=		yes
+USE_GMAKE=	yes
+GNU_CONFIGURE=	yes
+USE_PERL5=	yes
+USE_BZIP2=	yes
 USE_AUTOTOOLS=	libtool:15
-INSTALLS_SHLIB=		yes
+INSTALLS_SHLIB=	yes
 
 MAN1=			kmymoney2.1
 MANCOMPRESSED=		yes
@@ -32,7 +48,10 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 500000
-BROKEN=		"Does not build on 4.x"
+BROKEN=		Does not build on 4.x
 .endif
+
+post-patch:
+	${REINPLACE_CMD} -E -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/configure
 
 .include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/finance/kmymoney2.0.7.5/distinfo /usr/ports/finance/kmymoney2/distinfo
--- /usr/ports/finance/kmymoney2.0.7.5/distinfo	Sun Feb 12 11:50:00 2006
+++ /usr/ports/finance/kmymoney2/distinfo	Sun Feb 12 20:30:09 2006
@@ -1,3 +1,8 @@
+<<<<<<< distinfo
+MD5 (kmymoney2-0.8.2.tar.bz2) = ffb09eaba4f93cd47e9600a2cb6b02c5
+SIZE (kmymoney2-0.8.2.tar.bz2) = 6061389
+=======
 MD5 (kmymoney2-0.7.5.tar.bz2) = 40a5667476a06cb2fbc30e7f9417ebbf
 SHA256 (kmymoney2-0.7.5.tar.bz2) = 09afb2f66a274cf76f56301b7c9936d133413e48fe628a5ea7ed426cc8f34c6a
 SIZE (kmymoney2-0.7.5.tar.bz2) = 5668425
+>>>>>>> 1.4
diff -ruN --exclude=CVS /usr/ports/finance/kmymoney2.0.7.5/files/patch-configure /usr/ports/finance/kmymoney2/files/patch-configure
--- /usr/ports/finance/kmymoney2.0.7.5/files/patch-configure	Thu Jan  1 03:00:00 1970
+++ /usr/ports/finance/kmymoney2/files/patch-configure	Sun Feb 12 20:30:09 2006
@@ -0,0 +1,47 @@
+--- configure.orig	Fri Dec 30 14:52:51 2005
++++ configure	Tue Jan  3 19:44:57 2006
+@@ -1,4 +1,4 @@
+-#! /bin/sh
++#! %%LOCALBASE%%/bin/bash
+ # Guess values for system-dependent variables and create Makefiles.
+ # Generated by GNU Autoconf 2.59.
+ #
+@@ -34022,7 +34022,7 @@
+   have_new_ofx="no"
+ fi
+ 
+-    if test "$have_new_ofx" == "yes"; then
++    if test "$have_new_ofx" = "yes"; then
+       ofx_importerplugin="ofximport"
+       ofx_libs="-lofx"
+     fi
+@@ -34242,7 +34242,7 @@
+   have_new_ofx="no"
+ fi
+ 
+-    if test "$have_new_ofx" == "yes"; then
++    if test "$have_new_ofx" = "yes"; then
+ 
+ cat >>confdefs.h <<_ACEOF
+ #define USE_OFX_DIRECTCONNECT "1"
+@@ -34275,7 +34275,7 @@
+   pushd $DIR > /dev/null
+   CD=`pwd`
+   popd > /dev/null
+-  if test "$srcdir" == "." -o ${CD:0:${#CURDIR}} != $CURDIR; then
++  if test "$srcdir" = "." -o ${CD:0:${#CURDIR}} != $CURDIR; then
+     HFILES=$(grep -v noinst_HEADERS $mfile | grep _HEADERS)
+     for HFILE in $HFILES; do
+       case $HFILE in
+@@ -36104,11 +36104,6 @@
+ 
+ { (exit 0); exit 0; }
+ _ACEOF
+-if test "x$with_fast_perl" = "xyes"; then    
+-  perl -i.bak $ac_aux_dir/conf.change.pl $CONFIG_STATUS    \
+-    || mv $CONFIG_STATUS.bak $CONFIG_STATUS    
+-  rm -f $CONFIG_STATUS.bak
+-fi    
+ chmod +x $CONFIG_STATUS
+ ac_clean_files=$ac_clean_files_save
+ 
diff -ruN --exclude=CVS /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_dialogs-kcurrencycalculatordecl.ui /usr/ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-kcurrencycalculatordecl.ui
--- /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_dialogs-kcurrencycalculatordecl.ui	Thu Sep 29 17:37:43 2005
+++ /usr/ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-kcurrencycalculatordecl.ui	Thu Jan  1 03:00:00 1970
@@ -1,11 +0,0 @@
---- kmymoney2/dialogs/kcurrencycalculatordecl.ui.orig	Tue Sep 27 22:55:46 2005
-+++ kmymoney2/dialogs/kcurrencycalculatordecl.ui	Tue Sep 27 23:00:12 2005
-@@ -378,8 +378,4 @@
-     <tabstop>m_cancelButton</tabstop>
- </tabstops>
- <layoutdefaults spacing="6" margin="11"/>
--<includehints>
--    <includehint>kmymoneyedit.h</includehint>
--    <includehint>kmymoneyedit.h</includehint>
--</includehints>
- </UI>
diff -ruN --exclude=CVS /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_dialogs-kcurrencyeditdlgdecl.ui /usr/ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-kcurrencyeditdlgdecl.ui
--- /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_dialogs-kcurrencyeditdlgdecl.ui	Thu Sep 29 17:37:43 2005
+++ /usr/ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-kcurrencyeditdlgdecl.ui	Thu Jan  1 03:00:00 1970
@@ -1,10 +0,0 @@
---- kmymoney2/dialogs/kcurrencyeditdlgdecl.ui.orig	Tue Sep 27 23:06:09 2005
-+++ kmymoney2/dialogs/kcurrencyeditdlgdecl.ui	Tue Sep 27 23:06:17 2005
-@@ -301,7 +301,4 @@
-     </image>
- </images>
- <layoutdefaults spacing="6" margin="11"/>
--<includehints>
--    <includehint>kmymoneylineedit.h</includehint>
--</includehints>
- </UI>
diff -ruN --exclude=CVS /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_dialogs-keditequityentrydecl.ui /usr/ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-keditequityentrydecl.ui
--- /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_dialogs-keditequityentrydecl.ui	Thu Sep 29 17:37:43 2005
+++ /usr/ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-keditequityentrydecl.ui	Thu Jan  1 03:00:00 1970
@@ -1,11 +0,0 @@
---- kmymoney2/dialogs/keditequityentrydecl.ui.orig	Tue Sep 27 23:09:14 2005
-+++ kmymoney2/dialogs/keditequityentrydecl.ui	Tue Sep 27 23:09:23 2005
-@@ -303,8 +303,4 @@
-     </image>
- </images>
- <layoutdefaults spacing="6" margin="11"/>
--<includehints>
--    <includehint>kmymoneyedit.h</includehint>
--    <includehint>kmymoneypriceview.h</includehint>
--</includehints>
- </UI>
diff -ruN --exclude=CVS /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_dialogs-keditschedtransdlgdecl.ui /usr/ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-keditschedtransdlgdecl.ui
--- /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_dialogs-keditschedtransdlgdecl.ui	Thu Sep 29 17:37:43 2005
+++ /usr/ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-keditschedtransdlgdecl.ui	Thu Jan  1 03:00:00 1970
@@ -1,21 +0,0 @@
---- kmymoney2/dialogs/keditschedtransdlgdecl.ui.orig	Tue Sep 27 23:12:08 2005
-+++ kmymoney2/dialogs/keditschedtransdlgdecl.ui	Tue Sep 27 23:13:09 2005
-@@ -856,18 +856,6 @@
- </tabstops>
- <layoutdefaults spacing="6" margin="11"/>
- <includehints>
--    <includehint>kmymoneydateinput.h</includehint>
--    <includehint>kmymoneyaccountcombo.h</includehint>
--    <includehint>kmymoneycombo.h</includehint>
--    <includehint>kmymoneycombo.h</includehint>
--    <includehint>kmymoneyaccountcombo.h</includehint>
--    <includehint>kmymoneypayee.h</includehint>
--    <includehint>kmymoneyedit.h</includehint>
--    <includehint>kmymoneycategory.h</includehint>
--    <includehint>kpushbutton.h</includehint>
--    <includehint>kmymoneydateinput.h</includehint>
--    <includehint>kpushbutton.h</includehint>
--    <includehint>kpushbutton.h</includehint>
-     <includehint>kpushbutton.h</includehint>
- </includehints>
- </UI>
diff -ruN --exclude=CVS /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_dialogs-kendingbalancedlgdecl.ui /usr/ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-kendingbalancedlgdecl.ui
--- /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_dialogs-kendingbalancedlgdecl.ui	Thu Sep 29 17:37:43 2005
+++ /usr/ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-kendingbalancedlgdecl.ui	Thu Jan  1 03:00:00 1970
@@ -1,22 +0,0 @@
---- kmymoney2/dialogs/kendingbalancedlgdecl.ui.orig	Tue Sep 27 23:15:38 2005
-+++ kmymoney2/dialogs/kendingbalancedlgdecl.ui	Tue Sep 27 23:16:14 2005
-@@ -1060,19 +1060,4 @@
-     </image>
- </images>
- <layoutdefaults spacing="6" margin="11"/>
--<includehints>
--    <includehint>kmymoneydateinput.h</includehint>
--    <includehint>kmymoneydateinput.h</includehint>
--    <includehint>kmymoneyedit.h</includehint>
--    <includehint>kmymoneyedit.h</includehint>
--    <includehint>kmymoneyaccountselector.h</includehint>
--    <includehint>kmymoneyaccountselector.h</includehint>
--    <includehint>kmymoneydateinput.h</includehint>
--    <includehint>kmymoneyedit.h</includehint>
--    <includehint>kmymoneyedit.h</includehint>
--    <includehint>kmymoneyedit.h</includehint>
--    <includehint>kmymoneycategory.h</includehint>
--    <includehint>kmymoneyedit.h</includehint>
--    <includehint>kmymoneycategory.h</includehint>
--</includehints>
- </UI>
diff -ruN --exclude=CVS /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_dialogs-kenterscheduledialogdecl.ui /usr/ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-kenterscheduledialogdecl.ui
--- /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_dialogs-kenterscheduledialogdecl.ui	Thu Sep 29 17:37:43 2005
+++ /usr/ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-kenterscheduledialogdecl.ui	Thu Jan  1 03:00:00 1970
@@ -1,15 +0,0 @@
---- kmymoney2/dialogs/kenterscheduledialogdecl.ui.orig	Tue Sep 27 23:21:51 2005
-+++ kmymoney2/dialogs/kenterscheduledialogdecl.ui	Tue Sep 27 23:22:25 2005
-@@ -655,12 +655,4 @@
-     </connection>
- </connections>
- <layoutdefaults spacing="6" margin="11"/>
--<includehints>
--    <includehint>kmymoneypayee.h</includehint>
--    <includehint>kmymoneyedit.h</includehint>
--    <includehint>kmymoneycategory.h</includehint>
--    <includehint>kmymoneydateinput.h</includehint>
--    <includehint>kmymoneyaccountcombo.h</includehint>
--    <includehint>kmymoneyaccountcombo.h</includehint>
--</includehints>
- </UI>
diff -ruN --exclude=CVS /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_dialogs-kexportdlgdecl.ui /usr/ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-kexportdlgdecl.ui
--- /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_dialogs-kexportdlgdecl.ui	Thu Sep 29 17:37:43 2005
+++ /usr/ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-kexportdlgdecl.ui	Thu Jan  1 03:00:00 1970
@@ -1,15 +0,0 @@
---- kmymoney2/dialogs/kexportdlgdecl.ui.orig	Tue Sep 27 23:24:19 2005
-+++ kmymoney2/dialogs/kexportdlgdecl.ui	Tue Sep 27 23:25:22 2005
-@@ -506,12 +506,6 @@
- <layoutdefaults spacing="6" margin="11"/>
- <includehints>
-     <includehint>kpushbutton.h</includehint>
--    <includehint>kmymoneyaccountcombo.h</includehint>
-     <includehint>kcombobox.h</includehint>
--    <includehint>kpushbutton.h</includehint>
--    <includehint>kmymoneydateinput.h</includehint>
--    <includehint>kmymoneydateinput.h</includehint>
--    <includehint>kpushbutton.h</includehint>
--    <includehint>kpushbutton.h</includehint>
- </includehints>
- </UI>
diff -ruN --exclude=CVS /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_dialogs-kfindtransactiondlgdecl.ui /usr/ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-kfindtransactiondlgdecl.ui
--- /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_dialogs-kfindtransactiondlgdecl.ui	Thu Sep 29 17:37:43 2005
+++ /usr/ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-kfindtransactiondlgdecl.ui	Thu Jan  1 03:00:00 1970
@@ -1,20 +0,0 @@
---- kmymoney2/dialogs/kfindtransactiondlgdecl.ui.orig	Tue Sep 27 23:27:03 2005
-+++ kmymoney2/dialogs/kfindtransactiondlgdecl.ui	Tue Sep 27 23:28:18 2005
-@@ -1302,17 +1302,4 @@
-     </image>
- </images>
- <layoutdefaults spacing="6" margin="11"/>
--<includehints>
--    <includehint>kmymoneyaccountselector.h</includehint>
--    <includehint>kmymoneydateinput.h</includehint>
--    <includehint>kmymoneydateinput.h</includehint>
--    <includehint>kmymoneyedit.h</includehint>
--    <includehint>kmymoneyedit.h</includehint>
--    <includehint>kmymoneyedit.h</includehint>
--    <includehint>kmymoneyaccountselector.h</includehint>
--    <includehint>kmymoneylineedit.h</includehint>
--    <includehint>kmymoneylineedit.h</includehint>
--    <includehint>kmymoneylineedit.h</includehint>
--    <includehint>kmymoneyregistersearch.h</includehint>
--</includehints>
- </UI>
diff -ruN --exclude=CVS /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_dialogs-kmymoneypricedlgdecl.ui /usr/ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-kmymoneypricedlgdecl.ui
--- /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_dialogs-kmymoneypricedlgdecl.ui	Thu Sep 29 17:37:43 2005
+++ /usr/ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-kmymoneypricedlgdecl.ui	Thu Jan  1 03:00:00 1970
@@ -1,10 +0,0 @@
---- kmymoney2/dialogs/kmymoneypricedlgdecl.ui.orig	Tue Sep 27 23:32:32 2005
-+++ kmymoney2/dialogs/kmymoneypricedlgdecl.ui	Tue Sep 27 23:32:42 2005
-@@ -217,7 +217,4 @@
-     <tabstop>m_closeButton</tabstop>
- </tabstops>
- <layoutdefaults spacing="6" margin="11"/>
--<includehints>
--    <includehint>kmymoneypriceview.h</includehint>
--</includehints>
- </UI>
diff -ruN --exclude=CVS /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_dialogs-knewaccountdlgdecl.ui /usr/ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-knewaccountdlgdecl.ui
--- /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_dialogs-knewaccountdlgdecl.ui	Thu Sep 29 17:37:43 2005
+++ /usr/ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-knewaccountdlgdecl.ui	Thu Jan  1 03:00:00 1970
@@ -1,14 +0,0 @@
---- kmymoney2/dialogs/knewaccountdlgdecl.ui.orig	Tue Sep 27 23:37:32 2005
-+++ kmymoney2/dialogs/knewaccountdlgdecl.ui	Tue Sep 27 23:37:45 2005
-@@ -763,11 +763,4 @@
-     <tabstop>cancelButton</tabstop>
- </tabstops>
- <layoutdefaults spacing="6" margin="11"/>
--<includehints>
--    <includehint>kmymoneydateinput.h</includehint>
--    <includehint>kmymoneyequity.h</includehint>
--    <includehint>kmymoneycurrencyselector.h</includehint>
--    <includehint>kmymoneyedit.h</includehint>
--    <includehint>kmymoneyaccountselector.h</includehint>
--</includehints>
- </UI>
diff -ruN --exclude=CVS /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_dialogs-knewaccountwizarddecl.ui /usr/ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-knewaccountwizarddecl.ui
--- /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_dialogs-knewaccountwizarddecl.ui	Thu Sep 29 17:37:43 2005
+++ /usr/ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-knewaccountwizarddecl.ui	Thu Jan  1 03:00:00 1970
@@ -1,16 +0,0 @@
---- kmymoney2/dialogs/knewaccountwizarddecl.ui.orig	Tue Sep 27 23:41:35 2005
-+++ kmymoney2/dialogs/knewaccountwizarddecl.ui	Tue Sep 27 23:41:59 2005
-@@ -1519,13 +1519,4 @@
-     <tabstop>m_method</tabstop>
- </tabstops>
- <layoutdefaults spacing="6" margin="11"/>
--<includehints>
--    <includehint>kmymoneyedit.h</includehint>
--    <includehint>kmymoneydateinput.h</includehint>
--    <includehint>kmymoneycurrencyselector.h</includehint>
--    <includehint>kmymoneyedit.h</includehint>
--    <includehint>kmymoneydateinput.h</includehint>
--    <includehint>kmymoneypayee.h</includehint>
--    <includehint>kmymoneycombo.h</includehint>
--</includehints>
- </UI>
diff -ruN --exclude=CVS /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_dialogs-knewequityentrydecl.ui /usr/ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-knewequityentrydecl.ui
--- /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_dialogs-knewequityentrydecl.ui	Thu Sep 29 17:37:43 2005
+++ /usr/ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-knewequityentrydecl.ui	Thu Jan  1 03:00:00 1970
@@ -1,10 +0,0 @@
---- kmymoney2/dialogs/knewequityentrydecl.ui.orig	Tue Sep 27 23:49:15 2005
-+++ kmymoney2/dialogs/knewequityentrydecl.ui	Tue Sep 27 23:49:33 2005
-@@ -233,7 +233,4 @@
-     <tabstop>btnCancel</tabstop>
- </tabstops>
- <layoutdefaults spacing="6" margin="11"/>
--<includehints>
--    <includehint>kmymoneyedit.h</includehint>
--</includehints>
- </UI>
diff -ruN --exclude=CVS /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_dialogs-knewinvestmentwizarddecl.ui /usr/ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-knewinvestmentwizarddecl.ui
--- /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_dialogs-knewinvestmentwizarddecl.ui	Thu Sep 29 17:37:43 2005
+++ /usr/ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-knewinvestmentwizarddecl.ui	Thu Jan  1 03:00:00 1970
@@ -1,14 +0,0 @@
---- kmymoney2/dialogs/knewinvestmentwizarddecl.ui.orig	Tue Sep 27 23:52:33 2005
-+++ kmymoney2/dialogs/knewinvestmentwizarddecl.ui	Tue Sep 27 23:52:52 2005
-@@ -503,11 +503,4 @@
-     <tabstop>m_onlineSourceCombo</tabstop>
- </tabstops>
- <layoutdefaults spacing="6" margin="11"/>
--<includehints>
--    <includehint>kmymoneylineedit.h</includehint>
--    <includehint>kmymoneylineedit.h</includehint>
--    <includehint>kmymoneyedit.h</includehint>
--    <includehint>kmymoneycurrencyselector.h</includehint>
--    <includehint>kmymoneylineedit.h</includehint>
--</includehints>
- </UI>
diff -ruN --exclude=CVS /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_dialogs-knewloanwizarddecl.ui /usr/ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-knewloanwizarddecl.ui
--- /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_dialogs-knewloanwizarddecl.ui	Thu Sep 29 17:37:43 2005
+++ /usr/ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-knewloanwizarddecl.ui	Thu Jan  1 03:00:00 1970
@@ -1,28 +0,0 @@
---- kmymoney2/dialogs/knewloanwizarddecl.ui.orig	Tue Sep 27 23:54:48 2005
-+++ kmymoney2/dialogs/knewloanwizarddecl.ui	Tue Sep 27 23:56:21 2005
-@@ -5547,25 +5547,6 @@
- </images>
- <layoutdefaults spacing="6" margin="11"/>
- <includehints>
--    <includehint>kmymoneydateinput.h</includehint>
--    <includehint>kmymoneylineedit.h</includehint>
--    <includehint>kmymoneypayee.h</includehint>
--    <includehint>kmymoneydateinput.h</includehint>
-     <includehint>knuminput.h</includehint>
--    <includehint>kmymoneycombo.h</includehint>
--    <includehint>kmymoneyedit.h</includehint>
--    <includehint>kmymoneyedit.h</includehint>
--    <includehint>kmymoneydateinput.h</includehint>
--    <includehint>kmymoneyedit.h</includehint>
--    <includehint>kmymoneyedit.h</includehint>
--    <includehint>knuminput.h</includehint>
--    <includehint>kmymoneycombo.h</includehint>
--    <includehint>kmymoneyedit.h</includehint>
--    <includehint>kmymoneyedit.h</includehint>
--    <includehint>kmymoneyaccountselector.h</includehint>
--    <includehint>kmymoneyaccountselector.h</includehint>
--    <includehint>kmymoneydateinput.h</includehint>
--    <includehint>kmymoneyaccountselector.h</includehint>
--    <includehint>kmymoneydateinput.h</includehint>
- </includehints>
- </UI>
diff -ruN --exclude=CVS /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_dialogs-ksplittransactiondlgdecl.ui /usr/ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-ksplittransactiondlgdecl.ui
--- /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_dialogs-ksplittransactiondlgdecl.ui	Thu Sep 29 17:37:43 2005
+++ /usr/ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-ksplittransactiondlgdecl.ui	Thu Jan  1 03:00:00 1970
@@ -1,10 +0,0 @@
---- kmymoney2/dialogs/ksplittransactiondlgdecl.ui.orig	Tue Sep 27 23:58:38 2005
-+++ kmymoney2/dialogs/ksplittransactiondlgdecl.ui	Tue Sep 27 23:58:50 2005
-@@ -382,7 +382,4 @@
-     </image>
- </images>
- <layoutdefaults spacing="6" margin="11"/>
--<includehints>
--    <includehint>kmymoneysplittable.h</includehint>
--</includehints>
- </UI>
diff -ruN --exclude=CVS /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_dialogs-kupdatestockpricedlgdecl.ui /usr/ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-kupdatestockpricedlgdecl.ui
--- /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_dialogs-kupdatestockpricedlgdecl.ui	Thu Sep 29 17:37:43 2005
+++ /usr/ports/finance/kmymoney2/files/patch-kmymoney2_dialogs-kupdatestockpricedlgdecl.ui	Thu Jan  1 03:00:00 1970
@@ -1,12 +0,0 @@
---- kmymoney2/dialogs/kupdatestockpricedlgdecl.ui.orig	Wed Sep 28 00:00:28 2005
-+++ kmymoney2/dialogs/kupdatestockpricedlgdecl.ui	Wed Sep 28 00:00:44 2005
-@@ -310,9 +310,4 @@
-     </image>
- </images>
- <layoutdefaults spacing="6" margin="11"/>
--<includehints>
--    <includehint>kmymoneydateinput.h</includehint>
--    <includehint>kmymoneycurrencyselector.h</includehint>
--    <includehint>kmymoneysecurityselector.h</includehint>
--</includehints>
- </UI>
diff -ruN --exclude=CVS /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_views-kbankviewdecl.ui /usr/ports/finance/kmymoney2/files/patch-kmymoney2_views-kbankviewdecl.ui
--- /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_views-kbankviewdecl.ui	Thu Sep 29 17:37:43 2005
+++ /usr/ports/finance/kmymoney2/files/patch-kmymoney2_views-kbankviewdecl.ui	Thu Jan  1 03:00:00 1970
@@ -1,11 +0,0 @@
---- kmymoney2/views/kbankviewdecl.ui.orig	Wed Sep 28 00:43:39 2005
-+++ kmymoney2/views/kbankviewdecl.ui	Wed Sep 28 00:45:06 2005
-@@ -196,8 +196,4 @@
-     </image>
- </images>
- <layoutdefaults spacing="6" margin="11"/>
--<includehints>
--    <includehint>kmymoneytitlelabel.h</includehint>
--    <includehint>kmymoneyaccounttree.h</includehint>
--</includehints>
- </UI>
diff -ruN --exclude=CVS /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_views-kcategoriesviewdecl.ui /usr/ports/finance/kmymoney2/files/patch-kmymoney2_views-kcategoriesviewdecl.ui
--- /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_views-kcategoriesviewdecl.ui	Thu Sep 29 17:37:43 2005
+++ /usr/ports/finance/kmymoney2/files/patch-kmymoney2_views-kcategoriesviewdecl.ui	Thu Jan  1 03:00:00 1970
@@ -1,11 +0,0 @@
---- kmymoney2/views/kcategoriesviewdecl.ui.orig	Wed Sep 28 00:36:31 2005
-+++ kmymoney2/views/kcategoriesviewdecl.ui	Wed Sep 28 00:38:23 2005
-@@ -165,8 +165,4 @@
- <tabstops>
- </tabstops>
- <layoutdefaults spacing="6" margin="11"/>
--<includehints>
--    <includehint>kmymoneyaccounttree.h</includehint>
--    <includehint>kmymoneytitlelabel.h</includehint>
--</includehints>
- </UI>
diff -ruN --exclude=CVS /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_views-kinvestmentviewdecl.ui /usr/ports/finance/kmymoney2/files/patch-kmymoney2_views-kinvestmentviewdecl.ui
--- /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_views-kinvestmentviewdecl.ui	Thu Sep 29 17:37:43 2005
+++ /usr/ports/finance/kmymoney2/files/patch-kmymoney2_views-kinvestmentviewdecl.ui	Thu Jan  1 03:00:00 1970
@@ -1,11 +0,0 @@
---- kmymoney2/views/kinvestmentviewdecl.ui.orig	Wed Sep 28 00:13:37 2005
-+++ kmymoney2/views/kinvestmentviewdecl.ui	Wed Sep 28 00:13:48 2005
-@@ -173,8 +173,4 @@
-     </image>
- </images>
- <layoutdefaults spacing="6" margin="11"/>
--<includehints>
--    <includehint>kmymoneyaccountcombo.h</includehint>
--    <includehint>kmymoneytitlelabel.h</includehint>
--</includehints>
- </UI>
diff -ruN --exclude=CVS /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_views-kpayeesviewdecl.ui /usr/ports/finance/kmymoney2/files/patch-kmymoney2_views-kpayeesviewdecl.ui
--- /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_views-kpayeesviewdecl.ui	Thu Sep 29 17:37:43 2005
+++ /usr/ports/finance/kmymoney2/files/patch-kmymoney2_views-kpayeesviewdecl.ui	Thu Jan  1 03:00:00 1970
@@ -1,10 +0,0 @@
---- kmymoney2/views/kpayeesviewdecl.ui.orig	Wed Sep 28 00:30:13 2005
-+++ kmymoney2/views/kpayeesviewdecl.ui	Wed Sep 28 00:30:29 2005
-@@ -535,7 +535,4 @@
-     </image>
- </images>
- <layoutdefaults spacing="6" margin="11"/>
--<includehints>
--    <includehint>kmymoneytitlelabel.h</includehint>
--</includehints>
- </UI>
diff -ruN --exclude=CVS /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_views-kscheduledviewdecl.ui /usr/ports/finance/kmymoney2/files/patch-kmymoney2_views-kscheduledviewdecl.ui
--- /usr/ports/finance/kmymoney2.0.7.5/files/patch-kmymoney2_views-kscheduledviewdecl.ui	Thu Sep 29 17:37:43 2005
+++ /usr/ports/finance/kmymoney2/files/patch-kmymoney2_views-kscheduledviewdecl.ui	Thu Jan  1 03:00:00 1970
@@ -1,12 +0,0 @@
---- kmymoney2/views/kscheduledviewdecl.ui.orig	Wed Sep 28 00:23:20 2005
-+++ kmymoney2/views/kscheduledviewdecl.ui	Wed Sep 28 00:23:47 2005
-@@ -193,9 +193,6 @@
- <includehints>
-     <includehint>qwidget.h</includehint>
-     <includehint>kpushbutton.h</includehint>
--    <includehint>kpushbutton.h</includehint>
-     <includehint>klistview.h</includehint>
--    <includehint>kmymoneyscheduledcalendar.h</includehint>
--    <includehint>kmymoneytitlelabel.h</includehint>
- </includehints>
- </UI>
diff -ruN --exclude=CVS /usr/ports/finance/kmymoney2.0.7.5/pkg-plist /usr/ports/finance/kmymoney2/pkg-plist
--- /usr/ports/finance/kmymoney2.0.7.5/pkg-plist	Sun Jul 31 21:17:56 2005
+++ /usr/ports/finance/kmymoney2/pkg-plist	Sun Feb 12 20:35:07 2006
@@ -29,6 +29,7 @@
 include/kmymoney/mymoneyutils.h
 include/kmymoney/statementinterface.h
 include/kmymoney/viewinterface.h
+%%OFXPLUGIN%%lib/kde3/kmm_ofximport.so
 lib/libkmm_mymoney.a
 lib/libkmm_plugin.a
 lib/libkmm_mymoney.so
@@ -208,6 +209,8 @@
 %%DOCSDIR%%/common
 %%DOCSDIR%%/confirmenter.png
 %%DOCSDIR%%/credits.docbook
+%%DOCSDIR%%/currency_newpriceentry.png
+%%DOCSDIR%%/currency_priceeditor.png
 %%DOCSDIR%%/date_widget.png
 %%DOCSDIR%%/default_prompt.png
 %%DOCSDIR%%/details-accounts.docbook
@@ -215,7 +218,7 @@
 %%DOCSDIR%%/details-currencies.docbook
 %%DOCSDIR%%/details-files.docbook
 %%DOCSDIR%%/details-formats.docbook
-%%DOCSDIR%%/details-hbciofx.docbook
+%%OFXPLUGIN%%%%DOCSDIR%%/details-hbciofx.docbook
 %%DOCSDIR%%/details-impexp.docbook
 %%DOCSDIR%%/details-institutions.docbook
 %%DOCSDIR%%/details-integrity.docbook
@@ -254,6 +257,7 @@
 %%DOCSDIR%%/investment-onlineupdate.png
 %%DOCSDIR%%/investment-currencywarning.png
 %%DOCSDIR%%/investment-exchangerateeditor.png
+%%DOCSDIR%%/investments_summarytab.png
 %%DOCSDIR%%/investments_view.png
 %%DOCSDIR%%/kmt.png
 %%DOCSDIR%%/ledger_more.png
@@ -273,6 +277,9 @@
 %%DOCSDIR%%/payees_view.png
 %%DOCSDIR%%/payeeview.png
 %%DOCSDIR%%/qif_report.png
+%%DOCSDIR%%/qifimport-export.png
+%%DOCSDIR%%/qifimport-qifprofiledate.png
+%%DOCSDIR%%/qifimport-qifprofileeditor.png
 %%DOCSDIR%%/qifimportverify.png
 %%DOCSDIR%%/qifopen.png
 %%DOCSDIR%%/reconcile.png
@@ -282,7 +289,10 @@
 %%DOCSDIR%%/reconcile4.png
 %%DOCSDIR%%/reference.docbook
 %%DOCSDIR%%/register.png
+%%DOCSDIR%%/report_configuration-reporttab.png
+%%DOCSDIR%%/report_configuration-rowscolumns.png
 %%DOCSDIR%%/reports_view.png
+%%DOCSDIR%%/reports_view-all.png
 %%DOCSDIR%%/schedcaltypes.png
 %%DOCSDIR%%/schedmonthday.png
 %%DOCSDIR%%/schedpopup.png
@@ -315,10 +325,12 @@
 share/icons/hicolor/32x32/apps/kmymoney2.png
 share/icons/hicolor/32x32/mimetypes/kmy.png
 share/icons/hicolor/48x48/mimetypes/kmy.png
+share/icons/hicolor/48x48/apps/kmymoney2.png
 share/icons/hicolor/64x64/apps/kmymoney2.png
 share/icons/hicolor/64x64/mimetypes/kmy.png
 share/icons/locolor/16x16/apps/kmymoney2.png
 share/icons/locolor/32x32/apps/kmymoney2.png
+share/locale/da/LC_MESSAGES/kmymoney2.mo
 share/locale/de/LC_MESSAGES/kmymoney2.mo
 share/locale/en_GB/LC_MESSAGES/kmymoney2.mo
 share/locale/es/LC_MESSAGES/kmymoney2.mo
@@ -329,6 +341,7 @@
 share/locale/pt_PT/LC_MESSAGES/kmymoney2.mo
 share/locale/ru/LC_MESSAGES/kmymoney2.mo
 share/mimelnk/application/x-kmymoney2.desktop
+%%OFXPLUGIN%%share/services/kmm_ofximport.desktop
 share/servicetypes/kmymoneyimporterplugin.desktop
 share/servicetypes/kmymoneyplugin.desktop
 @dirrm include/kmymoney
Comment 1 Sam Lawrance freebsd_committer freebsd_triage 2006-02-14 08:54:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lawrance

Grab
Comment 2 Sam Lawrance freebsd_committer freebsd_triage 2006-02-15 10:16:07 UTC
State Changed
From-To: open->feedback

Plist errors (also not hier compliant; can you fix it?): 

=== Checking filesystem state 
list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) 
5702361        8 drwxr-xr-x    2 root             wheel                4096 Feb 14 13:14 usr/local/share/doc/HTML/en/kmymoney2 
5702367        4 -r--r--r--    1 root             wheel                 138 Feb 14 13:14 usr/local/share/doc/HTML/en/kmymoney2/details-hbciofx.docbook 
================================================================
Comment 3 Sam Lawrance freebsd_committer freebsd_triage 2006-04-07 13:06:25 UTC
State Changed
From-To: feedback->closed

Committed, thanks! FYI the patch was broken.
Comment 4 alecn2002 2006-04-07 13:25:11 UTC
What the hell?

I've sent update to ver. 0.8.3 more then a month ago!
PR ports/93768, dated 2006-02-23

And I think I've sent request to delete PR ports/93277 at the same time.


>Synopsis: [PATCH] finance/kmymoney2: update to 0.8.2
>
>State-Changed-From-To: feedback->closed
>State-Changed-By: lawrance
>State-Changed-When: Fri Apr 7 12:06:25 UTC 2006
>State-Changed-Why: 
>Committed, thanks! FYI the patch was broken.
>
>http://www.freebsd.org/cgi/query-pr.cgi?pr=93277


---
WBR,
Alexander Novitsky
Comment 5 Sam Lawrance freebsd_committer freebsd_triage 2006-04-07 13:33:07 UTC
On 07/04/2006, at 10:25 PM, alecn2002 wrote:

> What the hell?
>
> I've sent update to ver. 0.8.3 more then a month ago!
> PR ports/93768, dated 2006-02-23
>
> And I think I've sent request to delete PR ports/93277 at the same  
> time.

Sorry.  If you wanted that PR closed, you should have sent a follow  
up to that PR.
Comment 6 alecn2002 2006-04-07 13:58:37 UTC
OK, then it's my fault this time.

Usually I do send followup to the old port.