aboutsummaryrefslogtreecommitdiffstats
path: root/finance
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-10-09 16:00:59 +0800
committerrafan <rafan@FreeBSD.org>2006-10-09 16:00:59 +0800
commita155036da075f483b4ccb9b3b4a0192375250114 (patch)
tree021bedfb3cf1ff1f0079396a354109e4855c760d /finance
parent7ec66025079fd4f7bfab9bafb99488129e4690ad (diff)
downloadfreebsd-ports-gnome-a155036da075f483b4ccb9b3b4a0192375250114.tar.gz
freebsd-ports-gnome-a155036da075f483b4ccb9b3b4a0192375250114.tar.zst
freebsd-ports-gnome-a155036da075f483b4ccb9b3b4a0192375250114.zip
- Chase finance/libofx share library version bump
Diffstat (limited to 'finance')
-rw-r--r--finance/gnucash/Makefile4
-rw-r--r--finance/grisbi/Makefile3
2 files changed, 4 insertions, 3 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
index 5be874427c6c..416643627041 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gnucash
PORTVERSION= 1.8.12
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= finance gnome
MASTER_SITES= http://www.gnucash.org/pub/gnucash/sources/stable/ \
${MASTER_SITE_SOURCEFORGE}
@@ -19,7 +19,7 @@ COMMENT= Quicken-like money and finance manager
LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \
guppi.16:${PORTSDIR}/math/guppi \
popt.0:${PORTSDIR}/devel/popt \
- ofx.2:${PORTSDIR}/finance/libofx \
+ ofx.3:${PORTSDIR}/finance/libofx \
gw-standard.0:${PORTSDIR}/devel/g-wrap
RUN_DEPENDS= ${LOCALBASE}/share/guile/slibcat:${PORTSDIR}/lang/slib-guile \
${SITE_PERL}/HTML/Base.pm:${PORTSDIR}/www/p5-HTML \
diff --git a/finance/grisbi/Makefile b/finance/grisbi/Makefile
index c80a8ace0804..d418fb674000 100644
--- a/finance/grisbi/Makefile
+++ b/finance/grisbi/Makefile
@@ -7,6 +7,7 @@
PORTNAME= grisbi
PORTVERSION= 0.5.8
+PORTREVISION= 1
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= thierry@FreeBSD.org
COMMENT= A personnal accounting application
-LIB_DEPENDS= ofx.2:${PORTSDIR}/finance/libofx
+LIB_DEPENDS= ofx.3:${PORTSDIR}/finance/libofx
.if !defined(WITHOUT_LATEX)
RUN_DEPENDS= ${UCS_CLASSDIR}/ucs.sty:${PORTSDIR}/print/latex-ucs
.endif