diff options
author | markd <markd@pkgsrc.org> | 2006-10-07 12:14:18 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-10-07 12:14:18 +0000 |
commit | a1e8937cbdbd92bb16a220e810f7658b958bba89 (patch) | |
tree | e0e20c70498189e58698f8cfd02c10403cd52775 /finance/kmymoney2/Makefile | |
parent | 4b984b0c576f87783c526b574beda41b37206da9 (diff) | |
download | pkgsrc-a1e8937cbdbd92bb16a220e810f7658b958bba89.tar.gz |
Update kmymoney2 to 0.8.5
From Gary Duzan in PR pkg/34669 with some tweaks from me.
Changes:
0.8.5:
some bug fixes and user interface improvements. Some build system changes
will help in implementing the application on a wide selection of platforms.
Improvements to the file importers (GnuCash and QIF).
0.8.4:
several bug fixes and some improvements to the entry of scheduled
transactions. There are also some new translations and miscellaneous
changes, all of which should help to make building and using the
application even easier.
0.8.1-3:
Changes unknown.
Diffstat (limited to 'finance/kmymoney2/Makefile')
-rw-r--r-- | finance/kmymoney2/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/finance/kmymoney2/Makefile b/finance/kmymoney2/Makefile index c03100d20c4..9861334e680 100644 --- a/finance/kmymoney2/Makefile +++ b/finance/kmymoney2/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2006/07/07 15:49:32 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2006/10/07 12:14:18 markd Exp $ -DISTNAME= kmymoney2-0.8 -PKGREVISION= 5 +DISTNAME= kmymoney2-0.8.5 CATEGORIES= finance kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kmymoney2/} EXTRACT_SUFX= .tar.bz2 @@ -10,7 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://kmymoney2.sourceforge.net/ COMMENT= Personal finance manager for KDE -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt perl USE_LANGUAGES= c c++ USE_LIBTOOL= YES GNU_CONFIGURE= YES @@ -20,6 +19,8 @@ SHLIBTOOL_OVERRIDE= # empty CONFIGURE_ARGS+= --enable-mt +REPLACE_PERL+= admin/fixuifiles + # a fix for qt-3.3.5, please remove if qt-3.3.6 (or newer) solves the problem SUBST_CLASSES+= hints SUBST_STAGE.hints= post-patch |