diff options
author | pawel <pawel@FreeBSD.org> | 2014-03-04 01:05:51 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-03-04 01:05:51 +0800 |
commit | dd10ca0b2c661f8a60eef09d81f4cdb94c138a4d (patch) | |
tree | c23566bd9d4161a2c8e0e3d4f05529a9789117fd /finance/homebank | |
parent | 90630080b7df09677273f1159eaaf8cbd3f51e48 (diff) | |
download | freebsd-ports-gnome-dd10ca0b2c661f8a60eef09d81f4cdb94c138a4d.tar.gz freebsd-ports-gnome-dd10ca0b2c661f8a60eef09d81f4cdb94c138a4d.tar.zst freebsd-ports-gnome-dd10ca0b2c661f8a60eef09d81f4cdb94c138a4d.zip |
Update to version 4.5.6
* bugfix: #1285326 export transactions to csv. Concat [dot]csv to filename
* bugfix: #1285164 tags not well sorted when mixed with blank
* bugfix: #1277622 problem with the split transaction and
the Vehicle cost feature
* bugfix: #1276377 qif import shows 0 items
* bugfix: #1275534 Balances not updated with sheduled transactions
* wish : #1273848 insert scheduled more than 92 days in advance
Diffstat (limited to 'finance/homebank')
-rw-r--r-- | finance/homebank/Makefile | 4 | ||||
-rw-r--r-- | finance/homebank/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/finance/homebank/Makefile b/finance/homebank/Makefile index d630e37f9c69..9eebaf8fbd09 100644 --- a/finance/homebank/Makefile +++ b/finance/homebank/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= homebank -PORTVERSION= 4.5.5 +PORTVERSION= 4.5.6 CATEGORIES= finance MASTER_SITES= http://homebank.free.fr/public/ @@ -26,8 +26,8 @@ OPTIONS_DEFINE= DOCS OFX OFX_DESC= OFX file format support OPTIONS_DEFAULT=OFX +OFX_CONFIGURE_WITH= ofx OFX_LIB_DEPENDS= libofx.so:${PORTSDIR}/finance/libofx -OFX_CONFIGURE_OFF= --without-ofx post-extract: @${CHMOD} ${BINMODE} ${WRKSRC}/install-sh diff --git a/finance/homebank/distinfo b/finance/homebank/distinfo index 70798975e76f..675c21a1287f 100644 --- a/finance/homebank/distinfo +++ b/finance/homebank/distinfo @@ -1,2 +1,2 @@ -SHA256 (homebank-4.5.5.tar.gz) = 6f3a26075c4da67cf3521a407e90685be9aac2ef3e41614cfece2c8d4f226416 -SIZE (homebank-4.5.5.tar.gz) = 1848992 +SHA256 (homebank-4.5.6.tar.gz) = dbff6282a8a81d9dd6ff47dff950f164d69da81147e7d94a516230c23de8a5e8 +SIZE (homebank-4.5.6.tar.gz) = 1850268 |