svn commit: r346933 - head/finance/homebank

Pawel Pekala pawel at FreeBSD.org
Mon Mar 3 17:05:51 UTC 2014


Author: pawel
Date: Mon Mar  3 17:05:51 2014
New Revision: 346933
URL: http://svnweb.freebsd.org/changeset/ports/346933
QAT: https://qat.redports.org/buildarchive/r346933/

Log:
  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

Modified:
  head/finance/homebank/Makefile
  head/finance/homebank/distinfo

Modified: head/finance/homebank/Makefile
==============================================================================
--- head/finance/homebank/Makefile	Mon Mar  3 16:53:06 2014	(r346932)
+++ head/finance/homebank/Makefile	Mon Mar  3 17:05:51 2014	(r346933)
@@ -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

Modified: head/finance/homebank/distinfo
==============================================================================
--- head/finance/homebank/distinfo	Mon Mar  3 16:53:06 2014	(r346932)
+++ head/finance/homebank/distinfo	Mon Mar  3 17:05:51 2014	(r346933)
@@ -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


More information about the svn-ports-head mailing list