diff options
author | drochner <drochner@pkgsrc.org> | 2007-09-05 16:42:16 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-09-05 16:42:16 +0000 |
commit | 987c135e4b31aa06b67ea23f397dbc8af4117366 (patch) | |
tree | fd249a673307a5920b64bb6b689165284f42b2e9 /finance/libofx/Makefile | |
parent | 91d97459156127f09e7dd72e8b46e4ceb75f26c7 (diff) | |
download | pkgsrc-987c135e4b31aa06b67ea23f397dbc8af4117366.tar.gz |
update to 0.8.3
change: Fix problem with string lengths. Fixes Gnucash bug
http://bugzilla.gnome.org/show_bug.cgi?id=353986
Diffstat (limited to 'finance/libofx/Makefile')
-rw-r--r-- | finance/libofx/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/finance/libofx/Makefile b/finance/libofx/Makefile index 90e1d6274c3..82899172a80 100644 --- a/finance/libofx/Makefile +++ b/finance/libofx/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2006/11/19 11:50:24 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2007/09/05 16:42:16 drochner Exp $ # -DISTNAME= libofx-0.8.2 -PKGREVISION= 1 +DISTNAME= libofx-0.8.3 CATEGORIES= finance devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libofx/} |