diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2016-05-10 23:20:42 +0800 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2016-05-10 23:20:42 +0800 |
commit | 5fb19cc017161787e7dd5ca5f9c30910f6e9ea03 (patch) | |
tree | 99e9433bdd593645e8bc5ff033ee8c50dd5f0ac2 | |
parent | 830284c58847bbe69aab7587cf9650aa6ba18ec5 (diff) | |
download | freebsd-ports-gnome-5fb19cc017161787e7dd5ca5f9c30910f6e9ea03.tar.gz freebsd-ports-gnome-5fb19cc017161787e7dd5ca5f9c30910f6e9ea03.tar.zst freebsd-ports-gnome-5fb19cc017161787e7dd5ca5f9c30910f6e9ea03.zip |
- 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
-rw-r--r-- | finance/homebank/Makefile | 8 | ||||
-rw-r--r-- | finance/homebank/distinfo | 4 | ||||
-rw-r--r-- | finance/homebank/pkg-plist | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/finance/homebank/Makefile b/finance/homebank/Makefile index 0a7053494b70..8d477ea195e2 100644 --- a/finance/homebank/Makefile +++ b/finance/homebank/Makefile @@ -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 diff --git a/finance/homebank/distinfo b/finance/homebank/distinfo index d3774764b33a..7f5b3d4749e3 100644 --- a/finance/homebank/distinfo +++ b/finance/homebank/distinfo @@ -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 diff --git a/finance/homebank/pkg-plist b/finance/homebank/pkg-plist index d42ee42040e6..b780d0981ccf 100644 --- a/finance/homebank/pkg-plist +++ b/finance/homebank/pkg-plist @@ -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 |