From owner-svn-ports-all@FreeBSD.ORG Mon Mar 3 17:05:51 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C810AE51; Mon, 3 Mar 2014 17:05:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B5404F26; Mon, 3 Mar 2014 17:05:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s23H5pf9018745; Mon, 3 Mar 2014 17:05:51 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s23H5phx018743; Mon, 3 Mar 2014 17:05:51 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201403031705.s23H5phx018743@svn.freebsd.org> From: Pawel Pekala Date: Mon, 3 Mar 2014 17:05:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346933 - head/finance/homebank X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2014 17:05:51 -0000 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