From owner-svn-ports-head@freebsd.org Tue May 10 15:20:44 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2378DB36D5B; Tue, 10 May 2016 15:20:44 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF37611A4; Tue, 10 May 2016 15:20:43 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4AFKhFG064446; Tue, 10 May 2016 15:20:43 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4AFKgw4064443; Tue, 10 May 2016 15:20:42 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201605101520.u4AFKgw4064443@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Tue, 10 May 2016 15:20:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414943 - 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-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2016 15:20:44 -0000 Author: pawel Date: Tue May 10 15:20:42 2016 New Revision: 414943 URL: https://svnweb.freebsd.org/changeset/ports/414943 Log: - Update to version 5.0.7 - Convert to USES=localbase Changelog: * new : preferences, add preview for chart color scheme * new : doc, added every payment into the lexicon * wish : #1509485 quicksearch split transactions memo/category * wish : #1507252 ability to batch-edit selected transactions easily * wish : #1501125 export to CSV for all reports list view * wish : #1501111 double-click on sheduled txn in main window to open template editor * wish : #1292377 enable edit transactions from report detail list * wish : #880846 hide/show txn list column on right click * bugfix: #1577555 scheduled transaction edit doesn't enable file save * bugfix: #1556289 scheduled transactions disappear with no reason * bugfix: #1553862 budget report categories displayed when selecting subcategories * bugfix: #1523216 import window wrongly sized * bugfix: #1511325 no warning about old gtk3.x version when compiling from source * bugfix: #1464961 inconsistency in my file internal xfer Modified: head/finance/homebank/Makefile head/finance/homebank/distinfo head/finance/homebank/pkg-plist Modified: head/finance/homebank/Makefile ============================================================================== --- head/finance/homebank/Makefile Tue May 10 15:03:59 2016 (r414942) +++ head/finance/homebank/Makefile Tue May 10 15:20:42 2016 (r414943) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= homebank -PORTVERSION= 5.0.6 +PORTVERSION= 5.0.7 CATEGORIES= finance MASTER_SITES= http://homebank.free.fr/public/ @@ -13,13 +13,11 @@ LICENSE= GPLv2 LIB_DEPENDS= libosp.so:textproc/opensp GNU_CONFIGURE= yes -USES= desktop-file-utils gettext gmake pkgconfig shared-mime-info +USES= desktop-file-utils gettext gmake localbase pkgconfig \ + shared-mime-info USE_GNOME= gtk30 intltool INSTALLS_ICONS= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - PORTDOCS= AUTHORS ChangeLog NEWS README OPTIONS_DEFINE= DOCS OFX Modified: head/finance/homebank/distinfo ============================================================================== --- head/finance/homebank/distinfo Tue May 10 15:03:59 2016 (r414942) +++ head/finance/homebank/distinfo Tue May 10 15:20:42 2016 (r414943) @@ -1,2 +1,2 @@ -SHA256 (homebank-5.0.6.tar.gz) = 4a52ef7a20accd50f8cead0d0564042912573c7d60887ef5e4d462fb28b239e4 -SIZE (homebank-5.0.6.tar.gz) = 2578726 +SHA256 (homebank-5.0.7.tar.gz) = d526dc78e6f6ea01efadfb9fd27b2d10326c315cfe550c83cc29cfd8052564e7 +SIZE (homebank-5.0.7.tar.gz) = 2603648 Modified: head/finance/homebank/pkg-plist ============================================================================== --- head/finance/homebank/pkg-plist Tue May 10 15:03:59 2016 (r414942) +++ head/finance/homebank/pkg-plist Tue May 10 15:20:42 2016 (r414943) @@ -22,6 +22,7 @@ share/applications/homebank.desktop %%DATADIR%%/help/dlg-bud1.html %%DATADIR%%/help/dlg-cate.html %%DATADIR%%/help/dlg-filt.html +%%DATADIR%%/help/dlg-mult.html %%DATADIR%%/help/dlg-paye.html %%DATADIR%%/help/dlg-pref.html %%DATADIR%%/help/dlg-spli.html @@ -78,6 +79,7 @@ share/applications/homebank.desktop %%DATADIR%%/help/images/dlg-split1.png %%DATADIR%%/help/images/dlg-template1.png %%DATADIR%%/help/images/dlg-transaction1.png +%%DATADIR%%/help/images/dlg-txnmultiple.png %%DATADIR%%/help/images/dlg-xferselection.png %%DATADIR%%/help/images/doc_balance.png %%DATADIR%%/help/images/doc_title.png @@ -106,7 +108,6 @@ share/applications/homebank.desktop %%DATADIR%%/help/images/pm-transfer.png %%DATADIR%%/help/images/tip-accorder.png %%DATADIR%%/help/images/tip-listsearch.png -%%DATADIR%%/help/images/tip-multiedit.png %%DATADIR%%/help/images/use-assignment1.png %%DATADIR%%/help/images/use-budget1.png %%DATADIR%%/help/images/use-budget2.png @@ -196,6 +197,7 @@ share/applications/homebank.desktop %%DATADIR%%/icons/hicolor/24x24/actions/hb-ope-delete.png %%DATADIR%%/icons/hicolor/24x24/actions/hb-ope-edit.png %%DATADIR%%/icons/hicolor/24x24/actions/hb-ope-herit.png +%%DATADIR%%/icons/hicolor/24x24/actions/hb-ope-multiedit.png %%DATADIR%%/icons/hicolor/24x24/actions/hb-ope-reconciled.png %%DATADIR%%/icons/hicolor/24x24/actions/hb-ope-show.png %%DATADIR%%/icons/hicolor/24x24/actions/hb-payee.png